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..fc4160b1 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog -## [3.24.1](https://github.com/snowdreamtech/base/compare/alpine-v3.24.1...alpine-v3.24.1) (2026-07-09) +## [3.24.1](https://github.com/snowdreamtech/base/compare/alpine-v3.24.1...alpine-v3.24.1) (2026-07-24) -### ♻️ Miscellaneous Chores +### 🐛 Bug Fixes -* update alpine base image to 3.24.1 ([3021ed3](https://github.com/snowdreamtech/base/commit/3021ed3b4ffa5f8916f5fa46aa4325e8ebf84ba6)) +* remove static version defaults from OCI image labels to use variable injection exclusively ([da5645a](https://github.com/snowdreamtech/base/commit/da5645ad4d48467290235abbbd9f31ba70bf690f)) ## [3.24.0](https://github.com/snowdreamtech/base/compare/alpine-v3.24.0...alpine-v3.24.0) (2026-07-03) 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..d8454054 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog -## [10.2.0](https://github.com/snowdreamtech/base/compare/rocky-v10.2.0...rocky-v10.2.0) (2026-07-03) +## [10.2.0](https://github.com/snowdreamtech/base/compare/rocky-v10.2.0...rocky-v10.2.0) (2026-07-24) -### ♻️ Miscellaneous Chores +### 🐛 Bug Fixes -* add 0-git-keep.sh to prevent empty entrypoint.d directories ([ce77247](https://github.com/snowdreamtech/base/commit/ce77247762becc1edf85ec7b57747d3f3127044a)) +* remove static version defaults from OCI image labels to use variable injection exclusively ([da5645a](https://github.com/snowdreamtech/base/commit/da5645ad4d48467290235abbbd9f31ba70bf690f)) ## [10.1.0](https://github.com/snowdreamtech/base/compare/rocky-v10.1.0...rocky-v10.1.0) (2026-04-29)