Skip to content

Commit 755bdef

Browse files
committed
chore: release main
1 parent 73db62a commit 755bdef

4 files changed

Lines changed: 93 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"docker/alpine": "3.24.0",
3-
"docker/debian": "13.5.0",
4-
"docker/rocky": "10.2.0"
2+
"docker/alpine": "3.23.4",
3+
"docker/debian": "13.4.0",
4+
"docker/rocky": "10.1.0"
55
}

docker/alpine/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [3.23.4](https://github.com/snowdreamtech/devcontainers/compare/alpine-v3.24.0...alpine-v3.23.4) (2026-06-15)
4+
5+
6+
### 🚀 Features
7+
8+
* refactor devcontainers based on devcontainers1 reference ([c0e265e](https://github.com/snowdreamtech/devcontainers/commit/c0e265eeb36c4023b2694d4db7e9a984a01aa21d))
9+
10+
11+
### 🛠 Refactoring
12+
13+
* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/devcontainers/commit/232574fed8418f8c7f257d001e951361dfa467a0))
14+
* migrate from mise to unirtm across all environments ([21ef1fe](https://github.com/snowdreamtech/devcontainers/commit/21ef1fe917c3cceb2d1a3bd2990804fc9b7e419f))
15+
* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/devcontainers/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1))
16+
* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/devcontainers/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba))
17+
18+
19+
### 📖 Documentation
20+
21+
* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/devcontainers/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940))
22+
23+
24+
### ♻️ Miscellaneous Chores
25+
26+
* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/devcontainers/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546))
27+
* **main:** release 0.14.0 ([043d2a4](https://github.com/snowdreamtech/devcontainers/commit/043d2a4202505e42c645e899c6731f5fb8f52c8e))
28+
* release 0.6.1 ([f6fc042](https://github.com/snowdreamtech/devcontainers/commit/f6fc042cad7d1c4991a20657655bc4b6b339d0d9))
29+
* release 0.7.1 ([5535492](https://github.com/snowdreamtech/devcontainers/commit/5535492160f3525dff06ff9f0c6d78147467bed3))
30+
* release main ([28d9426](https://github.com/snowdreamtech/devcontainers/commit/28d94263f4374017274707faef7183917b689be9))
31+
* **release:** v0.4.0 - Fix Dependabot docker-compose detection ([e91f7d8](https://github.com/snowdreamtech/devcontainers/commit/e91f7d882f3c7b23260f4da02f0e5e53d6399968))
32+
333
## [3.23.4](https://github.com/snowdreamtech/base/compare/alpine-v3.23.4...alpine-v3.23.4) (2026-04-29)
434

535

docker/debian/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [13.4.0](https://github.com/snowdreamtech/devcontainers/compare/debian-v13.5.0...debian-v13.4.0) (2026-06-15)
4+
5+
6+
### 🚀 Features
7+
8+
* refactor devcontainers based on devcontainers1 reference ([c0e265e](https://github.com/snowdreamtech/devcontainers/commit/c0e265eeb36c4023b2694d4db7e9a984a01aa21d))
9+
10+
11+
### 🛠 Refactoring
12+
13+
* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/devcontainers/commit/232574fed8418f8c7f257d001e951361dfa467a0))
14+
* migrate from mise to unirtm across all environments ([21ef1fe](https://github.com/snowdreamtech/devcontainers/commit/21ef1fe917c3cceb2d1a3bd2990804fc9b7e419f))
15+
* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/devcontainers/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1))
16+
* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/devcontainers/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba))
17+
18+
19+
### 📖 Documentation
20+
21+
* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/devcontainers/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940))
22+
23+
24+
### ♻️ Miscellaneous Chores
25+
26+
* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/devcontainers/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546))
27+
* **main:** release 0.14.0 ([043d2a4](https://github.com/snowdreamtech/devcontainers/commit/043d2a4202505e42c645e899c6731f5fb8f52c8e))
28+
* release 0.6.1 ([f6fc042](https://github.com/snowdreamtech/devcontainers/commit/f6fc042cad7d1c4991a20657655bc4b6b339d0d9))
29+
* release 0.7.1 ([5535492](https://github.com/snowdreamtech/devcontainers/commit/5535492160f3525dff06ff9f0c6d78147467bed3))
30+
* release main ([28d9426](https://github.com/snowdreamtech/devcontainers/commit/28d94263f4374017274707faef7183917b689be9))
31+
* **release:** v0.4.0 - Fix Dependabot docker-compose detection ([e91f7d8](https://github.com/snowdreamtech/devcontainers/commit/e91f7d882f3c7b23260f4da02f0e5e53d6399968))
32+
333
## [13.4.0](https://github.com/snowdreamtech/base/compare/debian-v13.4.0...debian-v13.4.0) (2026-04-29)
434

535

docker/rocky/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [10.1.0](https://github.com/snowdreamtech/devcontainers/compare/rocky-v10.2.0...rocky-v10.1.0) (2026-06-15)
4+
5+
6+
### 🚀 Features
7+
8+
* refactor devcontainers based on devcontainers1 reference ([c0e265e](https://github.com/snowdreamtech/devcontainers/commit/c0e265eeb36c4023b2694d4db7e9a984a01aa21d))
9+
10+
11+
### 🛠 Refactoring
12+
13+
* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/devcontainers/commit/232574fed8418f8c7f257d001e951361dfa467a0))
14+
* migrate from mise to unirtm across all environments ([21ef1fe](https://github.com/snowdreamtech/devcontainers/commit/21ef1fe917c3cceb2d1a3bd2990804fc9b7e419f))
15+
* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/devcontainers/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1))
16+
* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/devcontainers/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba))
17+
18+
19+
### 📖 Documentation
20+
21+
* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/devcontainers/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940))
22+
23+
24+
### ♻️ Miscellaneous Chores
25+
26+
* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/devcontainers/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546))
27+
* **main:** release 0.14.0 ([043d2a4](https://github.com/snowdreamtech/devcontainers/commit/043d2a4202505e42c645e899c6731f5fb8f52c8e))
28+
* release 0.6.1 ([f6fc042](https://github.com/snowdreamtech/devcontainers/commit/f6fc042cad7d1c4991a20657655bc4b6b339d0d9))
29+
* release 0.7.1 ([5535492](https://github.com/snowdreamtech/devcontainers/commit/5535492160f3525dff06ff9f0c6d78147467bed3))
30+
* release main ([28d9426](https://github.com/snowdreamtech/devcontainers/commit/28d94263f4374017274707faef7183917b689be9))
31+
* **release:** v0.4.0 - Fix Dependabot docker-compose detection ([e91f7d8](https://github.com/snowdreamtech/devcontainers/commit/e91f7d882f3c7b23260f4da02f0e5e53d6399968))
32+
333
## [10.1.0](https://github.com/snowdreamtech/base/compare/rocky-v10.1.0...rocky-v10.1.0) (2026-04-29)
434

535

0 commit comments

Comments
 (0)