Skip to content

v1.9.2

Latest
Compare
Choose a tag to compare
@wl-chen wl-chen released this 31 May 06:58
· 7 commits to master since this release
8555c9d
# Choose installation package according to your installation node CPU architecture [amd64, arm64]
arch=amd64 version=v1.9.2 && wget https://tke-release-1251707795.cos.ap-guangzhou.myqcloud.com/tke-installer-linux-$arch-$version.run{,.sha256} && sha256sum --check --status tke-installer-linux-$arch-$version.run.sha256 && chmod +x tke-installer-linux-$arch-$version.run && ./tke-installer-linux-$arch-$version.run

1.9.2 (2023-05-30)

Bug Fixes

  • application: app install/upgrade failed when release pending (#2287) (45c2bf7)
  • application: fix install app error (#2296) (8555c9d)
  • platform: change helmrelease naming rule (#2293) (4eca8b2)
  • platform: ignore registry cert (#2295) (1909322)

Features