Releases: oracle/oci-cloud-controller-manager
Releases · oracle/oci-cloud-controller-manager
0.4.0
- Implement
loadbalancer.securityListManagementMode: Frontend
which only
manages security list rules for load balancer ingress. [#180] - Depreciate
loadbalancer.disableSecurityListManagement
in favour of
loadbalancer.securityListManagementMode: None
. [#180] - Implement
loadbalancer.securityLists
to allow explicit configuration of the
security lists that the CCM manages on a per-subnet basis [#164]. - Implement support for instance principles authentication [#155]
0.3.2
- [BUG] Fix panic when EnsureLoadBalancer() called with 0 Nodes [#176]
- [BUG] Fix panic when GetInstanceByNodeName() encountered an instance without
either a public IP or a hostname [#167] - [BUG] Fix regression where compartment OCID was no longer looked up from
metadata when not provided in cloud-provider config [#168] - Depreciate cloud-provider config property
auth.key_passphrase
replacing it
withauth.passphrase
[#142] - Depreciate cloud-provider config property
auth.compartment
replacing it
withcompartment
[#170]
0.3.1
0.3.0
- Create load balancers using a single OCI API request significantly reducing fresh load balancer creation time [#148]
- Fix failure to delete security list rules when deleting a Service type=LoadBalancer or changing its NodePort(s) [#151]
- Move to ConfigMap based leader election [#160]
- Fix potential panic when a load balancer had no backends [#157]