From 3e8ebe18f3907c448476badd93769c9b5f1d6dbe Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:22:10 +0800 Subject: [PATCH 1/2] chore: release main --- docker/alpine/CHANGELOG.md | 10 ++++++++++ docker/debian/CHANGELOG.md | 11 ++++++++++- docker/rocky/CHANGELOG.md | 11 ++++++++++- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index ddbf7bb6b..96c96ab09 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.30.3](https://github.com/snowdreamtech/nginx/compare/alpine-v1.30.3...alpine-v1.30.3) (2026-06-26) + + +### 🐛 Bug Fixes + +* **docker:** add github proxy for acme.sh download ([b6da36c](https://github.com/snowdreamtech/nginx/commit/b6da36c605ddf46b305856fc3a0d678714028966)) +* **docker:** remove hardcoded email address from acme.sh installation ([6e7dfac](https://github.com/snowdreamtech/nginx/commit/6e7dfac366bc96e30036499391e98158c68f5334)) +* **docker:** start cron daemon in entrypoint for acme.sh auto-renewal ([aa0e26a](https://github.com/snowdreamtech/nginx/commit/aa0e26a898e6528ccf056cf795e42cf1cd7e3f53)) +* **docker:** update acme.sh to 3.1.3 ([8b41a2d](https://github.com/snowdreamtech/nginx/commit/8b41a2d01ec6433b2c10aa4df456d4c5ca7a20c4)) + ## [1.30.3](https://github.com/snowdreamtech/nginx/compare/alpine-v1.30.3...alpine-v1.30.3) (2026-06-23) diff --git a/docker/debian/CHANGELOG.md b/docker/debian/CHANGELOG.md index 487915fae..1141f3385 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -1,9 +1,18 @@ # Changelog +## [1.26.3](https://github.com/snowdreamtech/nginx/compare/debian-v1.26.3...debian-v1.26.3) (2026-06-26) + + +### 🐛 Bug Fixes + +* **docker:** add github proxy for acme.sh download ([b6da36c](https://github.com/snowdreamtech/nginx/commit/b6da36c605ddf46b305856fc3a0d678714028966)) +* **docker:** remove hardcoded email address from acme.sh installation ([6e7dfac](https://github.com/snowdreamtech/nginx/commit/6e7dfac366bc96e30036499391e98158c68f5334)) +* **docker:** start cron daemon in entrypoint for acme.sh auto-renewal ([aa0e26a](https://github.com/snowdreamtech/nginx/commit/aa0e26a898e6528ccf056cf795e42cf1cd7e3f53)) +* **docker:** update acme.sh to 3.1.3 ([8b41a2d](https://github.com/snowdreamtech/nginx/commit/8b41a2d01ec6433b2c10aa4df456d4c5ca7a20c4)) + ## [1.26.3](https://github.com/snowdreamtech/nginx/compare/debian-v1.26.3...debian-v1.26.3) (2026-06-23) ### 🐛 Bug Fixes * **docker:** set KEEPALIVE to 1 to prevent immediate container exit ([427aba5](https://github.com/snowdreamtech/nginx/commit/427aba50c748959ed1a712473f49ed9871571917)) - diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index f78f0f75c..5f9e0ac8c 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -1,9 +1,18 @@ # Changelog +## [1.26.3](https://github.com/snowdreamtech/nginx/compare/rocky-v1.26.3...rocky-v1.26.3) (2026-06-26) + + +### 🐛 Bug Fixes + +* **docker:** add github proxy for acme.sh download ([b6da36c](https://github.com/snowdreamtech/nginx/commit/b6da36c605ddf46b305856fc3a0d678714028966)) +* **docker:** remove hardcoded email address from acme.sh installation ([6e7dfac](https://github.com/snowdreamtech/nginx/commit/6e7dfac366bc96e30036499391e98158c68f5334)) +* **docker:** start cron daemon in entrypoint for acme.sh auto-renewal ([aa0e26a](https://github.com/snowdreamtech/nginx/commit/aa0e26a898e6528ccf056cf795e42cf1cd7e3f53)) +* **docker:** update acme.sh to 3.1.3 ([8b41a2d](https://github.com/snowdreamtech/nginx/commit/8b41a2d01ec6433b2c10aa4df456d4c5ca7a20c4)) + ## [1.26.3](https://github.com/snowdreamtech/nginx/compare/rocky-v1.26.3...rocky-v1.26.3) (2026-06-23) ### 🐛 Bug Fixes * **docker:** set KEEPALIVE to 1 to prevent immediate container exit ([427aba5](https://github.com/snowdreamtech/nginx/commit/427aba50c748959ed1a712473f49ed9871571917)) - From 46d2961e820076c55338fb36e13a61a5e562e300 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jun 2026 04:22:14 +0000 Subject: [PATCH 2/2] chore(release): deduplicate CHANGELOG headers Signed-off-by: github-actions[bot] --- docker/alpine/CHANGELOG.md | 7 ------- docker/debian/CHANGELOG.md | 6 ------ docker/rocky/CHANGELOG.md | 6 ------ 3 files changed, 19 deletions(-) diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index 96c96ab09..869d0c6c5 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -10,13 +10,6 @@ * **docker:** start cron daemon in entrypoint for acme.sh auto-renewal ([aa0e26a](https://github.com/snowdreamtech/nginx/commit/aa0e26a898e6528ccf056cf795e42cf1cd7e3f53)) * **docker:** update acme.sh to 3.1.3 ([8b41a2d](https://github.com/snowdreamtech/nginx/commit/8b41a2d01ec6433b2c10aa4df456d4c5ca7a20c4)) -## [1.30.3](https://github.com/snowdreamtech/nginx/compare/alpine-v1.30.3...alpine-v1.30.3) (2026-06-23) - - -### 🐛 Bug Fixes - -* **docker:** set KEEPALIVE to 1 to prevent immediate container exit ([427aba5](https://github.com/snowdreamtech/nginx/commit/427aba50c748959ed1a712473f49ed9871571917)) - ## [1.30.2](https://github.com/snowdreamtech/nginx/compare/alpine-v1.30.2...alpine-v1.30.2) (2026-06-22) diff --git a/docker/debian/CHANGELOG.md b/docker/debian/CHANGELOG.md index 1141f3385..781c55f11 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -10,9 +10,3 @@ * **docker:** start cron daemon in entrypoint for acme.sh auto-renewal ([aa0e26a](https://github.com/snowdreamtech/nginx/commit/aa0e26a898e6528ccf056cf795e42cf1cd7e3f53)) * **docker:** update acme.sh to 3.1.3 ([8b41a2d](https://github.com/snowdreamtech/nginx/commit/8b41a2d01ec6433b2c10aa4df456d4c5ca7a20c4)) -## [1.26.3](https://github.com/snowdreamtech/nginx/compare/debian-v1.26.3...debian-v1.26.3) (2026-06-23) - - -### 🐛 Bug Fixes - -* **docker:** set KEEPALIVE to 1 to prevent immediate container exit ([427aba5](https://github.com/snowdreamtech/nginx/commit/427aba50c748959ed1a712473f49ed9871571917)) diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index 5f9e0ac8c..fc2ea17c5 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -10,9 +10,3 @@ * **docker:** start cron daemon in entrypoint for acme.sh auto-renewal ([aa0e26a](https://github.com/snowdreamtech/nginx/commit/aa0e26a898e6528ccf056cf795e42cf1cd7e3f53)) * **docker:** update acme.sh to 3.1.3 ([8b41a2d](https://github.com/snowdreamtech/nginx/commit/8b41a2d01ec6433b2c10aa4df456d4c5ca7a20c4)) -## [1.26.3](https://github.com/snowdreamtech/nginx/compare/rocky-v1.26.3...rocky-v1.26.3) (2026-06-23) - - -### 🐛 Bug Fixes - -* **docker:** set KEEPALIVE to 1 to prevent immediate container exit ([427aba5](https://github.com/snowdreamtech/nginx/commit/427aba50c748959ed1a712473f49ed9871571917))