Skip to content

Commit 6dc583b

Browse files
Release sealos note and fix version for v5.1.0-beta5 (#6002)
🤖 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>
1 parent 888b4f6 commit 6dc583b

File tree

3 files changed

+49
-38
lines changed

3 files changed

+49
-38
lines changed

CHANGELOG/CHANGELOG-5.1.0-beta5.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
# Welcome to the v5.1.0-beta5 release of Sealos!🎉🎉!
3+
4+
<a name="v5.1.0-beta5"></a>
5+
## [v5.1.0-beta5](https://github.com/labring/sealos/compare/v5.1.0-beta4...v5.1.0-beta5) (2025-09-19)
6+
7+
### Bug Fixes
8+
9+
* **dbprovider:** resolve createdb storage issue ([#6001](https://github.com/labring/sealos/issues/6001))
10+
* **webhooks:** add permissions for contents and packages in GitHub Actions workflow ([#5994](https://github.com/labring/sealos/issues/5994))
11+
* **devbox:** cn show bug ([#5991](https://github.com/labring/sealos/issues/5991))
12+
* **dbprovider:** database cannot be deleted & disabled mysql 5.7.42 parameter configuration ([#5988](https://github.com/labring/sealos/issues/5988))
13+
* **devbox:** optimize API and fix page bugs ([#5951](https://github.com/labring/sealos/issues/5951))
14+
15+
### New Features
16+
17+
* **desktop:** show captcha on signin page ([#5995](https://github.com/labring/sealos/issues/5995))
18+
* **service:** change hubble redis deploy logic. ([#5999](https://github.com/labring/sealos/issues/5999))
19+
* **dbprovider:** optimize database api ([#5993](https://github.com/labring/sealos/issues/5993))
20+
* **vlogs service:** fix stderr handling and improve number logic validation. ([#5859](https://github.com/labring/sealos/issues/5859))
21+
* **dbprovider:** used session storage for storing db details ([#5990](https://github.com/labring/sealos/issues/5990))
22+
23+
### Performance Improvements
24+
25+
* **applaunchpad:** optimize API performance and remove ports endpoints ([#5989](https://github.com/labring/sealos/issues/5989))
26+
27+
See [the CHANGELOG](https://github.com/labring/sealos/blob/main/CHANGELOG/CHANGELOG.md) for more details.
28+
29+
Your patronage towards Sealos is greatly appreciated 🎉🎉.
30+
31+
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.

CHANGELOG/CHANGELOG-latest.md

Lines changed: 17 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,28 @@
11

2-
# Welcome to the v5.1.0-beta4 release of Sealos!🎉🎉!
2+
# Welcome to the v5.1.0-beta5 release of Sealos!🎉🎉!
33

4-
<a name="v5.1.0-beta4"></a>
5-
## [v5.1.0-beta4](https://github.com/labring/sealos/compare/v5.1.0-beta3...v5.1.0-beta4) (2025-09-15)
4+
<a name="v5.1.0-beta5"></a>
5+
## [v5.1.0-beta5](https://github.com/labring/sealos/compare/v5.1.0-beta4...v5.1.0-beta5) (2025-09-19)
66

77
### Bug Fixes
88

9-
* **release:** update CI runner to Ubuntu 22.04 ([#5985](https://github.com/labring/sealos/issues/5985))
10-
* **template:** app card title line incorrectly wraps ([#5984](https://github.com/labring/sealos/issues/5984))
11-
* **kubepanel:** fix Monaco Editor SSR and CDN issues ([#5982](https://github.com/labring/sealos/issues/5982))
12-
* **checker:** update time synchronization check and add CockroachDB max offset configuration ([#5981](https://github.com/labring/sealos/issues/5981))
13-
* **config:** use local variable for registry domain normalization ([#5980](https://github.com/labring/sealos/issues/5980))
14-
* **build:** add platform validation for amd64 and arm64 builds in Makefile ([#5976](https://github.com/labring/sealos/issues/5976))
15-
* **changelog:** update installation script reference for release version handling ([#5971](https://github.com/labring/sealos/issues/5971))
16-
* **helm:** update payment secrets handling and add missing certificate files ([#5969](https://github.com/labring/sealos/issues/5969))
17-
* **devbox:** adjust privacy document url en ([#5941](https://github.com/labring/sealos/issues/5941))
18-
* **deploy:** set default value for NODE_TLS_REJECT_UNAUTHORIZED to "1" ([#5966](https://github.com/labring/sealos/issues/5966))
19-
* **cloud:** fix mirror images for base images and cloud script v2 ([#5950](https://github.com/labring/sealos/issues/5950))
20-
* **deploy:** update configMap reference for devbox environment ([#5949](https://github.com/labring/sealos/issues/5949))
21-
* **env:** add loggerfile variable to environment template ([#5947](https://github.com/labring/sealos/issues/5947))
22-
* **images:** improve logging and streamline command execution ([#5946](https://github.com/labring/sealos/issues/5946))
23-
* **init.sh:** wait for desktop-frontend pods to be in Running state ([#5943](https://github.com/labring/sealos/issues/5943))
24-
* **desktop:** guide order incorrect if some apps are not installed ([#5930](https://github.com/labring/sealos/issues/5930))
25-
* **devbox:** remove init container and add migration job for database deployment ([#5934](https://github.com/labring/sealos/issues/5934))
26-
* **release:** update runner version to Ubuntu 20.04 ([#5929](https://github.com/labring/sealos/issues/5929))
27-
* **ci:** exclude deploy/base directory from link checking to prevent third-party dependency issues ([#5928](https://github.com/labring/sealos/issues/5928))
9+
* **dbprovider:** resolve createdb storage issue ([#6001](https://github.com/labring/sealos/issues/6001))
10+
* **webhooks:** add permissions for contents and packages in GitHub Actions workflow ([#5994](https://github.com/labring/sealos/issues/5994))
11+
* **devbox:** cn show bug ([#5991](https://github.com/labring/sealos/issues/5991))
12+
* **dbprovider:** database cannot be deleted & disabled mysql 5.7.42 parameter configuration ([#5988](https://github.com/labring/sealos/issues/5988))
13+
* **devbox:** optimize API and fix page bugs ([#5951](https://github.com/labring/sealos/issues/5951))
2814

2915
### New Features
3016

31-
* **dbprovider:** applied parameter configuration & added mysql-5.7.42 & added addon api ([#5862](https://github.com/labring/sealos/issues/5862))
32-
* **devbox:** add some ide support ([#5940](https://github.com/labring/sealos/issues/5940))
33-
* **service:** add Hubble service to enhance observability ([#5729](https://github.com/labring/sealos/issues/5729))
34-
* **config:** add allowed origins for cloud domain in configmap ([#5974](https://github.com/labring/sealos/issues/5974))
35-
* **proxy:** add proxy support for image pulling in build-offline-tar.sh ([#5968](https://github.com/labring/sealos/issues/5968))
36-
* **desktop:** join discord prompt ([#5967](https://github.com/labring/sealos/issues/5967))
37-
* **images:** refactor installation process and clean up unused functions for cloud ([#5954](https://github.com/labring/sealos/issues/5954))
38-
* **images:** add cloud v2 image ([#5965](https://github.com/labring/sealos/issues/5965))
39-
* **launchpad:** update log api ([#5964](https://github.com/labring/sealos/issues/5964))
40-
* **devbox:** remove job devbox to init db ([#5963](https://github.com/labring/sealos/issues/5963))
41-
* **deploy:** add NODE_TLS_REJECT_UNAUTHORIZED environment variable to frontend containers ([#5958](https://github.com/labring/sealos/issues/5958))
42-
* **docs:** add README files for Higress, Kubernetes, and OpenEBS with usage instructions ([#5937](https://github.com/labring/sealos/issues/5937))
43-
* **rbac:** add permissions for backup repositories in cluster role ([#5939](https://github.com/labring/sealos/issues/5939))
44-
* **chart:** add cloud base image and remove unused scripts ([#5936](https://github.com/labring/sealos/issues/5936))
45-
* **app:** fix miss config for yaml ([#5932](https://github.com/labring/sealos/issues/5932))
46-
* **applaunchpad:** add configurable log feature toggle ([#5933](https://github.com/labring/sealos/issues/5933))
17+
* **desktop:** show captcha on signin page ([#5995](https://github.com/labring/sealos/issues/5995))
18+
* **service:** change hubble redis deploy logic. ([#5999](https://github.com/labring/sealos/issues/5999))
19+
* **dbprovider:** optimize database api ([#5993](https://github.com/labring/sealos/issues/5993))
20+
* **vlogs service:** fix stderr handling and improve number logic validation. ([#5859](https://github.com/labring/sealos/issues/5859))
21+
* **dbprovider:** used session storage for storing db details ([#5990](https://github.com/labring/sealos/issues/5990))
22+
23+
### Performance Improvements
24+
25+
* **applaunchpad:** optimize API performance and remove ports endpoints ([#5989](https://github.com/labring/sealos/issues/5989))
4726

4827
See [the CHANGELOG](https://github.com/labring/sealos/blob/main/CHANGELOG/CHANGELOG.md) for more details.
4928

CHANGELOG/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
- [CHANGELOG-5.1.0-beta5.md](./CHANGELOG-5.1.0-beta5.md)
56
- [CHANGELOG-5.1.0-beta4.md](./CHANGELOG-5.1.0-beta4.md)
67
- [CHANGELOG-5.1.0-beta3.md](./CHANGELOG-5.1.0-beta3.md)
78
- [CHANGELOG-5.1.0-beta2.md](./CHANGELOG-5.1.0-beta2.md)

0 commit comments

Comments
 (0)