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

chore(release): 3.4.2 [skip ci]

parent f916ce67
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.4.2](https://gitlab.com/to-be-continuous/kubernetes/compare/3.4.1...3.4.2) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([ef89e38](https://gitlab.com/to-be-continuous/kubernetes/commit/ef89e38bbe5e116effc96464c6deb351e90c63cb))

## [3.4.1](https://gitlab.com/to-be-continuous/kubernetes/compare/3.4.0...3.4.1) (2023-01-24)


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

@@ -484,11 +484,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/kubernetes'
    ref: '3.4.1'
    ref: '3.4.2'
    file: '/templates/gitlab-ci-k8s.yml'
  # Vault variant
  - project: 'to-be-continuous/kubernetes'
    ref: '3.4.1'
    ref: '3.4.2'
    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.4.1" ]
      command: ["--service", "--port", "8082", "kubernetes", "3.4.2" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -600,7 +600,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "kubernetes", "3.4.1" ]
      command: ["--service", "kubernetes", "3.4.2" ]
  before_script:
    - *k8s-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"