Skip to content

Commit b315508

Browse files
authored
Update CHANGELOG and manifest for 0.3.2 (#178)
1 parent 28bc509 commit b315508

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## 0.3.2
4+
5+
* [BUG] Fix panic when EnsureLoadBalancer() called with 0 Nodes [#176][11]
6+
* [BUG] Fix panic when GetInstanceByNodeName() encountered an instance without
7+
either a public IP or a hostname [#167][14]
8+
* [BUG] Fix regression where compartment OCID was no longer looked up from
9+
metadata when not provided in cloud-provider config [#168][15]
10+
* Depreciate cloud-provider config property `auth.key_passphrase` replacing it
11+
with `auth.passphrase` [#142][12]
12+
* Depreciate cloud-provider config property `auth.compartment` replacing it
13+
with `compartment` [#170][13]
14+
15+
## 0.3.1
16+
17+
* Remove redundant `--cluster-cidr` flag from DaemonSet [#163][10]
18+
319
## 0.3.0
420

521
* Create load balancers using a single OCI API request significantly reducing fresh load balancer creation time [[#148][6]]
@@ -41,3 +57,9 @@
4157
[7]: https://github.com/oracle/oci-cloud-controller-manager/issues/151
4258
[8]: https://github.com/oracle/oci-cloud-controller-manager/issues/160
4359
[9]: https://github.com/oracle/oci-cloud-controller-manager/issues/157
60+
[10]: https://github.com/oracle/oci-cloud-controller-manager/issues/163
61+
[11]: https://github.com/oracle/oci-cloud-controller-manager/issues/176
62+
[12]: https://github.com/oracle/oci-cloud-controller-manager/issues/142
63+
[13]: https://github.com/oracle/oci-cloud-controller-manager/issues/170
64+
[14]: https://github.com/oracle/oci-cloud-controller-manager/issues/167
65+
[15]: https://github.com/oracle/oci-cloud-controller-manager/issues/168

manifests/oci-cloud-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
serviceAccountName: cloud-controller-manager
3737
containers:
3838
- name: oci-cloud-controller-manager
39-
image: wcr.io/oracle/oci-cloud-controller-manager:0.3.0
39+
image: wcr.io/oracle/oci-cloud-controller-manager:0.3.2
4040
args:
4141
- --cloud-config=/etc/oci/cloud-provider.yaml
4242
- --cloud-provider=oci

0 commit comments

Comments
 (0)