Commit 481c929b authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent c658c4aa
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.3.1](https://gitlab.com/to-be-continuous/kubernetes/compare/3.3.0...3.3.1) (2022-12-17)


### Bug Fixes

* hanging awk script ([c658c4a](https://gitlab.com/to-be-continuous/kubernetes/commit/c658c4aa8d2664f2f78952ad53abb3a415d084a3))

# [3.3.0](https://gitlab.com/to-be-continuous/kubernetes/compare/3.2.0...3.3.0) (2022-12-15)


+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.0'
    ref: '3.3.1'
    file: '/templates/gitlab-ci-k8s.yml'
```

@@ -482,11 +482,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/kubernetes'
    ref: '3.3.0'
    ref: '3.3.1'
    file: '/templates/gitlab-ci-k8s.yml'
  # Vault variant
  - project: 'to-be-continuous/kubernetes'
    ref: '3.3.0'
    ref: '3.3.1'
    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.0" ]
      command: ["--service", "--port", "8082", "kubernetes", "3.3.1" ]
    - 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.0" ]
      command: ["--service", "kubernetes", "3.3.1" ]
  before_script:
    - *k8s-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"