File tree 2 files changed +8
-2
lines changed
charts/tke-extend-network-controller
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 版本说明
2
2
3
+ ## v1.1.0 (2024-09-09)
4
+
5
+ * 限制节点类型:超级节点和原生节点
6
+ * 内部缓存监听器上限的配额,定期更新,创建新监听器的判断条件也加上监听器配额的判断。
7
+ * ` DedicatedCLBService ` 支持通过 ` maxPod ` 限制绑定 Pod 数量,minPort/maxPort 支持默认值,使用大范围的端口区间。
8
+
3
9
## v1.0.1 (2024-09-04)
4
10
5
11
* 支持将地域作为可选配置,默认通过 TKE 的 metadata 内部接口获取当前地域信息。
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.0.1
18
+ version : 1.1.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 1.0.1 "
24
+ appVersion : " 1.1.0 "
You can’t perform that action at this time.
0 commit comments