Commit 3d8d5ad4 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 04b53376
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/gitops/compare/1.0.2...1.1.0) (2025-07-24)


### Features

* configurable [@url](https://gitlab.com/url)@ timeout ([04b5337](https://gitlab.com/to-be-continuous/gitops/commit/04b5337639f885cd8007b1496e1923b4faf3857e))

## [1.0.2](https://gitlab.com/to-be-continuous/gitops/compare/1.0.1...1.0.2) (2025-07-05)


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