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

chore(release): 3.4.0 [skip ci]

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


### Features

* **score:** run score against cascading environments ([07dbbae](https://gitlab.com/to-be-continuous/kubernetes/commit/07dbbae7ca8491df422b1e78b11857dd5ba3bd9a))

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


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

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