From c7f2588e680149b6ec13ea617de487f9114e18bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:38:55 +0000 Subject: [PATCH 01/11] chore(config): migrate config renovate.json --- renovate.json | 57 +++++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/renovate.json b/renovate.json index 0eec022..bbe3965 100644 --- a/renovate.json +++ b/renovate.json @@ -1,27 +1,30 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>platform-engineering-org/.github", - "schedule:daily" - ], - "baseBranches": ["main", "release-42"], - "ignorePresets": [ - "group:all" - ], - "description": "Config to group Docker image version and digest updates into a single pull request.", - "packageRules": [ - { - "matchDatasources": [ - "docker" - ], - "matchUpdateTypes": [ - "digest" - ], - "groupName": "{{depName}} Docker updates" - } - ], - "separateMultipleMajor": true, - "pruneStaleBranches": false, - "pinDigests": true, - "timezone": "America/New_York" -} +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>platform-engineering-org/.github", + "schedule:daily" + ], + "baseBranchPatterns": [ + "main", + "release-42" + ], + "ignorePresets": [ + "group:all" + ], + "description": "Config to group Docker image version and digest updates into a single pull request.", + "packageRules": [ + { + "matchDatasources": [ + "docker" + ], + "matchUpdateTypes": [ + "digest" + ], + "groupName": "{{depName}} Docker updates" + } + ], + "separateMultipleMajor": true, + "pruneStaleBranches": false, + "pinDigests": true, + "timezone": "America/New_York" +} From c80978641f890bb28bce1f97b5b8844cace1d599 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 21:06:16 +0000 Subject: [PATCH 02/11] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to cca0726 (#103) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 29239ef..02a68e2 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:09fc42f1db6487dd47b773a852672d3a6977753ad8e8fb02a2b490af8cb6bf2d AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:cca07262d74609fa411f7dcaaf65ddee669af2b138fd9320b4572f332b8da5c2 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From ec2d642347539c7d88530c3662e68f0b09132948 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:50:12 +0000 Subject: [PATCH 03/11] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to c4e6115 (#106) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 02a68e2..ec0cf20 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:cca07262d74609fa411f7dcaaf65ddee669af2b138fd9320b4572f332b8da5c2 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:c4e6115ed7788afe456c31ae7effe56eee73ddca2ce92e1d856bd52f1b034ed4 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 8782425e0459f9f49aa04a36f792dd7ab380f309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:10:52 +0000 Subject: [PATCH 04/11] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 02f2779 (#108) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ec0cf20..8ecde37 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:c4e6115ed7788afe456c31ae7effe56eee73ddca2ce92e1d856bd52f1b034ed4 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:02f27790ada350505389c4b8963e3da4571ac33f727da429a3608db5b2c40f9f AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 0a066bdcf6cb7679391568f98dea21e2c9150712 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 14:46:21 +0000 Subject: [PATCH 05/11] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to a67bddc (#110) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8ecde37..f7c9078 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:02f27790ada350505389c4b8963e3da4571ac33f727da429a3608db5b2c40f9f AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:a67bddc2c1b2b90ad379955441b5e632dc0626fb5e1accec232cf3cdceeffc75 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 152e167d036e6ec480b6dd85a46bb3c38a8ad5f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 02:33:54 +0000 Subject: [PATCH 06/11] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 9353798 (#112) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index f7c9078..eed486a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:a67bddc2c1b2b90ad379955441b5e632dc0626fb5e1accec232cf3cdceeffc75 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:9353798ec704a3c4226faea0997faf3a244ce4a834798c519ee10fd6351cdc23 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From dcde727806d59ead3f24b62d884aae0d4dd568a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:51:21 +0000 Subject: [PATCH 07/11] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 01c9fff (#114) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index eed486a..5e82558 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:9353798ec704a3c4226faea0997faf3a244ce4a834798c519ee10fd6351cdc23 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:01c9fff64cff9627209f991f807862e7f869bcbce1df23eac2430e6fcadcf04d AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 548c4aefda5d10e7ce4175f52af4fd4edba27694 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 08:41:26 +0000 Subject: [PATCH 08/11] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 3c1d43f (#118) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 5e82558..8593df9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:01c9fff64cff9627209f991f807862e7f869bcbce1df23eac2430e6fcadcf04d AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:3c1d43f55654f284962e2a122d34bea152415249c718f8c8ec316cc7162909c0 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From b81443e458012f2f8d1bb6d458e30aefeecfc90d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:31:07 +0000 Subject: [PATCH 09/11] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 5efa5c1 (#120) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8593df9..4ef79c7 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:3c1d43f55654f284962e2a122d34bea152415249c718f8c8ec316cc7162909c0 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:5efa5c14375375d5a5af4214b1e717422c1fd3ae20ad0dc8396633ab4fe62614 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 3b2c7a201cc555067c812bec5ee394055b215490 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:31:15 +0000 Subject: [PATCH 10/11] chore(deps): update actions/checkout action to v6 Signed-off-by: Platform Engineering Bot --- .github/workflows/main-build.yaml | 2 +- .github/workflows/pr-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-build.yaml b/.github/workflows/main-build.yaml index 05e2e34..404da96 100644 --- a/.github/workflows/main-build.yaml +++ b/.github/workflows/main-build.yaml @@ -48,7 +48,7 @@ jobs: steps: - name: Clone the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Based on https://github.com/orgs/community/discussions/25678 - name: Delete huge unnecessary tools folder diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index b520f68..a1eb174 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: Clone the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Based on https://github.com/orgs/community/discussions/25678 - name: Delete huge unnecessary tools folder From 5227ad371d5f1cb199f1a6ad40f1e625f5375455 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 20:52:55 +0000 Subject: [PATCH 11/11] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 2c48b77 (#122) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4ef79c7..89bb138 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:5efa5c14375375d5a5af4214b1e717422c1fd3ae20ad0dc8396633ab4fe62614 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:2c48b779ef9e6c9a073f741167d56d9475c7fccf3d834d5c650f78eeacb330ae AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all