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

chore(release): 1.11.1 [skip ci]

parent 9d2386eb
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.11.1](https://gitlab.com/to-be-continuous/bruno/compare/1.11.0...1.11.1) (2025-12-24)


### Bug Fixes

* non-blocking warning in case failed decoding [@url](https://gitlab.com/url)@ variable ([eb7e2af](https://gitlab.com/to-be-continuous/bruno/commit/eb7e2af4d606eff5b6ddff2b29715291099a4a68))

# [1.11.0](https://gitlab.com/to-be-continuous/bruno/compare/1.10.0...1.11.0) (2025-11-18)


+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.0
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno@1.11.1
    # 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.0'
    ref: '1.11.1'
    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.0
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno@1.11.1
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno-vault@1.11.0
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno-vault@1.11.1
    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.0"]
      command: ["--service", "bruno", "1.11.1"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -400,7 +400,7 @@ bruno:
  image: $BRU_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "bruno", "1.11.0"]
      command: ["--service", "bruno", "1.11.1"]
  stage: acceptance
  variables:
    # NPM cache