Skip to content
Snippets Groups Projects
Commit f46107c5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.3.0 [skip ci]

parent 41999a8d
No related branches found
No related tags found
No related merge requests found
Pipeline #254179 skipped
# [3.3.0](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.4...3.3.0) (2025-01-27)
### Features
* disable tracking service by default ([41999a8](https://gitlab.com/to-be-continuous/helmfile/commit/41999a8d5350ac676c85c66c4a911743360a5bc6))
## [3.2.4](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.3...3.2.4) (2024-05-05) ## [3.2.4](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.3...3.2.4) (2024-05-05)
......
...@@ -15,7 +15,7 @@ Add the following to your `.gitlab-ci.yml`: ...@@ -15,7 +15,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml ```yaml
include: include:
# 1: include the component # 1: include the component
- component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.4 - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@3.3.0
# 2: set/override component inputs # 2: set/override component inputs
inputs: inputs:
# ⚠ this is only an example # ⚠ this is only an example
...@@ -33,7 +33,7 @@ Add the following to your `.gitlab-ci.yml`: ...@@ -33,7 +33,7 @@ Add the following to your `.gitlab-ci.yml`:
include: include:
# 1: include the template # 1: include the template
- project: 'to-be-continuous/helmfile' - project: 'to-be-continuous/helmfile'
ref: '3.2.4' ref: '3.3.0'
file: '/templates/gitlab-ci-helmfile.yml' file: '/templates/gitlab-ci-helmfile.yml'
variables: variables:
...@@ -425,9 +425,9 @@ With: ...@@ -425,9 +425,9 @@ With:
```yaml ```yaml
include: include:
# main template # main template
- component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.4 - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile@3.3.0
# Vault variant # Vault variant
- component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.4 - component: $CI_SERVER_FQDN/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.3.0
inputs: inputs:
# audience claim for JWT # audience claim for JWT
vault-oidc-aud: "https://vault.acme.host" vault-oidc-aud: "https://vault.acme.host"
......
...@@ -23,7 +23,7 @@ variables: ...@@ -23,7 +23,7 @@ variables:
.helmfile-base: .helmfile-base:
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "helmfile", "3.2.4"] command: ["--service", "helmfile", "3.3.0"]
- name: "$TBC_VAULT_IMAGE" - name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider" alias: "vault-secrets-provider"
variables: variables:
......
...@@ -656,7 +656,7 @@ stages: ...@@ -656,7 +656,7 @@ stages:
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "helmfile", "3.2.4"] command: ["--service", "helmfile", "3.3.0"]
variables: variables:
HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment