Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 3.28 KB

CHANGELOG-4.1.4.md

File metadata and controls

67 lines (48 loc) · 3.28 KB

Downloads for v4.1.4

Source Code

filename
v4.1.4.tar.gz

Client Binaries

filename
sealos_4.1.4_linux_amd64.tar.gz
sealos_4.1.4_linux_arm64.tar.gz

Usage

amd64:

wget  https://github.com/labring/sealos/releases/download/v4.1.4/sealos_4.1.4_linux_amd64.tar.gz  &&     tar -zxvf sealos_4.1.4_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.4/sealos_4.1.4_linux_arm64.tar.gz  &&     tar -zxvf sealos_4.1.4_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

Changelog since v4.1.4-rc4

What's Changed

  • feature(main): add changelog by @cuisongliu in #2325
  • feature(main): fix ci error by @cuisongliu in #2326
  • feature(main): change calico docs by @cuisongliu in #2327
  • add ImageCRDBuilder implement by @cdjianghan in #2311
  • better code : use config.GetAllCredentials func to place CheckLoginStatus func in imagecrdbuilder by @cdjianghan in #2328
  • update download sealos command by @fanux in #2324
  • change some func name to better understand add Success and Faild output by @cdjianghan in #2332
  • feature(main): fix registry find manifest logic by @cuisongliu in #2314
  • add infra e2e test by @xiaohan1202 in #2331
  • imagecrbuilder better code by @cdjianghan in #2334
  • feature(main): add cert for old version by @cuisongliu in #2333
  • add size to imagegrid. fix repository reconcile. by @lingdie in #2337
  • fix image cr doc by @cdjianghan in #2338
  • docs: add hub.sealos.cn and imagehub CRD desigin docs. by @lingdie in #2131
  • Docs: add build template docs by @zzjin in #2335
  • Fixed the application window switch problem by @zjy365 in #2342