From 8c110a11c1e1282946d04bdde898606f7f8f559e Mon Sep 17 00:00:00 2001 From: roc Date: Mon, 9 Sep 2024 15:24:17 +0800 Subject: [PATCH] bump to v1.1.0 --- CHANGELOG.md | 6 ++++++ charts/tke-extend-network-controller/Chart.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bad2165..7446748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 版本说明 +## v1.1.0 (2024-09-09) + +* 限制节点类型:超级节点和原生节点 +* 内部缓存监听器上限的配额,定期更新,创建新监听器的判断条件也加上监听器配额的判断。 +* `DedicatedCLBService` 支持通过 `maxPod` 限制绑定 Pod 数量,minPort/maxPort 支持默认值,使用大范围的端口区间。 + ## v1.0.1 (2024-09-04) * 支持将地域作为可选配置,默认通过 TKE 的 metadata 内部接口获取当前地域信息。 diff --git a/charts/tke-extend-network-controller/Chart.yaml b/charts/tke-extend-network-controller/Chart.yaml index e5ae70f..067134e 100644 --- a/charts/tke-extend-network-controller/Chart.yaml +++ b/charts/tke-extend-network-controller/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.1 +version: 1.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.0.1" +appVersion: "1.1.0"