Skip to content

Commit ff9c00e

Browse files
Release sealos note and fix version for v5.1.0-rc1 (#6051)
🤖 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 1f1a72a commit ff9c00e

File tree

3 files changed

+51
-19
lines changed

3 files changed

+51
-19
lines changed

CHANGELOG/CHANGELOG-5.1.0-rc1.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
# Welcome to the v5.1.0-rc1 release of Sealos!🎉🎉!
3+
4+
<a name="v5.1.0-rc1"></a>
5+
## [v5.1.0-rc1](https://github.com/labring/sealos/compare/v5.1.0-beta7...v5.1.0-rc1) (2025-09-27)
6+
7+
### Bug Fixes
8+
9+
* **lifecycle:** Avoid map data races for env cache when getHostEnvInCache ([#6049](https://github.com/labring/sealos/issues/6049))
10+
* **template:** unnecessary screenWidth listener causes rerender ([#6045](https://github.com/labring/sealos/issues/6045))
11+
* **deploy:** add permissions for addons in rbac.yaml ([#6044](https://github.com/labring/sealos/issues/6044))
12+
* **devbox:** add devbox controller flag ([#6043](https://github.com/labring/sealos/issues/6043))
13+
* **dbprovider:** supportParameterConfig does not update correctly ([#6041](https://github.com/labring/sealos/issues/6041))
14+
* **applaunchpad:** app config not always loaded before calling apis ([#6038](https://github.com/labring/sealos/issues/6038))
15+
* **deploy:** update image to ghcr.io/labring/sealos-admission-webhook:latest ([#6037](https://github.com/labring/sealos/issues/6037))
16+
* **cronjob:** include curl-kubectl image in shim imagelist ([#6032](https://github.com/labring/sealos/issues/6032))
17+
* **deploy:** add optional payment secret to account manager deployment ([#6031](https://github.com/labring/sealos/issues/6031))
18+
* **webhooks:** add Aliyun registry and repository prefix to webhooks configuration ([#6027](https://github.com/labring/sealos/issues/6027))
19+
20+
### New Features
21+
22+
* **template:** update git repo in instrumentation hook ([#6042](https://github.com/labring/sealos/issues/6042))
23+
* **launchpad:** add domain challenge authentication endpoints ([#6040](https://github.com/labring/sealos/issues/6040))
24+
* **template:** append uid to template share links ([#6034](https://github.com/labring/sealos/issues/6034))
25+
* **vlogs:** change vlogs query logic ([#6029](https://github.com/labring/sealos/issues/6029))
26+
* **dbprovider:** adjusted database api and icon ([#6028](https://github.com/labring/sealos/issues/6028))
27+
28+
See [the CHANGELOG](https://github.com/labring/sealos/blob/main/CHANGELOG/CHANGELOG.md) for more details.
29+
30+
Your patronage towards Sealos is greatly appreciated 🎉🎉.
31+
32+
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: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11

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

4-
<a name="v5.1.0-beta7"></a>
5-
## [v5.1.0-beta7](https://github.com/labring/sealos/compare/v5.1.0-beta5...v5.1.0-beta7) (2025-09-22)
4+
<a name="v5.1.0-rc1"></a>
5+
## [v5.1.0-rc1](https://github.com/labring/sealos/compare/v5.1.0-beta7...v5.1.0-rc1) (2025-09-27)
66

77
### Bug Fixes
88

9-
* **dbprovider:** adjusted database api ([#6012](https://github.com/labring/sealos/issues/6012))
10-
* **devbox:** template hover show bug ([#6019](https://github.com/labring/sealos/issues/6019))
11-
* **deploy:** add namespace to cluster role binding in deploy manifest ([#6020](https://github.com/labring/sealos/issues/6020))
12-
* **costcenter:** internationalize count unit and set default recharge amount to 16 ([#6022](https://github.com/labring/sealos/issues/6022))
13-
* **db:** update db default config ([#6017](https://github.com/labring/sealos/issues/6017))
14-
* **init.sh:** conditionally apply configmap and remove redundant kubectl commands ([#6013](https://github.com/labring/sealos/issues/6013))
15-
* **desktop:** update desktop configmap.yaml.tmpl ([#6011](https://github.com/labring/sealos/issues/6011))
16-
* **template:** fix kubectl image in template deployment ([#6004](https://github.com/labring/sealos/issues/6004))
17-
18-
### Code Refactoring
19-
20-
* **deploy:** migrate Hubble deployment to Helm charts ([#6024](https://github.com/labring/sealos/issues/6024))
21-
* **workflows:** remove objectstorage workflow and update controllers workflow ([#6016](https://github.com/labring/sealos/issues/6016))
22-
* **workflows:** release and append webhooks steps in CI workflow ([#6015](https://github.com/labring/sealos/issues/6015))
9+
* **lifecycle:** Avoid map data races for env cache when getHostEnvInCache ([#6049](https://github.com/labring/sealos/issues/6049))
10+
* **template:** unnecessary screenWidth listener causes rerender ([#6045](https://github.com/labring/sealos/issues/6045))
11+
* **deploy:** add permissions for addons in rbac.yaml ([#6044](https://github.com/labring/sealos/issues/6044))
12+
* **devbox:** add devbox controller flag ([#6043](https://github.com/labring/sealos/issues/6043))
13+
* **dbprovider:** supportParameterConfig does not update correctly ([#6041](https://github.com/labring/sealos/issues/6041))
14+
* **applaunchpad:** app config not always loaded before calling apis ([#6038](https://github.com/labring/sealos/issues/6038))
15+
* **deploy:** update image to ghcr.io/labring/sealos-admission-webhook:latest ([#6037](https://github.com/labring/sealos/issues/6037))
16+
* **cronjob:** include curl-kubectl image in shim imagelist ([#6032](https://github.com/labring/sealos/issues/6032))
17+
* **deploy:** add optional payment secret to account manager deployment ([#6031](https://github.com/labring/sealos/issues/6031))
18+
* **webhooks:** add Aliyun registry and repository prefix to webhooks configuration ([#6027](https://github.com/labring/sealos/issues/6027))
2319

2420
### New Features
2521

26-
* **db:** add CRD config reading and parameter updates ([#6008](https://github.com/labring/sealos/issues/6008))
27-
* **account:** add corporate type ([#6006](https://github.com/labring/sealos/issues/6006))
22+
* **template:** update git repo in instrumentation hook ([#6042](https://github.com/labring/sealos/issues/6042))
23+
* **launchpad:** add domain challenge authentication endpoints ([#6040](https://github.com/labring/sealos/issues/6040))
24+
* **template:** append uid to template share links ([#6034](https://github.com/labring/sealos/issues/6034))
25+
* **vlogs:** change vlogs query logic ([#6029](https://github.com/labring/sealos/issues/6029))
26+
* **dbprovider:** adjusted database api and icon ([#6028](https://github.com/labring/sealos/issues/6028))
2827

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

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-rc1.md](./CHANGELOG-5.1.0-rc1.md)
56
- [CHANGELOG-5.1.0-beta7.md](./CHANGELOG-5.1.0-beta7.md)
67
- [CHANGELOG-5.1.0-beta6.md](./CHANGELOG-5.1.0-beta6.md)
78
- [CHANGELOG-5.1.0-beta5.md](./CHANGELOG-5.1.0-beta5.md)

0 commit comments

Comments
 (0)