Skip to content

v1.8.1

Compare
Choose a tag to compare
@leoryu leoryu released this 10 Dec 02:20
· 5 commits to release-1.8 since this release
3904581
# Choose installation package according to your installation node CPU architecture [amd64, arm64]
arch=amd64 version=v1.8.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

CHANGELOG

1.8.1 (2021-12-09)

Bug Fixes

Features

  • console: enable edit username when add machine (#1699) (7e20349)