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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/gitops/compare/1.2.0...2.0.0) (2025-08-13)

* feat(vault)!: enable certificate verification ([6279978d](https://gitlab.com/to-be-continuous/gitops/commit/6279978dc32c7aef9e9648a2072e9245cd14c244))

### BREAKING CHANGES

* self-signed certificates must be declared in your GitLab DEFAULT_CA_CERTS or with VAULT_CA_CERTS variable
parent 6279978d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# [2.0.0](https://gitlab.com/to-be-continuous/gitops/compare/1.2.0...2.0.0) (2025-08-13)


* feat(vault)!: enable certificate verification ([6279978](https://gitlab.com/to-be-continuous/gitops/commit/6279978dc32c7aef9e9648a2072e9245cd14c244))


### BREAKING CHANGES

* self-signed certificates must be declared in your GitLab DEFAULT_CA_CERTS or with VAULT_CA_CERTS variable

# [1.2.0](https://gitlab.com/to-be-continuous/gitops/compare/1.1.0...1.2.0) (2025-08-12)


+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@1.2.0
  - component: $CI_SERVER_FQDN/to-be-continuous/gitops/gitlab-ci-gitops@2.0.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: "1.2.0"
    ref: "2.0.0"
    file: "/templates/gitlab-ci-gitops.yml"

# 2: GITOPS_TRIGGER_XXX variables are defined as project CI/CD variables
@@ -187,11 +187,11 @@ With:
include:
  # main template
  - project: "to-be-continuous/gitops"
    ref: "1.2.0"
    ref: "2.0.0"
    file: "/templates/gitlab-ci-gitops.yml"
  # Vault variant
  - project: "to-be-continuous/gitops"
    ref: "1.2.0"
    ref: "2.0.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", "1.2.0"]
      command: ["--service", "gitops", "2.0.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -412,7 +412,7 @@ gitops-trigger:
  stage: production
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gitops", "1.2.0"]
      command: ["--service", "gitops", "2.0.0"]
  variables:
    GIT_STRATEGY: none
  image: