mirror of
https://github.com/labring/sealos.git
synced 2026-08-30 17:58:09 +08:00
Release sealos note and fix version for v5.1.0-beta3 (#5923)
🤖 Release sealos for sealos using github-actions.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9118b8a774
commit
abcaf54e1e
@@ -0,0 +1,29 @@
|
||||
|
||||
# Welcome to the v5.1.0-beta3 release of Sealos!🎉🎉!
|
||||
|
||||
<a name="v5.1.0-beta3"></a>
|
||||
## [v5.1.0-beta3](https://github.com/labring/sealos/compare/v5.1.0-beta2...v5.1.0-beta3) (2025-09-02)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deploy:** add wait loop for desktop-frontend pods to ensure readiness ([#5920](https://github.com/labring/sealos/issues/5920))
|
||||
* **devbox:** fix build issue for devbox, adjust Dockerfile ([#5919](https://github.com/labring/sealos/issues/5919))
|
||||
* **account:** fix remove account service smtp config verification ([#5917](https://github.com/labring/sealos/issues/5917))
|
||||
* **desktop:** change bank input field to dropdown ([#5913](https://github.com/labring/sealos/issues/5913))
|
||||
* **dbprovider:** the database deployed from the laf backup cannot be deleted ([#5915](https://github.com/labring/sealos/issues/5915))
|
||||
* **ci:** cleanup unused scripts files ([#5911](https://github.com/labring/sealos/issues/5911))
|
||||
|
||||
### New Features
|
||||
|
||||
* **images:** add sealos cloud deps images ([#5912](https://github.com/labring/sealos/issues/5912))
|
||||
* **desktop:** add username/password signin v2 ([#5918](https://github.com/labring/sealos/issues/5918))
|
||||
* **launchpad:** update ports api & schema ([#5914](https://github.com/labring/sealos/issues/5914))
|
||||
* **kubeadm:** refactor kubeadm config merging and improve node handling ([#5908](https://github.com/labring/sealos/issues/5908))
|
||||
* **dbprovider:** added prompt database update process when backup is running ([#5905](https://github.com/labring/sealos/issues/5905))
|
||||
* **apply:** conditionally append components based on distribution type ([#5909](https://github.com/labring/sealos/issues/5909))
|
||||
|
||||
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.
|
||||
@@ -1,21 +1,26 @@
|
||||
|
||||
# Welcome to the v5.1.0-beta2 release of Sealos!🎉🎉!
|
||||
# Welcome to the v5.1.0-beta3 release of Sealos!🎉🎉!
|
||||
|
||||
<a name="v5.1.0-beta2"></a>
|
||||
## [v5.1.0-beta2](https://github.com/labring/sealos/compare/v5.1.0-beta1...v5.1.0-beta2) (2025-08-30)
|
||||
<a name="v5.1.0-beta3"></a>
|
||||
## [v5.1.0-beta3](https://github.com/labring/sealos/compare/v5.1.0-beta2...v5.1.0-beta3) (2025-09-02)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **ci:** add missing packages:write permission for cloud release workflows ([#5907](https://github.com/labring/sealos/issues/5907))
|
||||
* **dbprovider:** solved bugs in redirecting to chat2db ([#5897](https://github.com/labring/sealos/issues/5897))
|
||||
* **workflow:** pin GitHub translate action to version 1.1.2 ([#5900](https://github.com/labring/sealos/issues/5900))
|
||||
* **workflow:** update issues-translator to use lizheming/github-translate-action with discussion support and ubuntu-24.04 ([#5892](https://github.com/labring/sealos/issues/5892))
|
||||
* **desktop:** fix workspace not quitting properly ([#5882](https://github.com/labring/sealos/issues/5882))
|
||||
* **deploy:** add wait loop for desktop-frontend pods to ensure readiness ([#5920](https://github.com/labring/sealos/issues/5920))
|
||||
* **devbox:** fix build issue for devbox, adjust Dockerfile ([#5919](https://github.com/labring/sealos/issues/5919))
|
||||
* **account:** fix remove account service smtp config verification ([#5917](https://github.com/labring/sealos/issues/5917))
|
||||
* **desktop:** change bank input field to dropdown ([#5913](https://github.com/labring/sealos/issues/5913))
|
||||
* **dbprovider:** the database deployed from the laf backup cannot be deleted ([#5915](https://github.com/labring/sealos/issues/5915))
|
||||
* **ci:** cleanup unused scripts files ([#5911](https://github.com/labring/sealos/issues/5911))
|
||||
|
||||
### New Features
|
||||
|
||||
* **dbprovider:** added alert info when database is abnormal ([#5881](https://github.com/labring/sealos/issues/5881))
|
||||
* **kubeadm:** increase event burst and QPS limits, adjust image GC thresholds ([#5889](https://github.com/labring/sealos/issues/5889))
|
||||
* **images:** add sealos cloud deps images ([#5912](https://github.com/labring/sealos/issues/5912))
|
||||
* **desktop:** add username/password signin v2 ([#5918](https://github.com/labring/sealos/issues/5918))
|
||||
* **launchpad:** update ports api & schema ([#5914](https://github.com/labring/sealos/issues/5914))
|
||||
* **kubeadm:** refactor kubeadm config merging and improve node handling ([#5908](https://github.com/labring/sealos/issues/5908))
|
||||
* **dbprovider:** added prompt database update process when backup is running ([#5905](https://github.com/labring/sealos/issues/5905))
|
||||
* **apply:** conditionally append components based on distribution type ([#5909](https://github.com/labring/sealos/issues/5909))
|
||||
|
||||
See [the CHANGELOG](https://github.com/labring/sealos/blob/main/CHANGELOG/CHANGELOG.md) for more details.
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
- [CHANGELOG-5.1.0-beta3.md](./CHANGELOG-5.1.0-beta3.md)
|
||||
- [CHANGELOG-5.1.0-beta2.md](./CHANGELOG-5.1.0-beta2.md)
|
||||
- [CHANGELOG-5.1.0-beta1.md](./CHANGELOG-5.1.0-beta1.md)
|
||||
- [CHANGELOG-5.0.1-beta2.md](./CHANGELOG-5.0.1-beta2.md)
|
||||
|
||||
Reference in New Issue
Block a user