Commit f64d131d authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 06a8a818
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.2.2](https://gitlab.com/to-be-continuous/gitlab-butler/compare/1.2.1...1.2.2) (2025-07-05)


### Bug Fixes

* fix unscope_variables ([06a8a81](https://gitlab.com/to-be-continuous/gitlab-butler/commit/06a8a818c3971aad3bf830fe85a854b1e5002b78))

## [1.2.1](https://gitlab.com/to-be-continuous/gitlab-butler/compare/1.2.0...1.2.1) (2025-04-04)


+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/gitlab-butler/gitlab-ci-butler@1.2.1
  - component: $CI_SERVER_FQDN/to-be-continuous/gitlab-butler/gitlab-ci-butler@1.2.2
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -30,7 +30,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: "to-be-continuous/gitlab-butler"
    ref: "1.2.1"
    ref: "1.2.2"
    file: "/templates/gitlab-ci-butler.yml"

variables:
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ stages:
  image: $BUTLER_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gitlab-butler", "1.2.1"]
      command: ["--service", "gitlab-butler", "1.2.2"]
  variables:
    GITLAB_API: $BUTLER_GITLAB_API
    GITLAB_TOKEN: $BUTLER_TOKEN