Commit 9463e600 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 2afcb192
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.10.0](https://gitlab.com/to-be-continuous/renovate/compare/1.9.0...1.10.0) (2025-11-12)


### Features

* Add Vault variant ([c57f930](https://gitlab.com/to-be-continuous/renovate/commit/c57f930673aba444fe4db3d75924bc53a9b6caea))

# [1.9.0](https://gitlab.com/to-be-continuous/renovate/compare/1.8.0...1.9.0) (2025-10-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:
  # include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.9.0
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.10.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.9.0"
    ref: "1.10.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.9.0
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.10.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate-vault@1.9.0
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate-vault@1.10.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.9.0"]
      command: ["--service", "renovate", "1.10.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ stages:
  image: $RENOVATE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "renovate", "1.9.0"]
      command: ["--service", "renovate", "1.10.0"]
  variables:
    RENOVATE_BASE_DIR: $CI_PROJECT_DIR
    RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate