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

chore(release): 2.2.0 [skip ci]

parent 81d2c0c1
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [2.2.0](https://gitlab.com/to-be-continuous/gitops/compare/2.1.3...2.2.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([2ea9ac5](https://gitlab.com/to-be-continuous/gitops/commit/2ea9ac535a243ebb80b9d7fb820829850d62de43))


### Features

* support CA certs provided as file ([81d2c0c](https://gitlab.com/to-be-continuous/gitops/commit/81d2c0c1007625dba24814fe5036eec78d0cb438))

## [2.1.3](https://gitlab.com/to-be-continuous/gitops/compare/2.1.2...2.1.3) (2026-03-11)


+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.3
  - component: $CI_SERVER_FQDN/to-be-continuous/gitops/gitlab-ci-gitops@2.2.0

# 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.3"
    ref: "2.2.0"
    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.3"
    ref: "2.2.0"
    file: "/templates/gitlab-ci-gitops.yml"
  # Vault variant
  - project: "to-be-continuous/gitops"
    ref: "2.1.3"
    ref: "2.2.0"
    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.3"]
      command: ["--service", "gitops", "2.2.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ gitops-trigger:
  stage: production
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gitops", "2.1.3"]
      command: ["--service", "gitops", "2.2.0"]
  variables:
    GIT_STRATEGY: none
  image: