Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 3.71 KB

CHANGELOG-4.1.0-rc3.md

File metadata and controls

75 lines (55 loc) · 3.71 KB

Downloads for v4.1.0-rc3

Source Code

filename
v4.1.0-rc3.tar.gz

Client Binaries

filename
sealos_4.1.0-rc3_linux_amd64.tar.gz
sealos_4.1.0-rc3_linux_arm64.tar.gz

Usage

amd64:

wget  https://github.com/labring/sealos/releases/download/v4.1.0-rc3/sealos_4.1.0-rc3_linux_amd64.tar.gz  &&     tar -zxvf sealos_4.1.0-rc3_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.0-rc3/sealos_4.1.0-rc3_linux_arm64.tar.gz  &&     tar -zxvf sealos_4.1.0-rc3_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.0-rc2

What's Changed

  • feat: add terminal status by @gitccl in #1587
  • docs: add example for Config by @fengxsong in #1591
  • update terminal frontend svc get by @zzjin in #1582
  • style: correct flag usage by @fengxsong in #1593
  • feature(main): buildx user-controller by @cuisongliu in #1588
  • Update client-js to support crd get status return by @zzjin in #1595
  • Fix work replace by @zzjin in #1597
  • feat: Attach aws Volume (#1512) by @HURUIZHE in #1589
  • feature(main): add usergroups controller for user by @cuisongliu in #1600
  • fixed typo by @fanux in #1607
  • style: file rename by @LeezQ in #1602
  • Fix #1605 by @muicoder in #1606
  • update account controller to listen the payment crd by @fanux in #1609
  • add semgrep sast scan by @zzjin in #1610
  • feature(main): add tips in running routeMode by @cuisongliu in #1611
  • feature(main): add image for sealos by @cuisongliu in #1613
  • feature(main): add v1.25 k8s support by @cuisongliu in #1616
  • fix payment and account controller recharge failed by @fanux in #1617

New Contributors

  • @LeezQ made their first contribution in #1602
  • @muicoder made their first contribution in #1606

Full Changelog: https://github.com/labring/sealos/compare/v4.1.0-rc2...v4.1.0-rc3