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

chore(release): 3.3.3 [skip ci]

parent 352f5237
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.3.3](https://gitlab.com/to-be-continuous/kubernetes/compare/3.3.2...3.3.3) (2023-01-09)


### Bug Fixes

* preserve priority even when mixing .yml and .yaml extensions ([078019d](https://gitlab.com/to-be-continuous/kubernetes/commit/078019da75e03111413dd986b5695b8b3bfeb5c2))

## [3.3.2](https://gitlab.com/to-be-continuous/kubernetes/compare/3.3.1...3.3.2) (2023-01-05)


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

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

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