Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"docker/alpine": "24.18.1",
"docker/debian": "20.19.2",
"docker/rocky": "22.23.1"
"docker/rocky": "22.23.2"
}
4 changes: 3 additions & 1 deletion docker/debian/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [20.19.2](https://github.com/snowdreamtech/node/compare/debian-v20.19.2...debian-v20.19.2) (2026-08-21)
## [20.19.2](https://github.com/snowdreamtech/node/compare/debian-v20.19.2...debian-v20.19.2) (2026-09-03)


### 馃悰 Bug Fixes
Expand Down Expand Up @@ -30,6 +30,7 @@
* clear previous changelog entries ([020ff24](https://github.com/snowdreamtech/node/commit/020ff24c6f94d72d34f3c4eeae3b7e0c62453d9d))
* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/node/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546))
* merge upstream/dev into dev ([cd61821](https://github.com/snowdreamtech/node/commit/cd61821475445c50126f0de75766a8fefb5312df))
* release main ([6650f38](https://github.com/snowdreamtech/node/commit/6650f38ff46156c5f3c403b5634ec565aaa20b68))
* release main ([b17f821](https://github.com/snowdreamtech/node/commit/b17f821a375b8681e9c28f9c600a6456e8505601))
* release main ([c874680](https://github.com/snowdreamtech/node/commit/c87468050ba3f5ccd117ee1e7ff7935e0f5c588f))
* release main ([c9db13e](https://github.com/snowdreamtech/node/commit/c9db13ecc5033081c703e996d33c7503860ec15e))
Expand All @@ -52,6 +53,7 @@
* release main ([495e18a](https://github.com/snowdreamtech/node/commit/495e18a4babcb06a12c2f5aec9ea571d97cb32e3))
* release main ([d4a3a34](https://github.com/snowdreamtech/node/commit/d4a3a34b00a6b9f381cd5d556749c257516b2f08))
* release main ([28d9426](https://github.com/snowdreamtech/node/commit/28d94263f4374017274707faef7183917b689be9))
* **release:** deduplicate CHANGELOG headers ([b2a0205](https://github.com/snowdreamtech/node/commit/b2a020533ab364cf227e06ff904724a3577e3ce3))
* **release:** deduplicate CHANGELOG headers ([e24bc84](https://github.com/snowdreamtech/node/commit/e24bc84b4d6e663f28492e623678ef23927aa53d))
* **release:** deduplicate CHANGELOG headers ([a186680](https://github.com/snowdreamtech/node/commit/a186680625ac23b3ebbdf41e75a7370f38e03d22))
* **release:** deduplicate CHANGELOG headers ([4f07b71](https://github.com/snowdreamtech/node/commit/4f07b71194f58ba214f1fb60ce0dc56d71c499e2))
Expand Down
15 changes: 14 additions & 1 deletion docker/rocky/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Changelog

## [22.23.1](https://github.com/snowdreamtech/node/compare/rocky-v22.23.1...rocky-v22.23.1) (2026-08-21)
## [22.23.2](https://github.com/snowdreamtech/node/compare/rocky-v22.23.1...rocky-v22.23.2) (2026-09-03)


### 馃悰 Bug Fixes

* **docker:** update nodejs version to 22.23.2-1.el10_2 to resolve npm dependency conflict on rocky ([bbbfa3f](https://github.com/snowdreamtech/node/commit/bbbfa3fd2f34f17d770c879dcdea7c6c0ac6ee81))
* **docker:** update nodejs version to resolve npm dependency conflict on rocky ([fdcdd04](https://github.com/snowdreamtech/node/commit/fdcdd044c0cc740f701d9dcacafb5816311dd8de))


### 鈾伙笍 Miscellaneous Chores

* release main ([6650f38](https://github.com/snowdreamtech/node/commit/6650f38ff46156c5f3c403b5634ec565aaa20b68))
* **release:** deduplicate CHANGELOG headers ([b2a0205](https://github.com/snowdreamtech/node/commit/b2a020533ab364cf227e06ff904724a3577e3ce3))

## [22.23.1](https://github.com/snowdreamtech/node/compare/rocky-v22.23.1...rocky-v22.23.1) (2026-08-21)


### 馃悰 Bug Fixes

* **docker:** update nodejs version to resolve npm dependency conflict on rocky ([fdcdd04](https://github.com/snowdreamtech/node/commit/fdcdd044c0cc740f701d9dcacafb5816311dd8de))
Loading