Commit ab47ac7d authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.0.0 [skip ci]

# [5.0.0](https://gitlab.com/to-be-continuous/kubernetes/compare/4.1.0...5.0.0) (2023-08-28)

### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([26e059ef](https://gitlab.com/to-be-continuous/kubernetes/commit/26e059efa2a292f8c3f40e79e0a76b64421a0112))

### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)
parent c581d588
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [5.0.0](https://gitlab.com/to-be-continuous/kubernetes/compare/4.1.0...5.0.0) (2023-08-28)


### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([26e059e](https://gitlab.com/to-be-continuous/kubernetes/commit/26e059efa2a292f8c3f40e79e0a76b64421a0112))


### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)

# [4.1.0](https://gitlab.com/to-be-continuous/kubernetes/compare/4.0.0...4.1.0) (2023-05-27)


+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/kubernetes'
    ref: '4.1.0'
    ref: '5.0.0'
    file: '/templates/gitlab-ci-k8s.yml'
```

@@ -486,11 +486,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/kubernetes'
    ref: '4.1.0'
    ref: '5.0.0'
    file: '/templates/gitlab-ci-k8s.yml'
  # Vault variant
  - project: 'to-be-continuous/kubernetes'
    ref: '4.1.0'
    ref: '5.0.0'
    file: '/templates/gitlab-ci-k8s-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.k8s-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "--port", "8082", "kubernetes", "4.1.0" ]
      command: ["--service", "--port", "8082", "kubernetes", "5.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -628,7 +628,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "kubernetes", "4.1.0" ]
      command: ["--service", "kubernetes", "5.0.0" ]
  before_script:
    - *k8s-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"