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

chore(release): 1.12.1 [skip ci]

parent dfa5380f
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.12.1](https://gitlab.com/to-be-continuous/renovate/compare/1.12.0...1.12.1) (2025-12-19)


### Bug Fixes

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

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


+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.0
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.12.1
```

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