Skip to content

v1.9.1

Compare
Choose a tag to compare
@leoryu leoryu released this 17 May 07:17
· 14 commits to master since this release
# Choose installation package according to your installation node CPU architecture [amd64, arm64]
arch=amd64 version=v1.9.1 && 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.1 (2023-05-17)

Bug Fixes

Features

Bug Fixes

Features

Performance Improvements

  • custom-proxy: disable keepalive to avoid 502 and timeout (#1860) (7b2ebef)
  • platform: optimize query of events related to deployment (#2099) (775a303)

Reverts