Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: renovatebot/renovate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 39.205.0
Choose a base ref
...
head repository: renovatebot/renovate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39.205.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 16, 2025

  1. chore(deps): update dependency renovatebot/github-action to v41.0.15 …

    …(main) (#34840)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 16, 2025
    Copy the full SHA
    9439c7b View commit details

Commits on Mar 17, 2025

  1. fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.50.…

    …4 (main) (#34841)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 17, 2025
    Copy the full SHA
    9076b48 View commit details
  2. docs: update references to renovate/renovate (main) (#34842)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 17, 2025
    Copy the full SHA
    5d51e72 View commit details
Showing with 10 additions and 10 deletions.
  1. +2 −2 docs/usage/docker.md
  2. +5 −5 docs/usage/examples/self-hosting.md
  3. +3 −3 tools/docker/Dockerfile
4 changes: 2 additions & 2 deletions docs/usage/docker.md
Original file line number Diff line number Diff line change
@@ -307,7 +307,7 @@ Renovate will get the credentials with the [`google-auth-library`](https://www.n
service_account: ${{ env.SERVICE_ACCOUNT }}

- name: renovate
uses: renovatebot/github-action@v41.0.14
uses: renovatebot/github-action@v41.0.15
env:
RENOVATE_HOST_RULES: |
[
@@ -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:39.178.1
FROM renovate/renovate:39.205.0
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
# under "Installation" for "Debian/Ubuntu"
RUN ...
10 changes: 5 additions & 5 deletions docs/usage/examples/self-hosting.md
Original file line number Diff line number Diff line change
@@ -25,8 +25,8 @@ 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:39
docker run --rm renovate/renovate:39.177
docker run --rm renovate/renovate:39.178.1
docker run --rm renovate/renovate:39.205
docker run --rm renovate/renovate:39.205.0
```

<!-- prettier-ignore -->
@@ -62,7 +62,7 @@ spec:
- name: renovate
# Update this to the latest available and then enable Renovate on
# the manifest
image: renovate/renovate:39.178.1
image: renovate/renovate:39.205.0
args:
- user/repo
# Environment Variables
@@ -121,7 +121,7 @@ spec:
template:
spec:
containers:
- image: renovate/renovate:39.178.1
- image: renovate/renovate:39.205.0
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:39.178.1
image: renovate/renovate:39.205.0
volumeMounts:
- name: ssh-key-volume
readOnly: true
6 changes: 3 additions & 3 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.50.3@sha256:ccd024fef282231b2d986c3d373e11b069c15c5dc787877bd460b726b3e27188 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.50.4@sha256:b1c25c4809a8a08a7b419d4fd92f77902751e50f85e36545429612bca97429ae AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.50.3-full@sha256:235ca6145bd1923a1ea153387b4ecde4dac9300d89aaa6530d41b5417e012143 AS full-base
FROM ghcr.io/renovatebot/base-image:9.50.4-full@sha256:e8bdd48ffaeeec4e71a9752c2f09268a9deb6cda2a1e49040091b63ca37160ba AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.50.3@sha256:ccd024fef282231b2d986c3d373e11b069c15c5dc787877bd460b726b3e27188 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.50.4@sha256:b1c25c4809a8a08a7b419d4fd92f77902751e50f85e36545429612bca97429ae AS build

# We want a specific node version here
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node