diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4e05a21..0e214344 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "docker/alpine": "8.0.4", + "docker/alpine": "8.8.0", "docker/debian": "8.0.2", "docker/rocky": "8.0.4" } diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index 324f5f33..a3e1b1ec 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [8.8.0](https://github.com/snowdreamtech/redis/compare/alpine-v8.0.4...alpine-v8.8.0) (2026-08-11) + + +### 🐛 Bug Fixes + +* remove static version defaults from OCI image labels to use variable injection exclusively ([da5645a](https://github.com/snowdreamtech/redis/commit/da5645ad4d48467290235abbbd9f31ba70bf690f)) +* use ghcr.io for base images to avoid rate limits ([9f1d73a](https://github.com/snowdreamtech/redis/commit/9f1d73a75a61f2f368f5572c4bd28f4c92ef8fd5)) + + +### ♻️ Miscellaneous Chores + +* add 0-git-keep.sh to prevent empty entrypoint.d directories ([ce77247](https://github.com/snowdreamtech/redis/commit/ce77247762becc1edf85ec7b57747d3f3127044a)) +* merge upstream dev into redis dev ([1d21b91](https://github.com/snowdreamtech/redis/commit/1d21b91bd17863b4dfcf5a9c081e3c9fc1d60cec)) +* release main ([5a92edb](https://github.com/snowdreamtech/redis/commit/5a92edb4ba76b04ee6de7369e9471f785849a7ae)) +* release main ([afa286c](https://github.com/snowdreamtech/redis/commit/afa286c5b9c41908021b044f31fee3348f52c973)) +* release main ([4011a21](https://github.com/snowdreamtech/redis/commit/4011a21a23395acc9545168c95ca0ec5c867e7d3)) +* release main ([f66597a](https://github.com/snowdreamtech/redis/commit/f66597a5feae95e8853f4cc730c81e93e172f6ca)) +* release main ([b3a5cc9](https://github.com/snowdreamtech/redis/commit/b3a5cc9ef0a64a7bc04ed7c2acf0cca5327c5c26)) +* **release:** deduplicate CHANGELOG headers ([c2bba24](https://github.com/snowdreamtech/redis/commit/c2bba247dca89a31accc6e70c5e48b16170b1ce5)) +* **release:** deduplicate CHANGELOG headers ([4f07b71](https://github.com/snowdreamtech/redis/commit/4f07b71194f58ba214f1fb60ce0dc56d71c499e2)) +* **release:** deduplicate CHANGELOG headers ([82be3d5](https://github.com/snowdreamtech/redis/commit/82be3d5576b65b7f69b1a9afb8604f2c8f0e47f7)) +* update alpine base image to 3.24.1 ([3021ed3](https://github.com/snowdreamtech/redis/commit/3021ed3b4ffa5f8916f5fa46aa4325e8ebf84ba6)) + ## [8.0.4](https://github.com/snowdreamtech/redis/compare/alpine-v8.0.4...alpine-v8.0.4) (2026-06-23) diff --git a/docker/debian/CHANGELOG.md b/docker/debian/CHANGELOG.md index 9bff75ac..684c074b 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -1,11 +1,31 @@ # Changelog -## [8.0.2](https://github.com/snowdreamtech/redis/compare/debian-v8.0.2...debian-v8.0.2) (2026-06-23) +## [8.0.2](https://github.com/snowdreamtech/redis/compare/debian-v8.0.2...debian-v8.0.2) (2026-08-11) ### 🐛 Bug Fixes -* **docker:** set default KEEPALIVE to 1 and override it in smoke tests ([04b2322](https://github.com/snowdreamtech/redis/commit/04b2322daf09e4caec7d7a25062a9be3fa3eabf8)) +* remove static version defaults from OCI image labels to use variable injection exclusively ([da5645a](https://github.com/snowdreamtech/redis/commit/da5645ad4d48467290235abbbd9f31ba70bf690f)) +* use ghcr.io for base images to avoid rate limits ([9f1d73a](https://github.com/snowdreamtech/redis/commit/9f1d73a75a61f2f368f5572c4bd28f4c92ef8fd5)) + + +### ♻️ Miscellaneous Chores + +* add 0-git-keep.sh to prevent empty entrypoint.d directories ([ce77247](https://github.com/snowdreamtech/redis/commit/ce77247762becc1edf85ec7b57747d3f3127044a)) +* merge upstream dev into redis dev ([1d21b91](https://github.com/snowdreamtech/redis/commit/1d21b91bd17863b4dfcf5a9c081e3c9fc1d60cec)) +* release main ([c9db13e](https://github.com/snowdreamtech/redis/commit/c9db13ecc5033081c703e996d33c7503860ec15e)) +* release main ([5a92edb](https://github.com/snowdreamtech/redis/commit/5a92edb4ba76b04ee6de7369e9471f785849a7ae)) +* release main ([4011a21](https://github.com/snowdreamtech/redis/commit/4011a21a23395acc9545168c95ca0ec5c867e7d3)) +* release main ([d52be5c](https://github.com/snowdreamtech/redis/commit/d52be5cf0c5cff45f7f72e973d62c94b48855e1b)) +* release main ([f66597a](https://github.com/snowdreamtech/redis/commit/f66597a5feae95e8853f4cc730c81e93e172f6ca)) +* release main ([b3a5cc9](https://github.com/snowdreamtech/redis/commit/b3a5cc9ef0a64a7bc04ed7c2acf0cca5327c5c26)) +* **release:** deduplicate CHANGELOG headers ([a186680](https://github.com/snowdreamtech/redis/commit/a186680625ac23b3ebbdf41e75a7370f38e03d22)) +* **release:** deduplicate CHANGELOG headers ([4f07b71](https://github.com/snowdreamtech/redis/commit/4f07b71194f58ba214f1fb60ce0dc56d71c499e2)) +* **release:** deduplicate CHANGELOG headers ([3068d88](https://github.com/snowdreamtech/redis/commit/3068d883bc6167773d046d3b2b0e4c479e4fee39)) +* **release:** deduplicate CHANGELOG headers ([82be3d5](https://github.com/snowdreamtech/redis/commit/82be3d5576b65b7f69b1a9afb8604f2c8f0e47f7)) +* **speckit:** manual auto-commit trigger ([5f8a5a9](https://github.com/snowdreamtech/redis/commit/5f8a5a9cba5d6bd42a65eaabfecd6e18b01aeeb0)) +* sync debian build matrix and documentation with upstream ([0d6e613](https://github.com/snowdreamtech/redis/commit/0d6e6132c84a368f5b64b9144d9c7d3b7292d746)) +* update debian base image to 13.6.0 ([5f885d5](https://github.com/snowdreamtech/redis/commit/5f885d5a771f06d449533f2f3c619d27444822f5)) ## [13.5.0](https://github.com/snowdreamtech/base/compare/debian-v13.5.0...debian-v13.5.0) (2026-06-20) diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index 1e9a81f7..83e3808d 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -1,11 +1,28 @@ # Changelog -## [8.0.4](https://github.com/snowdreamtech/redis/compare/rocky-v8.0.4...rocky-v8.0.4) (2026-06-23) +## [8.0.4](https://github.com/snowdreamtech/redis/compare/rocky-v8.0.4...rocky-v8.0.4) (2026-08-11) ### 🐛 Bug Fixes -* **docker:** set default KEEPALIVE to 1 and override it in smoke tests ([04b2322](https://github.com/snowdreamtech/redis/commit/04b2322daf09e4caec7d7a25062a9be3fa3eabf8)) +* remove static version defaults from OCI image labels to use variable injection exclusively ([da5645a](https://github.com/snowdreamtech/redis/commit/da5645ad4d48467290235abbbd9f31ba70bf690f)) +* use ghcr.io for base images to avoid rate limits ([9f1d73a](https://github.com/snowdreamtech/redis/commit/9f1d73a75a61f2f368f5572c4bd28f4c92ef8fd5)) + + +### ♻️ Miscellaneous Chores + +* add 0-git-keep.sh to prevent empty entrypoint.d directories ([ce77247](https://github.com/snowdreamtech/redis/commit/ce77247762becc1edf85ec7b57747d3f3127044a)) +* merge upstream dev into redis dev ([1d21b91](https://github.com/snowdreamtech/redis/commit/1d21b91bd17863b4dfcf5a9c081e3c9fc1d60cec)) +* release main ([5a92edb](https://github.com/snowdreamtech/redis/commit/5a92edb4ba76b04ee6de7369e9471f785849a7ae)) +* release main ([4011a21](https://github.com/snowdreamtech/redis/commit/4011a21a23395acc9545168c95ca0ec5c867e7d3)) +* release main ([d52be5c](https://github.com/snowdreamtech/redis/commit/d52be5cf0c5cff45f7f72e973d62c94b48855e1b)) +* release main ([f66597a](https://github.com/snowdreamtech/redis/commit/f66597a5feae95e8853f4cc730c81e93e172f6ca)) +* release main ([b3a5cc9](https://github.com/snowdreamtech/redis/commit/b3a5cc9ef0a64a7bc04ed7c2acf0cca5327c5c26)) +* **release:** deduplicate CHANGELOG headers ([c2bba24](https://github.com/snowdreamtech/redis/commit/c2bba247dca89a31accc6e70c5e48b16170b1ce5)) +* **release:** deduplicate CHANGELOG headers ([4f07b71](https://github.com/snowdreamtech/redis/commit/4f07b71194f58ba214f1fb60ce0dc56d71c499e2)) +* **release:** deduplicate CHANGELOG headers ([3068d88](https://github.com/snowdreamtech/redis/commit/3068d883bc6167773d046d3b2b0e4c479e4fee39)) +* **release:** deduplicate CHANGELOG headers ([82be3d5](https://github.com/snowdreamtech/redis/commit/82be3d5576b65b7f69b1a9afb8604f2c8f0e47f7)) +* **speckit:** manual auto-commit trigger ([5f8a5a9](https://github.com/snowdreamtech/redis/commit/5f8a5a9cba5d6bd42a65eaabfecd6e18b01aeeb0)) ## [10.2.0](https://github.com/snowdreamtech/base/compare/rocky-v10.2.0...rocky-v10.2.0) (2026-06-20)