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

chore(release): 1.11.2 [skip ci]

## [1.11.2](https://gitlab.com/to-be-continuous/bruno/compare/1.11.1...1.11.2) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([99c32792](https://gitlab.com/to-be-continuous/bruno/commit/99c32792628f03d60cb5b181b23a971cbe2dd8e8))
parent 99c32792
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.11.2](https://gitlab.com/to-be-continuous/bruno/compare/1.11.1...1.11.2) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([99c3279](https://gitlab.com/to-be-continuous/bruno/commit/99c32792628f03d60cb5b181b23a971cbe2dd8e8))

## [1.11.1](https://gitlab.com/to-be-continuous/bruno/compare/1.11.0...1.11.1) (2025-12-24)


+4 −4
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/bruno/gitlab-ci-bruno@1.11.1
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno@1.11.2
    # 2: set/override component inputs
    inputs:
      review-enabled: true # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/bruno'
    ref: '1.11.1'
    ref: '1.11.2'
    file: '/templates/gitlab-ci-bruno.yml'

variables:
@@ -119,9 +119,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno@1.11.1
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno@1.11.2
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno-vault@1.11.1
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno-vault@1.11.2
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ variables:
bruno:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "bruno", "1.11.1"]
      command: ["--service", "bruno", "1.11.2"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ bruno:
  image: $BRU_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "bruno", "1.11.1"]
      command: ["--service", "bruno", "1.11.2"]
  stage: acceptance
  variables:
    # NPM cache