From 87c83b8891c8eb625964fc9905c5d2ead15db997 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:16:50 +0000 Subject: [PATCH] docs: update references to renovate/renovate to v39 (#32470) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/usage/docker.md | 2 +- docs/usage/examples/self-hosting.md | 12 ++++++------ docs/usage/release-notes-for-major-versions.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/usage/docker.md b/docs/usage/docker.md index be650473a86515..d2ad8cb8fa3cdf 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -478,7 +478,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the For example: ```Dockerfile -FROM renovate/renovate:38.142.5 +FROM renovate/renovate:39.10.2 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ... diff --git a/docs/usage/examples/self-hosting.md b/docs/usage/examples/self-hosting.md index edc1b91a386940..0a71479de14436 100644 --- a/docs/usage/examples/self-hosting.md +++ b/docs/usage/examples/self-hosting.md @@ -24,9 +24,9 @@ It builds `latest` based on the `main` branch and all SemVer tags are published ```sh title="Example of valid tags" docker run --rm renovate/renovate -docker run --rm renovate/renovate:38 -docker run --rm renovate/renovate:38.142 -docker run --rm renovate/renovate:38.142.5 +docker run --rm renovate/renovate:39 +docker run --rm renovate/renovate:39.10 +docker run --rm renovate/renovate:39.10.2 ``` @@ -62,7 +62,7 @@ spec: - name: renovate # Update this to the latest available and then enable Renovate on # the manifest - image: renovate/renovate:38.142.5 + image: renovate/renovate:39.10.2 args: - user/repo # Environment Variables @@ -121,7 +121,7 @@ spec: template: spec: containers: - - image: renovate/renovate:38.142.5 + - image: renovate/renovate:39.10.2 name: renovate-bot env: # For illustration purposes, please use secrets. - name: RENOVATE_PLATFORM @@ -367,7 +367,7 @@ spec: containers: - name: renovate # Update this to the latest available and then enable Renovate on the manifest - image: renovate/renovate:38.142.5 + image: renovate/renovate:39.10.2 volumeMounts: - name: ssh-key-volume readOnly: true diff --git a/docs/usage/release-notes-for-major-versions.md b/docs/usage/release-notes-for-major-versions.md index cc1b650b2908c4..854355e7082c17 100644 --- a/docs/usage/release-notes-for-major-versions.md +++ b/docs/usage/release-notes-for-major-versions.md @@ -130,7 +130,7 @@ If you're on a version of Lerna before v7, you should prioritize upgrading to v7 - **automerge:** Platform automerge will now be chosen by default whenever automerge is enabled - Post upgrade templating is now allowed by default, as long as the post upgrade task command is itself already allowed - Official Renovate Docker images now use the "slim" approach with `binarySource=install` by default. e.g. `renovate/renovate:latest` is the slim image, not full -- The "full" image is now available via the tag `full`, e.g. `renovate/renovate:38-full`, and defaults to `binarySource=global` (no dynamic installs) +- The "full" image is now available via the tag `full`, e.g. `renovate/renovate:39-full`, and defaults to `binarySource=global` (no dynamic installs) - Third party tools in the full image have been updated to latest/LTS major version ### Commentary for 36