Skip to content

Commit 59a6847

Browse files
committed
release v2.4.1
Signed-off-by: roc <roc@imroc.cc>
1 parent 7e64ff6 commit 59a6847

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 版本说明
22

3+
## v2.4.1 (2025-12-09)
4+
5+
- 主要是一些 bugfix。
6+
37
## v2.4.0 (2025-12-08)
48

59
- 新特性:端口池支持预创监听器,可大幅提升 Pod 的 CLB 端口的映射速度。

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 2.4.0
21+
version: 2.4.1
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: 2.4.0
27+
appVersion: 2.4.1
2828
kubeVersion: '>= 1.26.0-0'

pkg/clb/batch-target.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ func startDeregisterTargetsProccessor(concurrent int) {
183183
}
184184
return
185185
}
186-
// 解绑失败
187186
_, err = Wait(context.Background(), region, *res.Response.RequestId, apiName, DefaultWaitInterval)
188187
if err != nil {
189188
for _, task := range tasks {

0 commit comments

Comments
 (0)