Skip to content

Latest commit

 

History

History
89 lines (68 loc) · 5.24 KB

CHANGELOG-4.1.4-rc4.md

File metadata and controls

89 lines (68 loc) · 5.24 KB

Downloads for v4.1.4-rc4

Source Code

filename
v4.1.4-rc4.tar.gz

Client Binaries

filename
sealos_4.1.4-rc4_linux_amd64.tar.gz
sealos_4.1.4-rc4_linux_arm64.tar.gz

Usage

amd64:

wget  https://github.com/labring/sealos/releases/download/v4.1.4-rc4/sealos_4.1.4-rc4_linux_amd64.tar.gz  &&     tar -zxvf sealos_4.1.4-rc4_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-rc4/sealos_4.1.4-rc4_linux_arm64.tar.gz  &&     tar -zxvf sealos_4.1.4-rc4_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-rc3

What's Changed

  • Move applications manifests dir by @zzjin in #2274
  • feat. imagehub webhook fix. by @lingdie in #2260
  • fix: skip handling app type image while scaling cluster by @fengxsong in #2273
  • Update terminal frontend, use user‘s namespace. by @zzjin in #2270
  • modify the scp yaml field by @zjy365 in #2261
  • fix: only set default --platform flag when it's not changed by @fengxsong in #2276
  • mark tls-verify flag hidden by @fengxsong in #2279
  • feature(main): change apply logic by @cuisongliu in #2278
  • feature(main): add rc3 change_log by @cuisongliu in #2277
  • add action operator implement and crd implement by @cdjianghan in #2247
  • feat: deploy terminal in user's namespace and support apisix ingress by @gitccl in #2280
  • refactor buildah interface, arguments as flagsetters by @fengxsong in #2281
  • add registry deply config. by @lingdie in #2275
  • feature(main): add cert cmd for append certs by @cuisongliu in #2116
  • bugfix: Apply twice will call initCluster twice that causes kubelet port occupied. by @mond77 in #2292
  • build pgsql & add pgsql service api by @zjy365 in #2256
  • fix:fix queryPrice error by @xiao-jay in #2293
  • fix: ensure consistency when crash & fix some bugs by @xiaohan1202 in #2259
  • fix: more friendly error output when running rootless mode by @fengxsong in #2287
  • Fix crypto usage. by @zzjin in #2296
  • add pgsql users & delete iops througput by @zjy365 in #2297
  • fix:payment add defaultcallbackURL by @xiao-jay in #2300
  • feat.add image keywords as repo label. by @lingdie in #2291
  • feature(main): change default archive is oci by @cuisongliu in #2304
  • update datapacks rbac. by @lingdie in #2303
  • Update registry doc by @zzjin in #2298
  • feature(main): add status cmd for post check by @cuisongliu in #2299
  • feat. add org muator, add admit for kube-system group by @lingdie in #2309
  • fix: set SkipTLSVerify to true for SystemConext by @fengxsong in #2316
  • fix infra status & add loading created by @zjy365 in #2307
  • feature: add merge feature by @cuisongliu in #2283
  • feat: refactor metering ,support Third-party resource access and idempotent by @xiao-jay in #2258
  • feature(main): fix etcd config by @cuisongliu in #2323

New Contributors

  • @mond77 made their first contribution in #2292