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

chore(release): 1.12.2 [skip ci]

## [1.12.2](https://gitlab.com/to-be-continuous/renovate/compare/1.12.1...1.12.2) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([0721dadb](https://gitlab.com/to-be-continuous/renovate/commit/0721dadb43f6568568811cef11dbeef6eb2e9b61))
parent 0721dadb
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.12.2](https://gitlab.com/to-be-continuous/renovate/compare/1.12.1...1.12.2) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([0721dad](https://gitlab.com/to-be-continuous/renovate/commit/0721dadb43f6568568811cef11dbeef6eb2e9b61))

## [1.12.1](https://gitlab.com/to-be-continuous/renovate/compare/1.12.0...1.12.1) (2025-12-19)


+4 −4
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.12.1
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.12.2
```

### Use as a CI/CD template (legacy)
@@ -25,7 +25,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # include the template
  - project: "to-be-continuous/renovate"
    ref: "1.12.1"
    ref: "1.12.2"
    file: "/templates/gitlab-ci-renovate.yml"
```

@@ -164,9 +164,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.12.1
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.12.2
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate-vault@1.12.1
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate-vault@1.12.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:
.renovate-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "renovate", "1.12.1"]
      command: ["--service", "renovate", "1.12.2"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ stages:
  image: $RENOVATE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "renovate", "1.12.1"]
      command: ["--service", "renovate", "1.12.2"]
  variables:
    RENOVATE_BASE_DIR: $CI_PROJECT_DIR
    RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate