Skip to content

Commit

Permalink
release v0.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiangdong committed Nov 15, 2023
1 parent 789e8db commit 02185c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Currently `huawei-cloud-controller-manager` implements:
| v1.23 | v0.23.4 |
| v1.24 | v0.24.4 |
| v1.25 | v0.25.4 |
| v1.26 | v0.26.4 |
| v1.26 | v0.26.5 |

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion docs/huawei-cloud-controller-manager-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This section contains network configuration information.
These arguments will be applied when the annotation in the service is empty.
It needs to be stored in the `loadbalancer-config` ConfigMap in `kube-system` namespace.

> Since v0.26.4, the `huawei-cloud-provider` namespace is no longer used, and `kube-system` is used instead.
> Since `v0.26.4`, the `huawei-cloud-provider` namespace is no longer used, and `kube-system` is used instead.
> If you created the `loadbalancer-config` in the `huawei-cloud-provider` namespace,
> it will still work, but we recommend that you migrate it to `kube-system`.
Expand Down
2 changes: 1 addition & 1 deletion manifests/huawei-cloud-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
serviceAccountName: cloud-controller-manager
containers:
- name: huawei-cloud-controller-manager
image: swr.cn-north-4.myhuaweicloud.com/k8s-cloudprovider/huawei-cloud-controller-manager:v0.26.4
image: swr.cn-north-4.myhuaweicloud.com/k8s-cloudprovider/huawei-cloud-controller-manager:v0.26.5
args:
- /bin/huawei-cloud-controller-manager
- --v=5
Expand Down

0 comments on commit 02185c4

Please sign in to comment.