Commit d4410d28 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent fe768a1d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.7](https://gitlab.com/to-be-continuous/kubernetes/compare/2.0.6...2.0.7) (2022-04-22)


### Bug Fixes

* Export 'awkenvsubst' function ([fe768a1](https://gitlab.com/to-be-continuous/kubernetes/commit/fe768a1dfd43b2673247cd5a331065b1d251671b)), closes [#18](https://gitlab.com/to-be-continuous/kubernetes/issues/18)

## [2.0.6](https://gitlab.com/to-be-continuous/kubernetes/compare/2.0.5...2.0.6) (2022-02-24)


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

@@ -366,11 +366,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/kubernetes'
    ref: '2.0.6'
    ref: '2.0.7'
    file: '/templates/gitlab-ci-k8s.yml'
  # Vault variant
  - project: 'to-be-continuous/kubernetes'
    ref: '2.0.6'
    ref: '2.0.7'
    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: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "--port", "8082", "kubernetes", "2.0.6" ]
      command: ["--service", "--port", "8082", "kubernetes", "2.0.7" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+2 −2
Original line number Diff line number Diff line
@@ -532,7 +532,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update kubernetes "2.0.6"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update kubernetes "2.0.7"; fi

  # export tool functions (might be used in after_script)
  export -f log_info log_warn log_error assert_defined rollback awkenvsubst
@@ -548,7 +548,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "kubernetes", "2.0.6" ]
      command: ["--service", "kubernetes", "2.0.7" ]
  before_script:
    - *k8s-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"