Skip to content

Commit 54644d4

Browse files
committed
Release v2.0.0-beta.0
Signed-off-by: roc <[email protected]>
1 parent 5764f8e commit 54644d4

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+
## v2.0.0-beta.0 (2025-04-21)
4+
5+
- 修复若干 bug。
6+
- 当 lb 被删除,自动联动 CLBPortPool 及其关联的 CLBPodBinding 和 CLBNodeBinding 对象,触发 CLB 自动创建和端口重新分配。
7+
- 优化 CLBPortPool 的 status 更新。
8+
39
## v2.0.0-alpha.5 (2025-04-11)
410

511
- 修复端口分配器缓存初始化逻辑,避免 controller 重启后新增 Node 的端口映射分配冲突。

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ 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.0.0-alpha.5
21+
version: 2.0.0-beta.0
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.0.0-alpha.5
27+
appVersion: 2.0.0-beta.0

0 commit comments

Comments
 (0)