Commit 6f9c62b7 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 076fd011
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [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)


+3 −3
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/helm'
    ref: '2.0.6'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-helm.yml'
```

@@ -350,11 +350,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/helm'
    ref: '2.0.6'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-helm.yml'
  # Vault variant
  - project: 'to-be-continuous/helm'
    ref: '2.0.6'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-helm-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.helm-base:
  services:
    - 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"
      alias: "vault-secrets-provider"
+2 −2
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ stages:
    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
  eval_all_secrets

@@ -479,7 +479,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "helm", "2.0.6" ]
      command: ["--service", "helm", "2.1.0" ]
  before_script:
    - *helm-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"