Commit 7a467c69 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.1.0 [skip ci]

# [1.1.0](https://gitlab.com/to-be-continuous/gitlab-butler/compare/1.0.0...1.1.0) (2024-12-16)

### Features

* handle new env vars for gitlab-butler 1.0.17 ($HALT_ON_ERROR, $VERBOSE) ([aafa6c10](https://gitlab.com/to-be-continuous/gitlab-butler/commit/aafa6c100b7e9f7a83c5fa4b82d2f5aa914f7d66))
parent 608e7a6a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/gitlab-butler/compare/1.0.0...1.1.0) (2024-12-16)


### Features

* handle new env vars for gitlab-butler 1.0.17 ($HALT_ON_ERROR, $VERBOSE) ([aafa6c1](https://gitlab.com/to-be-continuous/gitlab-butler/commit/aafa6c100b7e9f7a83c5fa4b82d2f5aa914f7d66))

# 1.0.0 (2024-11-08)


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

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