Skip to content

Commit 3b67ed4

Browse files
authored
chore(changelog): update to v5.1.0-rc2 (#6060)
Signed-off-by: cuisongliu <cuisongliu@qq.com>
1 parent a17e6a3 commit 3b67ed4

4 files changed

Lines changed: 29 additions & 20 deletions

File tree

.tagpr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sealos",
3-
"version": "v5.1.0-rc1",
4-
"command": "bash scripts/changelog.sh v5.1.0-rc1 v5.0.1",
3+
"version": "v5.1.0-rc2",
4+
"command": "bash scripts/changelog.sh v5.1.0-rc2 v5.0.1",
55
"pre-version": "v5.0.1"
66
}

CHANGELOG/CHANGELOG-5.1.0-rc2.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
# Welcome to the v5.1.0-rc2 release of Sealos!🎉🎉!
3+
4+
<a name="v5.1.0-rc2"></a>
5+
## [v5.1.0-rc2](https://github.com/labring/sealos/compare/v5.1.0-rc1...v5.1.0-rc2) (2025-09-29)
6+
7+
### Bug Fixes
8+
9+
* **template:** app yaml parsing fails if not rendered ([#6058](https://github.com/labring/sealos/issues/6058))
10+
* **deploy:** add ADMIN_PASSWORD environment variable to deploy manifest ([#6054](https://github.com/labring/sealos/issues/6054))
11+
12+
### New Features
13+
14+
* **template:** include resource requirements in getTemplateSource api ([#6053](https://github.com/labring/sealos/issues/6053))
15+
16+
See [the CHANGELOG](https://github.com/labring/sealos/blob/main/CHANGELOG/CHANGELOG.md) for more details.
17+
18+
Your patronage towards Sealos is greatly appreciated 🎉🎉.
19+
20+
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: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
11

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

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)
4+
<a name="v5.1.0-rc2"></a>
5+
## [v5.1.0-rc2](https://github.com/labring/sealos/compare/v5.1.0-rc1...v5.1.0-rc2) (2025-09-29)
66

77
### Bug Fixes
88

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))
9+
* **template:** app yaml parsing fails if not rendered ([#6058](https://github.com/labring/sealos/issues/6058))
10+
* **deploy:** add ADMIN_PASSWORD environment variable to deploy manifest ([#6054](https://github.com/labring/sealos/issues/6054))
1911

2012
### New Features
2113

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))
14+
* **template:** include resource requirements in getTemplateSource api ([#6053](https://github.com/labring/sealos/issues/6053))
2715

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

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

0 commit comments

Comments
 (0)