Commit 700447ab authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent ee3a95a5
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.11.0](https://gitlab.com/to-be-continuous/bruno/compare/1.10.0...1.11.0) (2025-11-18)


### Features

* implement vault variant ([c703b16](https://gitlab.com/to-be-continuous/bruno/commit/c703b1691cce980d0e20a6e8cb27124751c2e21b))

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


+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.10.0
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno@1.11.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.10.0'
    ref: '1.11.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.10.0
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno@1.11.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno-vault@1.10.0
  - component: $CI_SERVER_FQDN/to-be-continuous/bruno/gitlab-ci-bruno-vault@1.11.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.10.0"]
      command: ["--service", "bruno", "1.11.0"]
    - 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.10.0"]
      command: ["--service", "bruno", "1.11.0"]
  stage: acceptance
  variables:
    # NPM cache