From 5f26f291c77f478ef7319f5be2506cba2cf098f6 Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:11:08 +0800 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- docker/alpine/CHANGELOG.md | 7 +++++++ docker/debian/CHANGELOG.md | 7 +++++++ docker/rocky/CHANGELOG.md | 7 +++++++ 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bfc2b4de..481a8f18 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "docker/alpine": "3.24.0", - "docker/debian": "13.5.0", - "docker/rocky": "10.2.0" + "docker/alpine": "3.23.4", + "docker/debian": "13.4.0", + "docker/rocky": "10.1.0" } diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index da5e1ff1..164801c3 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.23.4](https://github.com/snowdreamtech/devcontainers/compare/alpine-v3.24.0...alpine-v3.23.4) (2026-06-15) + + +### 🐛 Bug Fixes + +* **build:** pass GITHUB_TOKEN to docker buildx to prevent API rate limiting ([521bcb2](https://github.com/snowdreamtech/devcontainers/commit/521bcb2ec0aee2cb3cec2a634bc066b7596df0d3)) + ## [3.23.4](https://github.com/snowdreamtech/base/compare/alpine-v3.23.4...alpine-v3.23.4) (2026-04-29) diff --git a/docker/debian/CHANGELOG.md b/docker/debian/CHANGELOG.md index b6d2af27..308d00a5 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [13.4.0](https://github.com/snowdreamtech/devcontainers/compare/debian-v13.5.0...debian-v13.4.0) (2026-06-15) + + +### 🐛 Bug Fixes + +* **build:** pass GITHUB_TOKEN to docker buildx to prevent API rate limiting ([521bcb2](https://github.com/snowdreamtech/devcontainers/commit/521bcb2ec0aee2cb3cec2a634bc066b7596df0d3)) + ## [13.4.0](https://github.com/snowdreamtech/base/compare/debian-v13.4.0...debian-v13.4.0) (2026-04-29) diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index 15a06601..1d0ba083 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.1.0](https://github.com/snowdreamtech/devcontainers/compare/rocky-v10.2.0...rocky-v10.1.0) (2026-06-15) + + +### 🐛 Bug Fixes + +* **build:** pass GITHUB_TOKEN to docker buildx to prevent API rate limiting ([521bcb2](https://github.com/snowdreamtech/devcontainers/commit/521bcb2ec0aee2cb3cec2a634bc066b7596df0d3)) + ## [10.1.0](https://github.com/snowdreamtech/base/compare/rocky-v10.1.0...rocky-v10.1.0) (2026-04-29)