Commit 0ed65c29 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.5.0 [skip ci]

parent 3eaf600a
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.5.0](https://gitlab.com/to-be-continuous/gitlab-butler/compare/1.4.1...1.5.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([5aae30f](https://gitlab.com/to-be-continuous/gitlab-butler/commit/5aae30f19921f20cd0b14331622340e62b702aa7))


### Features

* support CA certs provided as file ([3eaf600](https://gitlab.com/to-be-continuous/gitlab-butler/commit/3eaf600ad75fb326fccdaa5a5fcb8e93cff99528))

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


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

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