Releases: tkestack/tke
Releases · tkestack/tke
v1.9.2
# 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
# 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
- application: app status is Terminating, update will delete it (#2271) (ecb5eef)
- ci: add node test report (53f4f03)
- ci: copy provider config in test (#2288) (ef04652)
- ci: import cluster provider (#2279) (46034f5)
- console: 修复创建deployment时request memory含有小数的问题 (#2255) (ba5523c)
- console: 修复判断是否可见缺少了children的问题 (#2282) (b5ee2a1)
- installer: install through installer sucess (#2262) (6b91f20), closes #2258 #1872 #1879 #1890 #1902 #1903 #1960 #1959
- logagent: correct dns policy for logagent daemonset (#2256) (8147a11)
- monitor: fix bug in prometheusrule (#2281) (c2ec3b8)
- platform: add node/pods and replicationcontrollers/pods (#2266) (dcb7e44)
Features
- ci: create mutil arch manifest in ci (#2284) (f58dfd7)
- ci: disable bootstrap app test (#2276) (3e607d8)
- ci: disable cluster upgrade (#2275) (08e683b)
- ci: enable node test (#2274) (9b6302a)
- ci: remove crete manifest (a68e8de)
- ci: retry upload installer (#2286) (3c580f6)
- console: add medium option for backup (#2280) (77e3c6c)
- console: delete-same-instance-issue (#2263) (807a02a)
- console: support render ui template (#2272) (6bd8cd3), closes #2273 #2269 #2190 #1918 #1920
- console: workload 设置更新策略和更新调度策略白屏化 (#2270) (4f58b96)
- console: 数据服务添加icon (#2285) (727c6c8)
- console: 新建vm新增blockMultiQueue和cache参数 (#2269) (948e12a)
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...
v1.9.0-industry.6
feat(console): 新建vm新增blockMultiQueue和cache参数 #2269
v1.9.0-industry.5
fix(console): 修复创建deployment时request memory含有小数的问题 (#2254) * fix: 修复创建deployment是request memory含有小数的问题 * fix(console): resource tag 搜索 设定默认搜索名称
v1.9.1-beta.1
fix(console): correct the path of helm push plugin (#2252) Co-authored-by: talonzzhang <[email protected]>
v1.9.0-industry.4
fix(monitor): tunning tps for prometheus to adapt influxdb configrati…
v1.9.0-industry.3
fix(registry): support repush image (#2229)
v1.9.0-industry.2
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 <[email protected]>
v1.9.0-industry.1
fix(platform): fix cluster-info cm generate failed (#2177)
v1.9.0
# 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
- application: exposed UpdateStatusFunc add Pre\PostUninstall repo (#1633) (e030f1b)
- application: fix failed and sync failed check (#1773) (54d1a51)
- application: health check use informer get app (#1764) (2419eb3)
- application: more specific in not found case (#1735) (e927b92)
- application: rm app phase chart fetched (#1763) (97c8d80)
- application: set helm client timeout (#1639) (fac4877)
- application: syncAppFromRelease panic when helm list failed (#1702) (b9e45bd)
- application: update app spec set status upgrading (#1781) (f1e7e70)
- auth: delete user is blocked in controller (#1720) (7e1f45d)
- busniss: admin checker for ldap case (#1731) (be9b946)
- console: create strategy endless loop (#1724) (1fb2e73)
- console: project page get undefined error (#1727) (a351a50)
- console: update prometheuses resourceinfo (#1669) (6dc5b3a)
- console: when query value is empty ,url is wrong (#1641) (c298c9e)
- fix unit test ci (#1620) (df4d5ac)
- install application module (#1621) (dff53c7)
- installer: add length validation on username (#1640) (d96db69)
- installer: add request and limit resources for cilium workload (#1602) (6e8f177)
- installer: client is nil in preparation (#1686) (91bf13e)
- installer: cover nil credential case (#1673) (1888e23)
- installer: deploy registry earlier (#1753) (66b2563)
- installer: failed to start docker daemon (#1813) (1847720)
- installer: fix provider res docker config wrong place (#1794) (531ecf2)
- installer: helm uninstall chart after helm install chart wrong (#1793) (8c7a53b)
- installer: installer restconfig always nil (#1675) (d639abb)
- installer: modify the thanos components replicas and volume mounts (#1291) (24f26a6)
- installer: set fewer chans for docker push (#1775) (a77aefd)
- installer: update platform chart enable audit (#1816) (a4242ca)
- monitor: cluster dynamic client is nil (#1685) (c03474e)
- monitor: dynamic clientset is nil (#1679) (027e078)
- monitor: status locked may be nil (#1677) (55cdb50)
- platform: add edge base cluster baremetal (#1758) (ee46a9e)
- platform: api-resources failed group error (#1701) (310e18e)
- platform: apply endpoints failed (#1622) (22040a7)
- platform: block in tke-xx controller (#1729) (79e2aba)
- platform: can't get http.Flusher error (#1653) (a3c2fc6)
- platform: currect the worng name passed to helpCommand() (#1656) (a2b31ab)
- platform: don't set user in header when proxy (#1770) (dbeb1f1)
- platform: get mode from flags (#1618) (9e47f63)
- platform: healcheck resync internal not work (#1706) (4647d5d)
- platform: ignore ca when set env (#1759) (ea1d1d0)
- platform: log failed for user impersonation (#1662) (fa659cb)
- platform: more info when get cluster (#1690) (784381b)
- platform: provider (#1644) (502e272)
- platform: provider platform client nil when upgarde (#1812) (f53bee5)
- platform: remove schema of host (#1687) (b13686b)
- platform: rm get cc form labelselector (#1777) (60d3d54)
- platform: support bridge in galaxy cni (#1795) ([32fe9a9](32fe9a91987f48e5991cfdfa337...