Commit c25a1aec authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.0.0 [skip ci]

# [5.0.0](https://gitlab.com/to-be-continuous/helm/compare/4.1.7...5.0.0) (2023-04-08)

### Features

* **deploy:** redesign deployment strategy ([b9ec2a19](https://gitlab.com/to-be-continuous/helm/commit/b9ec2a19a9286dfc5d1608540ce6fbdb8b2728d9))
* **publish:** add HELM_PUBLISH_STRATEGY variable ([7f6e72ae](https://gitlab.com/to-be-continuous/helm/commit/7f6e72ae2d577d85a652aafafb708bb11e807b37))

### BREAKING CHANGES

* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $HELM_PROD_DEPLOY_STRATEGY - see doc)
parent 5436516a
Loading
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
# [5.0.0](https://gitlab.com/to-be-continuous/helm/compare/4.1.7...5.0.0) (2023-04-08)


### Features

* **deploy:** redesign deployment strategy ([b9ec2a1](https://gitlab.com/to-be-continuous/helm/commit/b9ec2a19a9286dfc5d1608540ce6fbdb8b2728d9))
* **publish:** add HELM_PUBLISH_STRATEGY variable ([7f6e72a](https://gitlab.com/to-be-continuous/helm/commit/7f6e72ae2d577d85a652aafafb708bb11e807b37))


### BREAKING CHANGES

* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $HELM_PROD_DEPLOY_STRATEGY - see doc)

## [4.1.7](https://gitlab.com/to-be-continuous/helm/compare/4.1.6...4.1.7) (2023-03-14)


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

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -11,6 +11,6 @@ variables:
.helm-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "4.1.7" ]
      command: ["--service", "helm", "5.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -715,7 +715,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "4.1.7" ]
      command: ["--service", "helm", "5.0.0" ]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm