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

chore(release): 1.12.0 [skip ci]

parent 1d1afde6
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.12.0](https://gitlab.com/to-be-continuous/bruno/compare/1.11.3...1.12.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([1cbe36a](https://gitlab.com/to-be-continuous/bruno/commit/1cbe36a02fd2a3acb57d57b113f4a8f51bd44b63))


### Features

* support CA certs provided as file ([1d1afde](https://gitlab.com/to-be-continuous/bruno/commit/1d1afde66f21b6ab51cb40dbc65606e822fa052e))

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


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