Commit 78086a43 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.4.1 [skip ci]

## [1.4.1](https://gitlab.com/to-be-continuous/gitlab-butler/compare/1.4.0...1.4.1) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([30da0411](https://gitlab.com/to-be-continuous/gitlab-butler/commit/30da04115e7fe6e919959f2ff7ea8234eeb76429))
parent 30da0411
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.4.1](https://gitlab.com/to-be-continuous/gitlab-butler/compare/1.4.0...1.4.1) (2026-01-06)


### Bug Fixes

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

# [1.4.0](https://gitlab.com/to-be-continuous/gitlab-butler/compare/1.3.0...1.4.0) (2025-08-12)


+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.4.0
  - component: $CI_SERVER_FQDN/to-be-continuous/gitlab-butler/gitlab-ci-butler@1.4.1
    # 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.4.0"
    ref: "1.4.1"
    file: "/templates/gitlab-ci-butler.yml"

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