File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.4
4+
5+ * Implement ` loadbalancer.securityListManagementMode: Frontend ` which only
6+ manages security list rules for load balancer ingress. [ #180 ] [ 16 ]
7+ * Depreciate ` loadbalancer.disableSecurityListManagement ` in favour of
8+ ` loadbalancer.securityListManagementMode: None ` . [ #180 ] [ 16 ]
9+ * Implement ` loadbalancer.securityLists ` to allow explicit configuration of the
10+ security lists that the CCM manages on a per-subnet basis [ #164 ] [ 17 ] .
11+ * Implement support for [ instance principles] [ 19 ] authentication [ #155 ] [ 18 ]
12+
313## 0.3.2
414
515 * [ BUG] Fix panic when EnsureLoadBalancer() called with 0 Nodes [ #176 ] [ 11 ]
6373[ 13 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/170
6474[ 14 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/167
6575[ 15 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/168
76+ [ 16 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/180
77+ [ 17 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/164
78+ [ 18 ] : https://github.com/oracle/oci-cloud-controller-manager/issues/155
79+ [ 19 ] : https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Tasks/callingservicesfrominstances.htm
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.2
39+ image : wcr.io/oracle/oci-cloud-controller-manager:0.4.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