filename |
---|
v4.1.5.tar.gz |
filename |
---|
sealos_4.1.5_linux_amd64.tar.gz |
sealos_4.1.5_linux_arm64.tar.gz |
amd64:
wget https://github.com/labring/sealos/releases/download/v4.1.5/sealos_4.1.5_linux_amd64.tar.gz && tar -zxvf sealos_4.1.5_linux_amd64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
## create a cluster for sealos
sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19 --passwd your-own-ssh-passwd
arm64:
wget https://github.com/labring/sealos/releases/download/v4.1.5/sealos_4.1.5_linux_arm64.tar.gz && tar -zxvf sealos_4.1.5_linux_arm64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
## create a cluster for sealos
sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19 --passwd your-own-ssh-passwd
- ci(main): fix merge error by @cuisongliu in #2648
- Update false semgrep of
missing-user
by @zzjin in #2650 - feat desktop supports app install by @zjy365 in #2645
- feat: desktop app SDK and sdk using demo #2547 by @c121914yu in #2549
- ci(main): add changelog by @cuisongliu in #2649
- Fix ENTRYPOINT using exec form by @zzjin in #2652
- Fix image command error by @yangchuansheng in #2656
- Replace
github.com/pkg/errors
with builtinerrors
by @zzjin in #2658 - Remove not used package by @zzjin in #2659
- feat: implement aliyun interface by @xiaohan1202 in #2627
- fix: same issue #2623 again by @fengxsong in #2666
- Update module(special for service/hub) by @zzjin in #2664
- fix version typo by @zzjin in #2665
- update pravite registry docs by @willzhang in #2672
- fix: delete local file by @c121914yu in #2662
- fix(main): fix merge and hidden flags by @cuisongliu in #2667
- Use lock to ensure safe build configuration under goroutine. by @bxy4543 in #2673
- better sealos version by @cdjianghan in #2679
- fix(main): delete pkg/infra code by @cuisongliu in #2674
- @bxy4543 made their first contribution in #2673
Full Changelog: https://github.com/labring/sealos/compare/v4.1.5-rc3...v4.1.5