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
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
include:
- variant: alpine
# x-release-please-start-version
version: "0.0.10"
version: "0.1.0"
# x-release-please-end
file: docker/alpine/Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x
Expand All @@ -75,7 +75,7 @@ jobs:

- variant: debian
# x-release-please-start-version
version: "0.0.10"
version: "0.1.0"
# x-release-please-end
file: docker/debian/Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x
Expand All @@ -84,7 +84,7 @@ jobs:

- variant: rocky
# x-release-please-start-version
version: "0.0.10"
version: "0.1.0"
# x-release-please-end
file: docker/rocky/Dockerfile
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.10"
".": "0.1.0"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [0.1.0](https://github.com/snowdreamtech/UniStack/compare/v0.0.10...v0.1.0) (2026-08-09)


### 🚀 Features

* enable remote.SSH.allowLocalServerDownload to improve connection reliability ([8a6c80d](https://github.com/snowdreamtech/UniStack/commit/8a6c80dd26e92e1a2d37be50a2ca5ca5113f08d8))
* update vscode settings with enhanced editor, explorer, and terminal configurations ([44230bc](https://github.com/snowdreamtech/UniStack/commit/44230bceaf3deebc247739e9f91c55a1d2721803))


### 🐛 Bug Fixes

* **docs:** resolve npm vulnerabilities by pinning exact dependency versions ([d628640](https://github.com/snowdreamtech/UniStack/commit/d6286404ea025ee0cad3123b5b0b3bc6bd21a551))
* **security:** resolve postcss vulnerability and fix gh issue creation label ([d1a10c0](https://github.com/snowdreamtech/UniStack/commit/d1a10c0e4673c96c4bc05f34ec58527f4d1dead0))


### ♻️ Miscellaneous Chores

* **ci:** align debian build matrix with upstream supported architectures ([e9f0b8d](https://github.com/snowdreamtech/UniStack/commit/e9f0b8daf2a4cfbdfa28fc160bac4375e46a4691))
* **ci:** align debian build matrix with upstream supported architectures ([b88eaa4](https://github.com/snowdreamtech/UniStack/commit/b88eaa4ea95a323b91bdf2a2304dde703704a1cd))
* **deps:** sync dependabot config and unirtm toolchain ([928ab14](https://github.com/snowdreamtech/UniStack/commit/928ab14a0acd6af672079f234f9650e8183df44f))
* **deps:** sync dependabot config and unirtm toolchain ([f561c65](https://github.com/snowdreamtech/UniStack/commit/f561c65fd180508bba43e61ed445fba6e3898d23))
* **deps:** update go version to 1.26.5 ([91349d4](https://github.com/snowdreamtech/UniStack/commit/91349d45d07f4928818f869a38e06042912d0710))
* **deps:** update unirtm toolchain versions ([23e763a](https://github.com/snowdreamtech/UniStack/commit/23e763a3ea3618766e9f9103095f1aff52764652))
* **docs:** update postcss to v8.5.25 to fix vulnerability GHSA-fxqj-rqcc-2cmp ([101abfe](https://github.com/snowdreamtech/UniStack/commit/101abfe25b514eec1d6898971b64eda0de1c147f))
* fix security vulnerabilities in dependencies ([bbed176](https://github.com/snowdreamtech/UniStack/commit/bbed1761471e7ba510ef1e9e3fdfcb4e367878b5))
* merge upstream/dev and align configurations ([e4dc9cf](https://github.com/snowdreamtech/UniStack/commit/e4dc9cf2429114dd41dec7d9c8db89b905abe711))
* **merge:** merge upstream/dev into dev ([0be753e](https://github.com/snowdreamtech/UniStack/commit/0be753e07d6f7a5d840c0743fac54324daef0f7a))
* release main ([67d4810](https://github.com/snowdreamtech/UniStack/commit/67d48103a6b5ab3c6b707edeb1683d46de38869d))
* release main ([ac32ddd](https://github.com/snowdreamtech/UniStack/commit/ac32ddd54d05d077fbfb0d310df419e82cef3e39))
* release main ([a3848c6](https://github.com/snowdreamtech/UniStack/commit/a3848c6ef66794de17cb5a0411310a863fe2e6af))
* **release:** set bump-patch-for-minor-pre-major to false ([1e47e29](https://github.com/snowdreamtech/UniStack/commit/1e47e29bf8d338de6bf5cee8c1373507568c5c4c))

## [0.0.10](https://github.com/snowdreamtech/UniStack/compare/v0.0.9...v0.0.10) (2026-08-03)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# x-release-please-start-version
0.0.10
0.1.0
# x-release-please-end
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unistack-root",
"version": "0.0.10",
"version": "0.1.0",
"private": true,
"scripts": {
"docs:install": "npm install --prefix docs",
Expand Down
Loading