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

chore(release): 4.1.0 [skip ci]

# [4.1.0](https://gitlab.com/to-be-continuous/helm/compare/4.0.1...4.1.0) (2023-01-17)

### Bug Fixes

* use new kube-score image with explicit registry (Docker Hub) ([af8b73c5](https://gitlab.com/to-be-continuous/helm/commit/af8b73c5a3114f3b5f13ec9bcb9eff7f657094a7))

### Features

* **package:** propagate output variables (dotenv) ([09af4af5](https://gitlab.com/to-be-continuous/helm/commit/09af4af537a7c4411de0efcf7bc7b31de3cbf67e))
* **sast:** run kube-score & values lint against cascading environments ([71386e37](https://gitlab.com/to-be-continuous/helm/commit/71386e3798a621de66bbdd6eccf70d5fa56caa6c))
parent f0102f96
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
# [4.1.0](https://gitlab.com/to-be-continuous/helm/compare/4.0.1...4.1.0) (2023-01-17)


### Bug Fixes

* use new kube-score image with explicit registry (Docker Hub) ([af8b73c](https://gitlab.com/to-be-continuous/helm/commit/af8b73c5a3114f3b5f13ec9bcb9eff7f657094a7))


### Features

* **package:** propagate output variables (dotenv) ([09af4af](https://gitlab.com/to-be-continuous/helm/commit/09af4af537a7c4411de0efcf7bc7b31de3cbf67e))
* **sast:** run kube-score & values lint against cascading environments ([71386e3](https://gitlab.com/to-be-continuous/helm/commit/71386e3798a621de66bbdd6eccf70d5fa56caa6c))

## [4.0.1](https://gitlab.com/to-be-continuous/helm/compare/4.0.0...4.0.1) (2023-01-13)


+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.0.1'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-helm.yml'
```

@@ -471,11 +471,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/helm'
    ref: '4.0.1'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-helm.yml'
  # Vault variant
  - project: 'to-be-continuous/helm'
    ref: '4.0.1'
    ref: '4.1.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.0.1" ]
      command: ["--service", "helm", "4.1.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -700,7 +700,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "4.0.1" ]
      command: ["--service", "helm", "4.1.0" ]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm