Skip to content

Commit 588bf67

Browse files
authored
Update CHANGELOG and manifest for 0.4.0 release (#182)
1 parent 85b13cd commit 588bf67

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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]
@@ -63,3 +73,7 @@
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

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.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

0 commit comments

Comments
 (0)