From 208b71b781b6ad8a2f187aefe2d745af2bb87c71 Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:53:56 +0800 Subject: [PATCH 1/2] chore: release main --- docker/alpine/CHANGELOG.md | 12 ++++++++++++ docker/debian/CHANGELOG.md | 12 ++++++++++++ docker/rocky/CHANGELOG.md | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index 869d0c6c5..c245be45b 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -3,6 +3,18 @@ ## [1.30.3](https://github.com/snowdreamtech/nginx/compare/alpine-v1.30.3...alpine-v1.30.3) (2026-06-26) +### 🐛 Bug Fixes + +* copy native default html pages to unified NGINX_WEB_ROOT ([83e18c2](https://github.com/snowdreamtech/nginx/commit/83e18c2081ebf6ce0e17fa02edb93ad3eeec8567)) + + +### 🛠 Refactoring + +* standardize Nginx web root to /var/www/html across all OS variants ([c4b81ba](https://github.com/snowdreamtech/nginx/commit/c4b81bae563ef060860cc7e2279f8508e6d82c93)) + +## [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)) diff --git a/docker/debian/CHANGELOG.md b/docker/debian/CHANGELOG.md index 29f607c22..de66cf496 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -3,6 +3,18 @@ ## [1.26.3](https://github.com/snowdreamtech/nginx/compare/debian-v1.26.3...debian-v1.26.3) (2026-06-26) +### 🐛 Bug Fixes + +* copy native default html pages to unified NGINX_WEB_ROOT ([83e18c2](https://github.com/snowdreamtech/nginx/commit/83e18c2081ebf6ce0e17fa02edb93ad3eeec8567)) + + +### 🛠 Refactoring + +* standardize Nginx web root to /var/www/html across all OS variants ([c4b81ba](https://github.com/snowdreamtech/nginx/commit/c4b81bae563ef060860cc7e2279f8508e6d82c93)) + +## [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)) diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index 44edfb4ea..974acc1b7 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -3,6 +3,18 @@ ## [1.26.3](https://github.com/snowdreamtech/nginx/compare/rocky-v1.26.3...rocky-v1.26.3) (2026-06-26) +### 🐛 Bug Fixes + +* copy native default html pages to unified NGINX_WEB_ROOT ([83e18c2](https://github.com/snowdreamtech/nginx/commit/83e18c2081ebf6ce0e17fa02edb93ad3eeec8567)) + + +### 🛠 Refactoring + +* standardize Nginx web root to /var/www/html across all OS variants ([c4b81ba](https://github.com/snowdreamtech/nginx/commit/c4b81bae563ef060860cc7e2279f8508e6d82c93)) + +## [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)) From 4312dd9f8f7bf3dd3350bec1ba7a69838886f864 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jun 2026 14:54:00 +0000 Subject: [PATCH 2/2] chore(release): deduplicate CHANGELOG headers Signed-off-by: github-actions[bot] --- docker/alpine/CHANGELOG.md | 10 ---------- docker/debian/CHANGELOG.md | 9 --------- docker/rocky/CHANGELOG.md | 9 --------- 3 files changed, 28 deletions(-) diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index c245be45b..42b042bf1 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -12,16 +12,6 @@ * standardize Nginx web root to /var/www/html across all OS variants ([c4b81ba](https://github.com/snowdreamtech/nginx/commit/c4b81bae563ef060860cc7e2279f8508e6d82c93)) -## [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.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 de66cf496..eb632cb1b 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -12,12 +12,3 @@ * standardize Nginx web root to /var/www/html across all OS variants ([c4b81ba](https://github.com/snowdreamtech/nginx/commit/c4b81bae563ef060860cc7e2279f8508e6d82c93)) -## [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)) diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index 974acc1b7..af3d45376 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -12,12 +12,3 @@ * standardize Nginx web root to /var/www/html across all OS variants ([c4b81ba](https://github.com/snowdreamtech/nginx/commit/c4b81bae563ef060860cc7e2279f8508e6d82c93)) -## [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))