Skip to content

Commit 8c110a1

Browse files
committed
bump to v1.1.0
1 parent b6684ee commit 8c110a1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 版本说明
22

3+
## v1.1.0 (2024-09-09)
4+
5+
* 限制节点类型:超级节点和原生节点
6+
* 内部缓存监听器上限的配额,定期更新,创建新监听器的判断条件也加上监听器配额的判断。
7+
* `DedicatedCLBService` 支持通过 `maxPod` 限制绑定 Pod 数量,minPort/maxPort 支持默认值,使用大范围的端口区间。
8+
39
## v1.0.1 (2024-09-04)
410

511
* 支持将地域作为可选配置,默认通过 TKE 的 metadata 内部接口获取当前地域信息。

charts/tke-extend-network-controller/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.1
18+
version: 1.1.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.0.1"
24+
appVersion: "1.1.0"

0 commit comments

Comments
 (0)