From 0e55b0650d994185768a68cc7fe3311540261722 Mon Sep 17 00:00:00 2001 From: roc Date: Tue, 27 Aug 2024 09:38:59 +0800 Subject: [PATCH] bump to v0.1.13 --- CHANGELOG.md | 5 +++++ charts/tke-extend-network-controller/Chart.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99bf0aa..e2579a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # 版本说明 +## v0.1.13 (2024-08-27) + +* 新功能:DedicatedCLBService 支持自动创建CLB。 +* 修复:解决 DedicatedCLBService 的状态写入失败后状态不一致问题。 + ## v0.1.12 (2024-08-26) * clb 接口改为内网调用(以支持 controller 调度到没有公网的节点或超级节点)。 diff --git a/charts/tke-extend-network-controller/Chart.yaml b/charts/tke-extend-network-controller/Chart.yaml index 62538d4..430373a 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: 0.1.12 +version: 0.1.13 # 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: "0.1.12" +appVersion: "0.1.13"