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


### Features

* support dynamic env url ([0e97232](https://gitlab.com/to-be-continuous/kubernetes/commit/0e97232acd6700b28e33de2caf92c12a7d7aa473))

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


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

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