Skip to content

Commit e11429b

Browse files
authored
Update CHANGELOG for 0.6.0 release (#237)
Update CHANGELOG after 0.6.0 release
1 parent 2a404da commit e11429b

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# CHANGELOG
22

3+
## 0.6.0
4+
5+
* Allow dynamic configuration of security list management via annotations. [#217][23]
6+
* Migrate to Zap logger. [#223][24]
7+
* Runtime checks around providerID. [#228][25]
8+
* Support request rate limiting. [#201][26]
9+
* Bump dependencies to Kubernetes 1.11.1. [#234][27]
10+
11+
## 0.5.1
12+
13+
* Fix panic on startup when security lists aren't managed. [#213][22]
14+
* Update oci-go-sdk to 2.0.0 which includes support for load balancer tagging.
15+
316
## 0.5.0
417

5-
* Allow load balancer functionality to be disabled. [#198]
6-
* Allow subnets in configuration to be optional. [#202]
18+
* Allow load balancer functionality to be disabled. [#198][20]
19+
* Allow subnets in configuration to be optional. [#202][21]
720

821
## 0.4.0
922

@@ -82,3 +95,11 @@
8295
[17]: https://github.com/oracle/oci-cloud-controller-manager/issues/164
8396
[18]: https://github.com/oracle/oci-cloud-controller-manager/issues/155
8497
[19]: https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Tasks/callingservicesfrominstances.htm
98+
[20]: https://github.com/oracle/oci-cloud-controller-manager/pull/199
99+
[21]: https://github.com/oracle/oci-cloud-controller-manager/pull/204
100+
[22]: https://github.com/oracle/oci-cloud-controller-manager/issues/213
101+
[23]: https://github.com/oracle/oci-cloud-controller-manager/issues/217
102+
[24]: https://github.com/oracle/oci-cloud-controller-manager/pull/223
103+
[25]: https://github.com/oracle/oci-cloud-controller-manager/pull/228
104+
[26]: https://github.com/oracle/oci-cloud-controller-manager/issues/108
105+
[27]: https://github.com/oracle/oci-cloud-controller-manager/issues/232

0 commit comments

Comments
 (0)