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

chore(release): 2.1.2 [skip ci]

## [2.1.2](https://gitlab.com/to-be-continuous/gitops/compare/2.1.1...2.1.2) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([e7dadf63](https://gitlab.com/to-be-continuous/gitops/commit/e7dadf63b7f016223029b1e9e3bd71257702fad3))
parent e7dadf63
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.1.2](https://gitlab.com/to-be-continuous/gitops/compare/2.1.1...2.1.2) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([e7dadf6](https://gitlab.com/to-be-continuous/gitops/commit/e7dadf63b7f016223029b1e9e3bd71257702fad3))

## [2.1.1](https://gitlab.com/to-be-continuous/gitops/compare/2.1.0...2.1.1) (2025-12-19)


+4 −4
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/gitops/gitlab-ci-gitops@2.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/gitops/gitlab-ci-gitops@2.1.2

# 2: GITOPS_TRIGGER_XXX variables are defined as project CI/CD variables
```
@@ -40,7 +40,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: "to-be-continuous/gitops"
    ref: "2.1.1"
    ref: "2.1.2"
    file: "/templates/gitlab-ci-gitops.yml"

# 2: GITOPS_TRIGGER_XXX variables are defined as project CI/CD variables
@@ -188,11 +188,11 @@ With:
include:
  # main template
  - project: "to-be-continuous/gitops"
    ref: "2.1.1"
    ref: "2.1.2"
    file: "/templates/gitlab-ci-gitops.yml"
  # Vault variant
  - project: "to-be-continuous/gitops"
    ref: "2.1.1"
    ref: "2.1.2"
    file: "/templates/gitlab-ci-gitops-vault.yml"

variables:
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ variables:
gitops-trigger:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gitops", "2.1.1"]
      command: ["--service", "gitops", "2.1.2"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -413,7 +413,7 @@ gitops-trigger:
  stage: production
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gitops", "2.1.1"]
      command: ["--service", "gitops", "2.1.2"]
  variables:
    GIT_STRATEGY: none
  image: