Commit fadde6b7 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 0b9ab4ee
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
## [3.1.1](https://gitlab.com/to-be-continuous/kubernetes/compare/3.1.0...3.1.1) (2022-11-07)


### Bug Fixes

* launch score on generated manifest file ([17b5d05](https://gitlab.com/to-be-continuous/kubernetes/commit/17b5d051688a3714b360df3ab34ec6f028209fb6))
* use namespace from template vars ([1e326c1](https://gitlab.com/to-be-continuous/kubernetes/commit/1e326c11b7455561e5fd419685505a2ca03394eb))

# [3.1.0](https://gitlab.com/to-be-continuous/kubernetes/compare/3.0.0...3.1.0) (2022-10-12)


+3 −3
Original line number Diff line number Diff line
@@ -49,7 +49,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.1.0'
    ref: '3.1.1'
    file: '/templates/gitlab-ci-k8s.yml'
```

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.k8s-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "--port", "8082", "kubernetes", "3.1.0" ]
      command: ["--service", "--port", "8082", "kubernetes", "3.1.1" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "kubernetes", "3.1.0" ]
      command: ["--service", "kubernetes", "3.1.1" ]
  before_script:
    - *k8s-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"