Commit 8969ef02 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 79e187f2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.12.0](https://gitlab.com/to-be-continuous/renovate/compare/1.11.0...1.12.0) (2025-12-16)


### Features

* enable feat/minimumReleaseAge ([969e8de](https://gitlab.com/to-be-continuous/renovate/commit/969e8deaf51ed4a944783f939520e691ccce5217))

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


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

### 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.11.0"
    ref: "1.12.0"
    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.11.0
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.12.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate-vault@1.11.0
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate-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:
.renovate-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "renovate", "1.11.0"]
      command: ["--service", "renovate", "1.12.0"]
    - 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.11.0"]
      command: ["--service", "renovate", "1.12.0"]
  variables:
    RENOVATE_BASE_DIR: $CI_PROJECT_DIR
    RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate