File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.3.0
4+
5+ * Create load balancers using a single OCI API request significantly reducing fresh load balancer creation time [[ #148 ] [ 6 ]]
6+ * Fix failure to delete security list rules when deleting a Service type=LoadBalancer or changing its NodePort(s) [[ #151 ] [ 7 ]]
7+ * Move to ConfigMap based leader election [[ #160 ] [ 8 ]]
8+ * Fix potential panic when a load balancer had no backends [[ #157 ] [ 9 ]]
9+
310## 0.2.1
411
512 * Add OCI proxy support [[ #135 ] [ 5 ]]
3037[ 3 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/131
3138[ 4 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/125
3239[ 5 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/135
40+ [ 6 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/148
41+ [ 7 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/151
42+ [ 8 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/160
43+ [ 9 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/157
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.1.1
39+ image : wcr.io/oracle/oci-cloud-controller-manager:0.3.0
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