Release sealos note and fix version for v5.1.1-rc1 (#6182)

This commit is contained in:
github-actions[bot]
2025-11-13 17:11:51 +08:00
committed by GitHub
parent 9d48c1852f
commit 6853564869
4 changed files with 32 additions and 27 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "sealos",
"version": "v5.1.0",
"command": "bash scripts/changelog.sh v5.1.0 v5.0.1",
"pre-version": "v5.0.1"
"version": "v5.1.1-rc1",
"command": "bash scripts/changelog.sh v5.1.1-rc1 v5.1.0",
"pre-version": "v5.1.0"
}
+21
View File
@@ -0,0 +1,21 @@
# Welcome to the v5.1.1-rc1 release of Sealos!🎉🎉!
<a name="v5.1.1-rc1"></a>
## [v5.1.1-rc1](https://github.com/labring/sealos/compare/v5.1.0...v5.1.1-rc1) (2025-11-12)
### Bug Fixes
* **template:** allow template fallback to local cache when git fails ([#6155](https://github.com/labring/sealos/issues/6155))
### New Features
* **devbox:** add startup configmap synchronization and volume manage… ([#6175](https://github.com/labring/sealos/issues/6175))
* **config:** add TRAFFIC_MONGO_URI to account manager configuration ([#6166](https://github.com/labring/sealos/issues/6166))
* **template:** optimize template API with README cache and env control ([#6161](https://github.com/labring/sealos/issues/6161)) ([#6162](https://github.com/labring/sealos/issues/6162))
See [the CHANGELOG](https://github.com/labring/sealos/blob/main/CHANGELOG/CHANGELOG.md) for more details.
Your patronage towards Sealos is greatly appreciated 🎉🎉.
If you encounter any problems during its usage, please create an issue in the [GitHub repository](https://github.com/labring/sealos), we're committed to resolving your problem as soon as possible.
+7 -24
View File
@@ -1,35 +1,18 @@
# Welcome to the v5.1.0 release of Sealos!🎉🎉!
# Welcome to the v5.1.1-rc1 release of Sealos!🎉🎉!
<a name="v5.1.0"></a>
## [v5.1.0](https://github.com/labring/sealos/compare/v5.1.0-rc3...v5.1.0) (2025-11-03)
<a name="v5.1.1-rc1"></a>
## [v5.1.1-rc1](https://github.com/labring/sealos/compare/v5.1.0...v5.1.1-rc1) (2025-11-12)
### Bug Fixes
* **service:** fix launchpad metrics query logic. ([#6133](https://github.com/labring/sealos/issues/6133))
* **costcenter:** add send note ([#6110](https://github.com/labring/sealos/issues/6110))
* **template:** dev yaml render error ([#6059](https://github.com/labring/sealos/issues/6059))
* **devbox:** add tooltip for truncated template title and description ([#6087](https://github.com/labring/sealos/issues/6087))
* **account:** optimize resume with payment ([#6082](https://github.com/labring/sealos/issues/6082))
### Code Refactoring
* **desktop:** optimize workspace state stores ([#6102](https://github.com/labring/sealos/issues/6102))
* **template:** allow template fallback to local cache when git fails ([#6155](https://github.com/labring/sealos/issues/6155))
### New Features
* **dbprovider:** add disk full alert display for databases ([#6115](https://github.com/labring/sealos/issues/6115))
* **desktop:** add banner for desktop notifications ([#6136](https://github.com/labring/sealos/issues/6136))
* **dbprovider:** update logs ([#6127](https://github.com/labring/sealos/issues/6127))
* **kubepanel:** init support edit ingress rules. ([#6126](https://github.com/labring/sealos/issues/6126))
* **desktop:** can set alias for users in workspaces ([#6111](https://github.com/labring/sealos/issues/6111))
* **account:** Add workspace subscription plan ([#6103](https://github.com/labring/sealos/issues/6103))
* **job/init:** add default values for admin configuration in init-job deployment template ([#6117](https://github.com/labring/sealos/issues/6117))
* **docs:** update usage guide for image-cri-shim binary service with English translations ([#6118](https://github.com/labring/sealos/issues/6118))
* **desktop:** do not show modals if there's any auto opened app ([#6113](https://github.com/labring/sealos/issues/6113))
* **service:** add zombie detoctor service ([#6104](https://github.com/labring/sealos/issues/6104))
* **service:** add iamge monitor to watch pull image error and slow pull ([#6100](https://github.com/labring/sealos/issues/6100))
* **desktop:** update appdock styling with solid background and enhanced shadows ([#6055](https://github.com/labring/sealos/issues/6055))
* **devbox:** add startup configmap synchronization and volume manage… ([#6175](https://github.com/labring/sealos/issues/6175))
* **config:** add TRAFFIC_MONGO_URI to account manager configuration ([#6166](https://github.com/labring/sealos/issues/6166))
* **template:** optimize template API with README cache and env control ([#6161](https://github.com/labring/sealos/issues/6161)) ([#6162](https://github.com/labring/sealos/issues/6162))
See [the CHANGELOG](https://github.com/labring/sealos/blob/main/CHANGELOG/CHANGELOG.md) for more details.
+1
View File
@@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
- [CHANGELOG-5.1.1-rc1.md](./CHANGELOG-5.1.1-rc1.md)
- [CHANGELOG-5.1.0-rc3.md](./CHANGELOG-5.1.0-rc3.md)
- [CHANGELOG-5.1.0-rc2.md](./CHANGELOG-5.1.0-rc2.md)
- [CHANGELOG-5.1.0-rc1.md](./CHANGELOG-5.1.0-rc1.md)