Skip to content
Snippets Groups Projects
Commit 6f9c62b7 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 076fd011
No related branches found
No related tags found
No related merge requests found
# [2.1.0](https://gitlab.com/to-be-continuous/helm/compare/2.0.6...2.1.0) (2022-03-17)
### Bug Fixes
* **kicker:** syntax ([076fd01](https://gitlab.com/to-be-continuous/helm/commit/076fd011be11c1cc9663357c4a3bca110308439d))
### Features
* add helm publish to a repository ([65c7924](https://gitlab.com/to-be-continuous/helm/commit/65c792475fab55d8eedeb65bd2fe0fd61ae2eb98))
## [2.0.6](https://gitlab.com/to-be-continuous/helm/compare/2.0.5...2.0.6) (2022-02-24) ## [2.0.6](https://gitlab.com/to-be-continuous/helm/compare/2.0.5...2.0.6) (2022-02-24)
......
...@@ -50,7 +50,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -50,7 +50,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/helm' - project: 'to-be-continuous/helm'
ref: '2.0.6' ref: '2.1.0'
file: '/templates/gitlab-ci-helm.yml' file: '/templates/gitlab-ci-helm.yml'
``` ```
...@@ -350,11 +350,11 @@ With: ...@@ -350,11 +350,11 @@ With:
include: include:
# main template # main template
- project: 'to-be-continuous/helm' - project: 'to-be-continuous/helm'
ref: '2.0.6' ref: '2.1.0'
file: '/templates/gitlab-ci-helm.yml' file: '/templates/gitlab-ci-helm.yml'
# Vault variant # Vault variant
- project: 'to-be-continuous/helm' - project: 'to-be-continuous/helm'
ref: '2.0.6' ref: '2.1.0'
file: '/templates/gitlab-ci-helm-vault.yml' file: '/templates/gitlab-ci-helm-vault.yml'
variables: variables:
......
...@@ -9,6 +9,6 @@ variables: ...@@ -9,6 +9,6 @@ variables:
.helm-base: .helm-base:
services: services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "helm", "2.0.6" ] command: ["--service", "helm", "2.1.0" ]
- name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
alias: "vault-secrets-provider" alias: "vault-secrets-provider"
...@@ -465,7 +465,7 @@ stages: ...@@ -465,7 +465,7 @@ stages:
fi fi
} }
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update helm "2.0.6"; fi if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update helm "2.1.0"; fi
unscope_variables unscope_variables
eval_all_secrets eval_all_secrets
...@@ -479,7 +479,7 @@ stages: ...@@ -479,7 +479,7 @@ stages:
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "helm", "2.0.6" ] command: ["--service", "helm", "2.1.0" ]
before_script: before_script:
- *helm-scripts - *helm-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment