Skip to content

Commit

Permalink
bump to v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
imroc committed Aug 27, 2024
1 parent 5a4ccf5 commit 0e55b06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 版本说明

## v0.1.13 (2024-08-27)

* 新功能:DedicatedCLBService 支持自动创建CLB。
* 修复:解决 DedicatedCLBService 的状态写入失败后状态不一致问题。

## v0.1.12 (2024-08-26)

* clb 接口改为内网调用(以支持 controller 调度到没有公网的节点或超级节点)。
Expand Down
4 changes: 2 additions & 2 deletions charts/tke-extend-network-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0e55b06

Please sign in to comment.