Releases: labring/sealos
v4.3.3
Welcome to the v4.3.3 release of Sealos!🎉🎉!
Changelog
Bug fixes
- 9067cec: fix: panic when resetting a non-existent cluster (#3782) (#3788) (#3790) (@sealos-ci-robot)
- 68a9aa6: fix: setup logger after setting runtimeRootDir (#3793) (#3795) (@sealos-ci-robot)
Other work
- b923bf0: feature(main): remove docker and containerd ci (#3765) (#3766) (#3767) (@sealos-ci-robot)
- d27f4fb: feature(main): sealos run uing defualt ssh port (#3791) (#3801) (@sealos-ci-robot)
Full Changelog: v4.3.2...v4.3.3
See the CHANGELOG 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, we're committed to resolving your problem as soon as possible.
v4.3.2
Welcome to the v4.3.2 release of Sealos!🎉🎉!
Changelog
Other work
- 3d1cbf6: feature(main): using 22 default port (#3759) (#3760) (@sealos-ci-robot)
Full Changelog: v4.3.1...v4.3.2
See the CHANGELOG 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, we're committed to resolving your problem as soon as possible.
v4.3.1
Welcome to the v4.3.1 release of Sealos!🎉🎉!
Changelog
Bug fixes
- 5f62b0c: fix: ignore signal killed when context cancelled (#3748) (#3749) (@sealos-ci-robot)
Other work
- 2a9e4c8: update dockerfile base image to ubuntu22.04 (#3740) (#3746) (@sealos-ci-robot)
Full Changelog: v4.3.1-rc2...v4.3.1
See the CHANGELOG 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, we're committed to resolving your problem as soon as possible.
v4.3.1-rc2
Welcome to the v4.3.1-rc2 release of Sealos!🎉🎉!
Changelog
Bug fixes
- 296db1a: fix(main): fix: skip pulling app image (#3649) (#3650) (@sealos-ci-robot)
- 7f78d17: fix: avoid concurrent map writes (#3729) (#3730) (@sealos-ci-robot)
- 9d017cb: fix: install latest sealos docs. (#3646) (#3647) (@bxy4543)
- ccc09f2: fix: remove unexpected mergo options (#3682) (#3683) (@sealos-ci-robot)
Build process updates
- 9bfa1ef: build(main): add test docker image (#3693) (@cuisongliu)
Other work
- 139e403: Sweep: run guest command one by one and support run patch-type image (#3677) (#3704) (@sealos-ci-robot)
- cc43ac5: feature(main): delete registry feature using sreg code replace (#3714) (#3720) (@cuisongliu)
- 951ec11: optimize docs: install latest sealos version (#3638) (#3639) (@cuisongliu)
- a40c5ed: refactor(main): ssh interface instance func (#3654) (#3660) (@sealos-ci-robot)
- 8f63707: refactor(main): using new runtime interface (#3691) (#3732) (@sealos-ci-robot)
- da01479: refactor: use http mode as default to sync registry contents (#3659) (#3661) (@sealos-ci-robot)
Full Changelog: v4.3.1-rc1...v4.3.1-rc2
See the CHANGELOG 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, we're committed to resolving your problem as soon as possible.
v4.3.1-rc1
Welcome to the v4.3.1-rc1 release of Sealos!🎉🎉!
Changelog
New Features
- f7d140b: feat: add and delete master or worker nodes with different ssh settings (#3525) (#3571) (@sealos-ci-robot)
Bug fixes
- a40ff91: fix: check hostname unique in creating new cluster (#3569) (#3570) (@sealos-ci-robot)
- bbf88d0: fix: if the root user is not specified,sudo should be disabled. (#3598) (#3599) (@sealos-ci-robot)
- aed2a46: fix: upgrade cluster (#3588) (#3590) (@sealos-ci-robot)
Other work
- 2ef981b: feature(v4.3): delete workflow auto build controllers (#3557) (@cuisongliu)
- b68c4b8: feature(v4.3): delete workflow link check (#3558) (@cuisongliu)
- 8ae61fb: feature(v4.3): default support tmp registry build image (#3535) (#3536) (@cuisongliu)
- 0a45544: fix cluster status (#3572) (#3574) (@sealos-ci-robot)
- 6c156c7: fix e2e apply test with infra && fix wrong ssh.fetch interface method implementation (#3560) (#3567) (@sealos-ci-robot)
- 65b7a43: fix the current cluster does not exist, but the creationTimestamp of the expected cluster is not zero. (#3549) (@bxy4543)
- 98719a4: refactor: remove versionutils (#3592) (#3593) (@sealos-ci-robot)
Full Changelog: v4.3.0...v4.3.1-rc1
See the CHANGELOG 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, we're committed to resolving your problem as soon as possible.
v4.3.0
Welcome to the v4.3.0 release of Sealos!🎉🎉!
Changelog
New Features
- aaafe9a: feat: support dual-stack (#3509) (@ghostloda)
Build process updates
- f3415f4: build(main): add ci for latest (#3513) (@cuisongliu)
- 7ee53f1: build(main): add ci for latest (#3516) (@cuisongliu)
Other work
- 9259b2d: feature(main): add commitor for release (#3487) (@cuisongliu)
- 3a07652: refactor: cri_server multiple versions of AuthConfig (#3507) (@muicoder)
Full Changelog: v4.3.0-rc1...v4.3.0
See the CHANGELOG 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, we're committed to resolving your problem as soon as possible.
v4.3.0-rc1
Welcome to the v4.3.0-rc1 release of Sealos!🎉🎉!
Changelog
New Features
Bug fixes
- 75231c2: fix(main): fix merge support $() (#3427) (@cuisongliu)
- 9da41c5: fix: upgrade k8s version failed on non default ssh port (issue #3069) (#3434) (@yangxggo)
Other work
- 472c7b5: Feature:sudo support for scp (#3421) (@ghostloda)
- 0567195: refactor(main): auto cherry pick (#3412) (@cuisongliu)
- 81cd5f7: refactor(main): delete node for check (#3405) (@cuisongliu)
- 933bc8a: refactor: save and load subcommand support multiple images in a single tar… (#3442) (@fengxsong)
- 27ea418: support old version of kubelet-config (#3447) (@yangxggo)
Full Changelog: v4.2.3...v4.3.0-rc1
See the CHANGELOG 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, we're committed to resolving your problem as soon as possible.
v4.2.3
Welcome to the v4.2.3 release of Sealos!🎉🎉!
Changelog
New Features
- 77e312e: feat: support override platform in diff command (#3376) (@fengxsong)
Bug fixes
- 450b52a: fix: error while unmount container mountpoint (#3385) (@fengxsong)
Build process updates
- 4e0e84b: build(main): add sync patch image (#3398) (@cuisongliu)
- 0ce9c15: build(main): auto renew issue and auto comment body (#3393) (@cuisongliu)
Other work
- 7413c81: docs(main): upgrade version for kubeadm (#3371) (@cuisongliu)
- 2b42496: restore easter egg feature in diff command (#3388) (@fengxsong)
Full Changelog: v4.2.2...v4.2.3
See the CHANGELOG 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, we're committed to resolving your problem as soon as possible.
v4.2.2
Welcome to the v4.2.2 release of Sealos!🎉🎉!
Changelog
Other work
- 492e909: revert: rollback mergo version (#3364) (@fengxsong)
Full Changelog: v4.2.1...v4.2.2
See the CHANGELOG 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, we're committed to resolving your problem as soon as possible.
v5.0.0-alpha1
Welcome to the v5.0.0-alpha1 release of Sealos!🎉🎉!
Changelog
Other work
Full Changelog: v4.2.1...v5.0.0-alpha1
See the CHANGELOG 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, we're committed to resolving your problem as soon as possible.