Skip to content

Releases: tkestack/tke

v1.9.2

31 May 06:58
8555c9d
Compare
Choose a tag to compare
# 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

v1.9.1

17 May 07:17
Compare
Choose a tag to compare
# 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

  • application: allow url values to options (#1887) (aec4502)
  • application: fix application install metrics (#1985) (caa7c32)
  • application: fix helm pending with context cancel (#2193) (4a7e990)
  • application: fix sync app from release bug (#1979) (b57bc60)
  • application: reconcile when deleted helm release (#2010) (#2048) (565e3ef)
  • application: restore metrics when app status is successed (#2016) (446af1b)
  • application: sync app status form helm release (#1909) (4fc0183)
  • application: sync chart version in rollback (#1908) (854587c)
  • application: update install failed and upgrade failed message (#2113) (dca6dd1)
  • application: update status causes sync release too fast (#2153) (13b64d0)
  • application: use controller default port set metrics (#1972) (009a4c2)
  • audit: use tke default service account (#1883) (92a7f18)
  • auth: add second auth check (#2186) (4eebafd)
  • console: add csrf check (#2198) (807d480)
  • console: add csrf token to tchart (#2211) (966b72e)
  • console: add tips for Clip component (#2161) (21070cf)
  • console: change update application api to patch (#2203) (867710d)
  • console: correct helm pull guide (#1852) (1bc5262)
  • console: correct helm push guide (#1851) (8ff21e7)
  • console: correct image push guide (#1876) (84fbb97)
  • console: correct the path of helm push plugin (#2252) (10058c3)
  • console: create computer can't add label (for master) (#2119) (c254119)
  • console: create hpa back to list get wrong namesapce (#2054) (2600931...
Read more

v1.9.0-industry.6

24 Apr 10:06
5a87fe7
Compare
Choose a tag to compare
v1.9.0-industry.6 Pre-release
Pre-release

feat(console): 新建vm新增blockMultiQueue和cache参数 #2269

v1.9.0-industry.5

10 Apr 13:14
4902f20
Compare
Choose a tag to compare
v1.9.0-industry.5 Pre-release
Pre-release
fix(console): 修复创建deployment时request memory含有小数的问题 (#2254)

* fix: 修复创建deployment是request memory含有小数的问题

* fix(console): resource tag 搜索 设定默认搜索名称

v1.9.1-beta.1

29 Mar 08:14
10058c3
Compare
Choose a tag to compare
v1.9.1-beta.1 Pre-release
Pre-release
fix(console): correct the path of helm push plugin (#2252)

Co-authored-by: talonzzhang <talonzzhang@tencent.com>

v1.9.0-industry.4

10 Mar 10:47
009eb65
Compare
Choose a tag to compare
v1.9.0-industry.4 Pre-release
Pre-release
fix(monitor): tunning tps for prometheus to adapt influxdb configrati…

…on (#2246)

Co-authored-by: willzgli <willzgli@tencent.com>

v1.9.0-industry.3

02 Feb 03:06
9a376f2
Compare
Choose a tag to compare
v1.9.0-industry.3 Pre-release
Pre-release
fix(registry): support repush image (#2229)

v1.9.0-industry.2

01 Dec 10:01
a89b67b
Compare
Choose a tag to compare
v1.9.0-industry.2 Pre-release
Pre-release
feat(notify): optimize content of message (#2191)

1. change alert time to local time
2. avoid using htlm escape charactors in message

Co-authored-by: willzgli <willzgli@tencent.com>

v1.9.0-industry.1

23 Nov 13:24
f5d8a7c
Compare
Choose a tag to compare
v1.9.0-industry.1 Pre-release
Pre-release
fix(platform): fix cluster-info cm generate failed (#2177)

v1.9.0

30 Mar 09:42
7095a33
Compare
Choose a tag to compare
# Choose installation package according to your installation node CPU architecture [amd64, arm64]
arch=amd64 version=v1.9.0 && 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.9.0 (2022-03-30)

Bug Fixes

Read more