File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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 ]]
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments