From a7b6260f970758fbd5f01d7d4f55bcad4db0acc0 Mon Sep 17 00:00:00 2001 From: sealos-release-robot Date: Thu, 12 Oct 2023 00:39:12 +0800 Subject: [PATCH] docs: Automated Changelog Update for v4.4.0-beta1 (#4080) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🤖 add release changelog using robot. Signed-off-by: sealos-release-robot * Update CHANGELOG.md --------- Signed-off-by: sealos-release-robot Co-authored-by: cuisongliu --- CHANGELOG/CHANGELOG-4.4.0-beta1.md | 24 ++++++++++++++++++++++++ CHANGELOG/CHANGELOG.md | 1 + 2 files changed, 25 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-4.4.0-beta1.md diff --git a/CHANGELOG/CHANGELOG-4.4.0-beta1.md b/CHANGELOG/CHANGELOG-4.4.0-beta1.md new file mode 100644 index 00000000000..c17031d17d9 --- /dev/null +++ b/CHANGELOG/CHANGELOG-4.4.0-beta1.md @@ -0,0 +1,24 @@ +Welcome to the v4.4.0-beta1 release of Sealos!🎉🎉! + + + +## Changelog +### Bug fixes +* cb75187f249f142c9e96a2543dbf60efdbb6c37a: fix(main): delete clean_unused_func (#4017) (#4018) (@sealos-ci-robot) +* 4242e7c3dcb19edb1da80c7119f8ceca3965b4b8: fix: create new container mount when force override (#4068) (#4072) (@sealos-ci-robot) +* 105a74c48f726df599bef29d718377219dcbf3bc: fix: if string addr has not colon (#4045) (#4046) (@sealos-ci-robot) +* 023045510ae93691361dc7ef94db634a75ddcb07: fix: make the usage of '--env' flag more precisely (#4060) (#4063) (@sealos-ci-robot) +* 06f2cf7945d20470a853d837ee420fbe883875ba: fix: scp files (#4041) (#4042) (@sealos-ci-robot) +* c86e7c751c440916cad2ee01115ba8c99cdb228f: fix: sync cert failed on non default port (#4031) (#4032) (@sealos-ci-robot) +### Other work +* 3f4d1005326d93f239433147f730f6029ec16962: feature(main): reset cluster not delete nodes (#3991) (#4022) (@sealos-ci-robot) +* 13b303669565694d22df284a3ef0c73a7b3f853e: feature(main): using sreg 0.1.4 build image (#4023) (#4028) (@cuisongliu) +* b8affb05bc7436515abb4e6933553176c45ace59: refactor env keys (#4066) (#4076) (@sealos-ci-robot) + +**Full Changelog**: https://github.com/labring/sealos/compare/v4.4.0-alpha3...v4.4.0-beta1 + +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.md b/CHANGELOG/CHANGELOG.md index 7b07fd8ab2b..26cb647c90a 100644 --- a/CHANGELOG/CHANGELOG.md +++ b/CHANGELOG/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. - [CHANGELOG-5.0.0-alpha1.md](./CHANGELOG-5.0.0-alpha1.md) +- [CHANGELOG-4.4.0-beta1.md](./CHANGELOG-4.4.0-beta1.md) - [CHANGELOG-4.4.0-alpha3.md](./CHANGELOG-4.4.0-alpha3.md) - [CHANGELOG-4.4.0-alpha1.md](./CHANGELOG-4.4.0-alpha1.md) - [CHANGELOG-4.3.5.md](./CHANGELOG-4.3.5.md)