From b548fd0fad57f100a0b865f5e1e55d62d84686d7 Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:10:43 +0800 Subject: [PATCH] chore: release main --- docker/alpine/CHANGELOG.md | 27 +++++++++++++++++++++++++++ docker/debian/CHANGELOG.md | 27 +++++++++++++++++++++++++++ docker/rocky/CHANGELOG.md | 27 +++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index e69de29b..fc8e5870 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## [1.96.0](https://github.com/snowdreamtech/rust/compare/alpine-v1.96.0...alpine-v1.96.0) (2026-06-18) + + +### 🛠 Refactoring + +* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/rust/commit/232574fed8418f8c7f257d001e951361dfa467a0)) +* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/rust/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1)) +* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/rust/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba)) + + +### 📖 Documentation + +* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/rust/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940)) + + +### ♻️ Miscellaneous Chores + +* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/rust/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546)) +* **main:** release 0.14.0 ([043d2a4](https://github.com/snowdreamtech/rust/commit/043d2a4202505e42c645e899c6731f5fb8f52c8e)) +* release 0.6.1 ([f6fc042](https://github.com/snowdreamtech/rust/commit/f6fc042cad7d1c4991a20657655bc4b6b339d0d9)) +* release 0.7.1 ([5535492](https://github.com/snowdreamtech/rust/commit/5535492160f3525dff06ff9f0c6d78147467bed3)) +* release main ([495e18a](https://github.com/snowdreamtech/rust/commit/495e18a4babcb06a12c2f5aec9ea571d97cb32e3)) +* release main ([d4a3a34](https://github.com/snowdreamtech/rust/commit/d4a3a34b00a6b9f381cd5d556749c257516b2f08)) +* release main ([28d9426](https://github.com/snowdreamtech/rust/commit/28d94263f4374017274707faef7183917b689be9)) +* **release:** v0.4.0 - Fix Dependabot docker-compose detection ([e91f7d8](https://github.com/snowdreamtech/rust/commit/e91f7d882f3c7b23260f4da02f0e5e53d6399968)) diff --git a/docker/debian/CHANGELOG.md b/docker/debian/CHANGELOG.md index e69de29b..a185b023 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## [1.85.0](https://github.com/snowdreamtech/rust/compare/debian-v1.85.0...debian-v1.85.0) (2026-06-18) + + +### 🛠 Refactoring + +* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/rust/commit/232574fed8418f8c7f257d001e951361dfa467a0)) +* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/rust/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1)) +* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/rust/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba)) + + +### 📖 Documentation + +* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/rust/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940)) + + +### ♻️ Miscellaneous Chores + +* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/rust/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546)) +* **main:** release 0.14.0 ([043d2a4](https://github.com/snowdreamtech/rust/commit/043d2a4202505e42c645e899c6731f5fb8f52c8e)) +* release 0.6.1 ([f6fc042](https://github.com/snowdreamtech/rust/commit/f6fc042cad7d1c4991a20657655bc4b6b339d0d9)) +* release 0.7.1 ([5535492](https://github.com/snowdreamtech/rust/commit/5535492160f3525dff06ff9f0c6d78147467bed3)) +* release main ([495e18a](https://github.com/snowdreamtech/rust/commit/495e18a4babcb06a12c2f5aec9ea571d97cb32e3)) +* release main ([d4a3a34](https://github.com/snowdreamtech/rust/commit/d4a3a34b00a6b9f381cd5d556749c257516b2f08)) +* release main ([28d9426](https://github.com/snowdreamtech/rust/commit/28d94263f4374017274707faef7183917b689be9)) +* **release:** v0.4.0 - Fix Dependabot docker-compose detection ([e91f7d8](https://github.com/snowdreamtech/rust/commit/e91f7d882f3c7b23260f4da02f0e5e53d6399968)) diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index e69de29b..87a23cac 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## [1.92.0](https://github.com/snowdreamtech/rust/compare/rocky-v1.92.0...rocky-v1.92.0) (2026-06-18) + + +### 🛠 Refactoring + +* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/rust/commit/232574fed8418f8c7f257d001e951361dfa467a0)) +* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/rust/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1)) +* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/rust/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba)) + + +### 📖 Documentation + +* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/rust/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940)) + + +### ♻️ Miscellaneous Chores + +* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/rust/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546)) +* **main:** release 0.14.0 ([043d2a4](https://github.com/snowdreamtech/rust/commit/043d2a4202505e42c645e899c6731f5fb8f52c8e)) +* release 0.6.1 ([f6fc042](https://github.com/snowdreamtech/rust/commit/f6fc042cad7d1c4991a20657655bc4b6b339d0d9)) +* release 0.7.1 ([5535492](https://github.com/snowdreamtech/rust/commit/5535492160f3525dff06ff9f0c6d78147467bed3)) +* release main ([495e18a](https://github.com/snowdreamtech/rust/commit/495e18a4babcb06a12c2f5aec9ea571d97cb32e3)) +* release main ([d4a3a34](https://github.com/snowdreamtech/rust/commit/d4a3a34b00a6b9f381cd5d556749c257516b2f08)) +* release main ([28d9426](https://github.com/snowdreamtech/rust/commit/28d94263f4374017274707faef7183917b689be9)) +* **release:** v0.4.0 - Fix Dependabot docker-compose detection ([e91f7d8](https://github.com/snowdreamtech/rust/commit/e91f7d882f3c7b23260f4da02f0e5e53d6399968))