From a8f8cc8333f11c25f7a2d52f32afe94c45945f90 Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:21:46 +0800 Subject: [PATCH 1/2] chore: release main --- docker/alpine/CHANGELOG.md | 45 ++++++++++++++++++++++++++++++++++++++ docker/debian/CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++ docker/rocky/CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++ 3 files changed, 123 insertions(+) diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index 362b0309..cd8f302e 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -5,6 +5,51 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [21.0.11](https://github.com/snowdreamtech/openjdk/compare/alpine-v21.0.11...alpine-v21.0.11) (2026-06-20) + + +### 🐛 Bug Fixes + +* **alpine:** add empty line to trigger release pipeline test ([6f32fb1](https://github.com/snowdreamtech/openjdk/commit/6f32fb1c9fae9bcd4e86beb2e3013a0138784372)) +* **alpine:** remove unsupported architectures for OpenJDK 21 ([2131795](https://github.com/snowdreamtech/openjdk/commit/2131795b43374a2aa3aab7f4410fe843c58e72d8)) + + +### 🛠 Refactoring + +* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/openjdk/commit/232574fed8418f8c7f257d001e951361dfa467a0)) +* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/openjdk/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1)) +* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/openjdk/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba)) + + +### 📖 Documentation + +* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/openjdk/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940)) +* update documentation and reset changelogs for openjdk migration ([0726a94](https://github.com/snowdreamtech/openjdk/commit/0726a94d0649c98e97ce357ee717d4ead5c08c5c)) + + +### ♻️ Miscellaneous Chores + +* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/openjdk/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546)) +* release main ([78328d2](https://github.com/snowdreamtech/openjdk/commit/78328d20bd3697d48ea90aee8d0eaa6af4ccc09c)) +* release main ([b720ad5](https://github.com/snowdreamtech/openjdk/commit/b720ad57dd1691d8ae07dcac7d46d0bd257af3a0)) +* release main ([32dd84d](https://github.com/snowdreamtech/openjdk/commit/32dd84de4be973395d0867b5d527d528948a35df)) +* release main ([725c69f](https://github.com/snowdreamtech/openjdk/commit/725c69fdcc222b5b83d0690629ce213a68c586ab)) +* release main ([070b694](https://github.com/snowdreamtech/openjdk/commit/070b694a702763b60fc6b057a81418320418cafa)) +* release main ([36d1211](https://github.com/snowdreamtech/openjdk/commit/36d1211036847a8c6aaa01a21a1c695a47b71d45)) +* release main ([9ad4f94](https://github.com/snowdreamtech/openjdk/commit/9ad4f9490832efdc310f2ebbd8c77f3404daf07f)) +* release main ([b0684a3](https://github.com/snowdreamtech/openjdk/commit/b0684a32a652e83506451e6056168cfec8b9142c)) +* release main ([495e18a](https://github.com/snowdreamtech/openjdk/commit/495e18a4babcb06a12c2f5aec9ea571d97cb32e3)) +* release main ([d4a3a34](https://github.com/snowdreamtech/openjdk/commit/d4a3a34b00a6b9f381cd5d556749c257516b2f08)) +* release main ([28d9426](https://github.com/snowdreamtech/openjdk/commit/28d94263f4374017274707faef7183917b689be9)) +* **release:** deduplicate CHANGELOG headers ([27919e4](https://github.com/snowdreamtech/openjdk/commit/27919e4baf4aab5b2a2bf32a7d437b05a717c11b)) +* **release:** deduplicate CHANGELOG headers ([438190d](https://github.com/snowdreamtech/openjdk/commit/438190d297c151c75eca4912fdc22c285d5ec1ea)) +* **release:** deduplicate CHANGELOG headers ([256f043](https://github.com/snowdreamtech/openjdk/commit/256f04311b2344f2648ca5bcf407146f8c690258)) +* **release:** deduplicate CHANGELOG headers ([d263aae](https://github.com/snowdreamtech/openjdk/commit/d263aae7b223103a01dd0e114430381c5d863dd7)) +* **release:** deduplicate CHANGELOG headers ([133954e](https://github.com/snowdreamtech/openjdk/commit/133954e95cfae85cbba2fb9c1ac5acbc677ca39d)) +* **release:** deduplicate CHANGELOG headers ([1d82410](https://github.com/snowdreamtech/openjdk/commit/1d82410d6038be22d7741f1519826f30023b0f3e)) +* **release:** deduplicate CHANGELOG headers ([5e1a539](https://github.com/snowdreamtech/openjdk/commit/5e1a5390319933b48d20ad993714587d826c0aa7)) +* **release:** implement automatic changelog deduplication step ([282c220](https://github.com/snowdreamtech/openjdk/commit/282c22081e1ad7a1a010a7f297d20bc7c9b416a7)) + ## [21.0.11] - 2026-06-20 ### Added - Initial OpenJDK 21 Alpine image release diff --git a/docker/debian/CHANGELOG.md b/docker/debian/CHANGELOG.md index 7ba89edd..22d2de68 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -5,6 +5,45 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [21.0.11](https://github.com/snowdreamtech/openjdk/compare/debian-v21.0.11...debian-v21.0.11) (2026-06-20) + + +### 🛠 Refactoring + +* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/openjdk/commit/232574fed8418f8c7f257d001e951361dfa467a0)) +* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/openjdk/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1)) +* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/openjdk/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba)) + + +### 📖 Documentation + +* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/openjdk/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940)) +* update documentation and reset changelogs for openjdk migration ([0726a94](https://github.com/snowdreamtech/openjdk/commit/0726a94d0649c98e97ce357ee717d4ead5c08c5c)) + + +### ♻️ Miscellaneous Chores + +* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/openjdk/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546)) +* release main ([78328d2](https://github.com/snowdreamtech/openjdk/commit/78328d20bd3697d48ea90aee8d0eaa6af4ccc09c)) +* release main ([b720ad5](https://github.com/snowdreamtech/openjdk/commit/b720ad57dd1691d8ae07dcac7d46d0bd257af3a0)) +* release main ([32dd84d](https://github.com/snowdreamtech/openjdk/commit/32dd84de4be973395d0867b5d527d528948a35df)) +* release main ([725c69f](https://github.com/snowdreamtech/openjdk/commit/725c69fdcc222b5b83d0690629ce213a68c586ab)) +* release main ([070b694](https://github.com/snowdreamtech/openjdk/commit/070b694a702763b60fc6b057a81418320418cafa)) +* release main ([36d1211](https://github.com/snowdreamtech/openjdk/commit/36d1211036847a8c6aaa01a21a1c695a47b71d45)) +* release main ([9ad4f94](https://github.com/snowdreamtech/openjdk/commit/9ad4f9490832efdc310f2ebbd8c77f3404daf07f)) +* release main ([b0684a3](https://github.com/snowdreamtech/openjdk/commit/b0684a32a652e83506451e6056168cfec8b9142c)) +* release main ([495e18a](https://github.com/snowdreamtech/openjdk/commit/495e18a4babcb06a12c2f5aec9ea571d97cb32e3)) +* release main ([d4a3a34](https://github.com/snowdreamtech/openjdk/commit/d4a3a34b00a6b9f381cd5d556749c257516b2f08)) +* release main ([28d9426](https://github.com/snowdreamtech/openjdk/commit/28d94263f4374017274707faef7183917b689be9)) +* **release:** deduplicate CHANGELOG headers ([27919e4](https://github.com/snowdreamtech/openjdk/commit/27919e4baf4aab5b2a2bf32a7d437b05a717c11b)) +* **release:** deduplicate CHANGELOG headers ([438190d](https://github.com/snowdreamtech/openjdk/commit/438190d297c151c75eca4912fdc22c285d5ec1ea)) +* **release:** deduplicate CHANGELOG headers ([256f043](https://github.com/snowdreamtech/openjdk/commit/256f04311b2344f2648ca5bcf407146f8c690258)) +* **release:** deduplicate CHANGELOG headers ([d263aae](https://github.com/snowdreamtech/openjdk/commit/d263aae7b223103a01dd0e114430381c5d863dd7)) +* **release:** deduplicate CHANGELOG headers ([133954e](https://github.com/snowdreamtech/openjdk/commit/133954e95cfae85cbba2fb9c1ac5acbc677ca39d)) +* **release:** deduplicate CHANGELOG headers ([1d82410](https://github.com/snowdreamtech/openjdk/commit/1d82410d6038be22d7741f1519826f30023b0f3e)) +* **release:** deduplicate CHANGELOG headers ([5e1a539](https://github.com/snowdreamtech/openjdk/commit/5e1a5390319933b48d20ad993714587d826c0aa7)) +* **release:** implement automatic changelog deduplication step ([282c220](https://github.com/snowdreamtech/openjdk/commit/282c22081e1ad7a1a010a7f297d20bc7c9b416a7)) + ## [21.0.11] - 2026-06-20 ### Added - Initial OpenJDK 21 Debian image release diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index ef0562a3..d7092092 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -5,6 +5,45 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [21.0.11](https://github.com/snowdreamtech/openjdk/compare/rocky-v21.0.11...rocky-v21.0.11) (2026-06-20) + + +### 🛠 Refactoring + +* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/openjdk/commit/232574fed8418f8c7f257d001e951361dfa467a0)) +* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/openjdk/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1)) +* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/openjdk/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba)) + + +### 📖 Documentation + +* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/openjdk/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940)) +* update documentation and reset changelogs for openjdk migration ([0726a94](https://github.com/snowdreamtech/openjdk/commit/0726a94d0649c98e97ce357ee717d4ead5c08c5c)) + + +### ♻️ Miscellaneous Chores + +* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/openjdk/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546)) +* release main ([78328d2](https://github.com/snowdreamtech/openjdk/commit/78328d20bd3697d48ea90aee8d0eaa6af4ccc09c)) +* release main ([b720ad5](https://github.com/snowdreamtech/openjdk/commit/b720ad57dd1691d8ae07dcac7d46d0bd257af3a0)) +* release main ([32dd84d](https://github.com/snowdreamtech/openjdk/commit/32dd84de4be973395d0867b5d527d528948a35df)) +* release main ([725c69f](https://github.com/snowdreamtech/openjdk/commit/725c69fdcc222b5b83d0690629ce213a68c586ab)) +* release main ([070b694](https://github.com/snowdreamtech/openjdk/commit/070b694a702763b60fc6b057a81418320418cafa)) +* release main ([36d1211](https://github.com/snowdreamtech/openjdk/commit/36d1211036847a8c6aaa01a21a1c695a47b71d45)) +* release main ([9ad4f94](https://github.com/snowdreamtech/openjdk/commit/9ad4f9490832efdc310f2ebbd8c77f3404daf07f)) +* release main ([b0684a3](https://github.com/snowdreamtech/openjdk/commit/b0684a32a652e83506451e6056168cfec8b9142c)) +* release main ([495e18a](https://github.com/snowdreamtech/openjdk/commit/495e18a4babcb06a12c2f5aec9ea571d97cb32e3)) +* release main ([d4a3a34](https://github.com/snowdreamtech/openjdk/commit/d4a3a34b00a6b9f381cd5d556749c257516b2f08)) +* release main ([28d9426](https://github.com/snowdreamtech/openjdk/commit/28d94263f4374017274707faef7183917b689be9)) +* **release:** deduplicate CHANGELOG headers ([27919e4](https://github.com/snowdreamtech/openjdk/commit/27919e4baf4aab5b2a2bf32a7d437b05a717c11b)) +* **release:** deduplicate CHANGELOG headers ([438190d](https://github.com/snowdreamtech/openjdk/commit/438190d297c151c75eca4912fdc22c285d5ec1ea)) +* **release:** deduplicate CHANGELOG headers ([256f043](https://github.com/snowdreamtech/openjdk/commit/256f04311b2344f2648ca5bcf407146f8c690258)) +* **release:** deduplicate CHANGELOG headers ([d263aae](https://github.com/snowdreamtech/openjdk/commit/d263aae7b223103a01dd0e114430381c5d863dd7)) +* **release:** deduplicate CHANGELOG headers ([133954e](https://github.com/snowdreamtech/openjdk/commit/133954e95cfae85cbba2fb9c1ac5acbc677ca39d)) +* **release:** deduplicate CHANGELOG headers ([1d82410](https://github.com/snowdreamtech/openjdk/commit/1d82410d6038be22d7741f1519826f30023b0f3e)) +* **release:** deduplicate CHANGELOG headers ([5e1a539](https://github.com/snowdreamtech/openjdk/commit/5e1a5390319933b48d20ad993714587d826c0aa7)) +* **release:** implement automatic changelog deduplication step ([282c220](https://github.com/snowdreamtech/openjdk/commit/282c22081e1ad7a1a010a7f297d20bc7c9b416a7)) + ## [21.0.11] - 2026-06-20 ### Added - Initial OpenJDK 21 Rocky image release From 95cbdd939c9489d63a6f140e6b06c342833e689c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Jun 2026 12:21:50 +0000 Subject: [PATCH 2/2] chore(release): deduplicate CHANGELOG headers Signed-off-by: github-actions[bot] --- docker/alpine/CHANGELOG.md | 3 --- docker/debian/CHANGELOG.md | 3 --- docker/rocky/CHANGELOG.md | 3 --- 3 files changed, 9 deletions(-) diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index cd8f302e..7ba7ff77 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -50,6 +50,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **release:** deduplicate CHANGELOG headers ([5e1a539](https://github.com/snowdreamtech/openjdk/commit/5e1a5390319933b48d20ad993714587d826c0aa7)) * **release:** implement automatic changelog deduplication step ([282c220](https://github.com/snowdreamtech/openjdk/commit/282c22081e1ad7a1a010a7f297d20bc7c9b416a7)) -## [21.0.11] - 2026-06-20 -### Added -- Initial OpenJDK 21 Alpine image release diff --git a/docker/debian/CHANGELOG.md b/docker/debian/CHANGELOG.md index 22d2de68..46a57fb5 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -44,6 +44,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **release:** deduplicate CHANGELOG headers ([5e1a539](https://github.com/snowdreamtech/openjdk/commit/5e1a5390319933b48d20ad993714587d826c0aa7)) * **release:** implement automatic changelog deduplication step ([282c220](https://github.com/snowdreamtech/openjdk/commit/282c22081e1ad7a1a010a7f297d20bc7c9b416a7)) -## [21.0.11] - 2026-06-20 -### Added -- Initial OpenJDK 21 Debian image release diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index d7092092..ff7f231a 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -44,6 +44,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **release:** deduplicate CHANGELOG headers ([5e1a539](https://github.com/snowdreamtech/openjdk/commit/5e1a5390319933b48d20ad993714587d826c0aa7)) * **release:** implement automatic changelog deduplication step ([282c220](https://github.com/snowdreamtech/openjdk/commit/282c22081e1ad7a1a010a7f297d20bc7c9b416a7)) -## [21.0.11] - 2026-06-20 -### Added -- Initial OpenJDK 21 Rocky image release