Download Latest Version v1.9.2 source code.zip (71.9 MB)
Email in envelope

Get an email when there's a new version of TKEStack

Home / v1.9.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-05-30 1.9 kB
v1.9.2 source code.tar.gz 2023-05-30 67.0 MB
v1.9.2 source code.zip 2023-05-30 71.9 MB
Totals: 3 Items   139.0 MB 1
:::sh
# 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

Source: README.md, updated 2023-05-30