From 5a92edb4ba76b04ee6de7369e9471f785849a7ae Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:59:21 +0800 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 2 +- docker/alpine/CHANGELOG.md | 7 +++++++ docker/debian/CHANGELOG.md | 12 ++++++++++++ docker/rocky/CHANGELOG.md | 7 +++++++ 4 files changed, 27 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 692a19a2..4d6be8f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "docker/alpine": "3.24.1", - "docker/debian": "13.5.0", + "docker/debian": "13.6.0", "docker/rocky": "10.2.0" } diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index b3399c12..3ea41ca5 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.24.1](https://github.com/snowdreamtech/base/compare/alpine-v3.24.1...alpine-v3.24.1) (2026-07-24) + + +### 🐛 Bug Fixes + +* remove static version defaults from OCI image labels to use variable injection exclusively ([da5645a](https://github.com/snowdreamtech/base/commit/da5645ad4d48467290235abbbd9f31ba70bf690f)) + ## [3.24.1](https://github.com/snowdreamtech/base/compare/alpine-v3.24.1...alpine-v3.24.1) (2026-07-09) diff --git a/docker/debian/CHANGELOG.md b/docker/debian/CHANGELOG.md index 22ad183e..7441859d 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [13.6.0](https://github.com/snowdreamtech/base/compare/debian-v13.5.0...debian-v13.6.0) (2026-07-24) + + +### 🐛 Bug Fixes + +* remove static version defaults from OCI image labels to use variable injection exclusively ([da5645a](https://github.com/snowdreamtech/base/commit/da5645ad4d48467290235abbbd9f31ba70bf690f)) + + +### ♻️ Miscellaneous Chores + +* update debian base image to 13.6.0 ([5f885d5](https://github.com/snowdreamtech/base/commit/5f885d5a771f06d449533f2f3c619d27444822f5)) + ## [13.5.0](https://github.com/snowdreamtech/base/compare/debian-v13.5.0...debian-v13.5.0) (2026-07-03) diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index 77f9c842..712812f7 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.2.0](https://github.com/snowdreamtech/base/compare/rocky-v10.2.0...rocky-v10.2.0) (2026-07-24) + + +### 🐛 Bug Fixes + +* remove static version defaults from OCI image labels to use variable injection exclusively ([da5645a](https://github.com/snowdreamtech/base/commit/da5645ad4d48467290235abbbd9f31ba70bf690f)) + ## [10.2.0](https://github.com/snowdreamtech/base/compare/rocky-v10.2.0...rocky-v10.2.0) (2026-07-03) From c2bba247dca89a31accc6e70c5e48b16170b1ce5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Jul 2026 13:59:25 +0000 Subject: [PATCH 2/2] chore(release): deduplicate CHANGELOG headers Signed-off-by: github-actions[bot] --- docker/alpine/CHANGELOG.md | 7 ------- docker/rocky/CHANGELOG.md | 7 ------- 2 files changed, 14 deletions(-) diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index 3ea41ca5..fc4160b1 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -7,13 +7,6 @@ * remove static version defaults from OCI image labels to use variable injection exclusively ([da5645a](https://github.com/snowdreamtech/base/commit/da5645ad4d48467290235abbbd9f31ba70bf690f)) -## [3.24.1](https://github.com/snowdreamtech/base/compare/alpine-v3.24.1...alpine-v3.24.1) (2026-07-09) - - -### ♻️ Miscellaneous Chores - -* update alpine base image to 3.24.1 ([3021ed3](https://github.com/snowdreamtech/base/commit/3021ed3b4ffa5f8916f5fa46aa4325e8ebf84ba6)) - ## [3.24.0](https://github.com/snowdreamtech/base/compare/alpine-v3.24.0...alpine-v3.24.0) (2026-07-03) diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index 712812f7..d8454054 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -7,13 +7,6 @@ * remove static version defaults from OCI image labels to use variable injection exclusively ([da5645a](https://github.com/snowdreamtech/base/commit/da5645ad4d48467290235abbbd9f31ba70bf690f)) -## [10.2.0](https://github.com/snowdreamtech/base/compare/rocky-v10.2.0...rocky-v10.2.0) (2026-07-03) - - -### ♻️ Miscellaneous Chores - -* add 0-git-keep.sh to prevent empty entrypoint.d directories ([ce77247](https://github.com/snowdreamtech/base/commit/ce77247762becc1edf85ec7b57747d3f3127044a)) - ## [10.1.0](https://github.com/snowdreamtech/base/compare/rocky-v10.1.0...rocky-v10.1.0) (2026-04-29)