From b8c4a509ded0e0fcd38aa6b681a6760f205657ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:29:37 +0800 Subject: [PATCH] Release sealos note and fix version for v5.1.0-beta7 (#6026) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Release sealos for sealos using github-actions. Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- CHANGELOG/CHANGELOG-5.1.0-beta7.md | 33 ++++++++++++++++++++++++++++++ CHANGELOG/CHANGELOG-latest.md | 24 +++++++++++++++++++--- CHANGELOG/CHANGELOG.md | 1 + 3 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG/CHANGELOG-5.1.0-beta7.md diff --git a/CHANGELOG/CHANGELOG-5.1.0-beta7.md b/CHANGELOG/CHANGELOG-5.1.0-beta7.md new file mode 100644 index 000000000..6435bfcaf --- /dev/null +++ b/CHANGELOG/CHANGELOG-5.1.0-beta7.md @@ -0,0 +1,33 @@ + +# Welcome to the v5.1.0-beta7 release of Sealos!🎉🎉! + + +## [v5.1.0-beta7](https://github.com/labring/sealos/compare/v5.1.0-beta5...v5.1.0-beta7) (2025-09-22) + +### Bug Fixes + +* **dbprovider:** adjusted database api ([#6012](https://github.com/labring/sealos/issues/6012)) +* **devbox:** template hover show bug ([#6019](https://github.com/labring/sealos/issues/6019)) +* **deploy:** add namespace to cluster role binding in deploy manifest ([#6020](https://github.com/labring/sealos/issues/6020)) +* **costcenter:** internationalize count unit and set default recharge amount to 16 ([#6022](https://github.com/labring/sealos/issues/6022)) +* **db:** update db default config ([#6017](https://github.com/labring/sealos/issues/6017)) +* **init.sh:** conditionally apply configmap and remove redundant kubectl commands ([#6013](https://github.com/labring/sealos/issues/6013)) +* **desktop:** update desktop configmap.yaml.tmpl ([#6011](https://github.com/labring/sealos/issues/6011)) +* **template:** fix kubectl image in template deployment ([#6004](https://github.com/labring/sealos/issues/6004)) + +### Code Refactoring + +* **deploy:** migrate Hubble deployment to Helm charts ([#6024](https://github.com/labring/sealos/issues/6024)) +* **workflows:** remove objectstorage workflow and update controllers workflow ([#6016](https://github.com/labring/sealos/issues/6016)) +* **workflows:** release and append webhooks steps in CI workflow ([#6015](https://github.com/labring/sealos/issues/6015)) + +### New Features + +* **db:** add CRD config reading and parameter updates ([#6008](https://github.com/labring/sealos/issues/6008)) +* **account:** add corporate type ([#6006](https://github.com/labring/sealos/issues/6006)) + +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. diff --git a/CHANGELOG/CHANGELOG-latest.md b/CHANGELOG/CHANGELOG-latest.md index 5ec657d38..6435bfcaf 100644 --- a/CHANGELOG/CHANGELOG-latest.md +++ b/CHANGELOG/CHANGELOG-latest.md @@ -1,13 +1,31 @@ -# Welcome to the v5.1.0-beta6 release of Sealos!🎉🎉! +# Welcome to the v5.1.0-beta7 release of Sealos!🎉🎉! - -## [v5.1.0-beta6](https://github.com/labring/sealos/compare/v5.1.0-beta5...v5.1.0-beta6) (2025-09-19) + +## [v5.1.0-beta7](https://github.com/labring/sealos/compare/v5.1.0-beta5...v5.1.0-beta7) (2025-09-22) ### Bug Fixes +* **dbprovider:** adjusted database api ([#6012](https://github.com/labring/sealos/issues/6012)) +* **devbox:** template hover show bug ([#6019](https://github.com/labring/sealos/issues/6019)) +* **deploy:** add namespace to cluster role binding in deploy manifest ([#6020](https://github.com/labring/sealos/issues/6020)) +* **costcenter:** internationalize count unit and set default recharge amount to 16 ([#6022](https://github.com/labring/sealos/issues/6022)) +* **db:** update db default config ([#6017](https://github.com/labring/sealos/issues/6017)) +* **init.sh:** conditionally apply configmap and remove redundant kubectl commands ([#6013](https://github.com/labring/sealos/issues/6013)) +* **desktop:** update desktop configmap.yaml.tmpl ([#6011](https://github.com/labring/sealos/issues/6011)) * **template:** fix kubectl image in template deployment ([#6004](https://github.com/labring/sealos/issues/6004)) +### Code Refactoring + +* **deploy:** migrate Hubble deployment to Helm charts ([#6024](https://github.com/labring/sealos/issues/6024)) +* **workflows:** remove objectstorage workflow and update controllers workflow ([#6016](https://github.com/labring/sealos/issues/6016)) +* **workflows:** release and append webhooks steps in CI workflow ([#6015](https://github.com/labring/sealos/issues/6015)) + +### New Features + +* **db:** add CRD config reading and parameter updates ([#6008](https://github.com/labring/sealos/issues/6008)) +* **account:** add corporate type ([#6006](https://github.com/labring/sealos/issues/6006)) + See [the CHANGELOG](https://github.com/labring/sealos/blob/main/CHANGELOG/CHANGELOG.md) for more details. Your patronage towards Sealos is greatly appreciated 🎉🎉. diff --git a/CHANGELOG/CHANGELOG.md b/CHANGELOG/CHANGELOG.md index a287b9c96..6f27d2718 100644 --- a/CHANGELOG/CHANGELOG.md +++ b/CHANGELOG/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. +- [CHANGELOG-5.1.0-beta7.md](./CHANGELOG-5.1.0-beta7.md) - [CHANGELOG-5.1.0-beta6.md](./CHANGELOG-5.1.0-beta6.md) - [CHANGELOG-5.1.0-beta5.md](./CHANGELOG-5.1.0-beta5.md) - [CHANGELOG-5.1.0-beta4.md](./CHANGELOG-5.1.0-beta4.md)