diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8456e203..9908ffe386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ # CHANGELOG -## 0.1.0 (alpha) - 30th October 2017 -* Implement `cloudprovider.Instances` interface - keeps track of node state within an OCI Kubernetes cluster. -* Implement `cloudprovider.LoadBalancer` interface - enables create, update, and delete of OCI load balancers for services of type `LoadBalancer`. -* Implement `cloudprovider.Zones` interface - provides OCI region information for cluster nodes. +## 0.2.1 + + * Add OCI proxy support [[#135][5]] + * Add security rules for a services health check port [[#125][4]] + +## 0.2.0 + + * Wercker release process [[#131][3]] + +## 0.1.2 + + * Fixes a bug where existing security list rules with no destination port range + set would cause the CCM to fail when update security lists whilst ensuring + load balancer state [[#112][2]] + +## 0.1.1 + + * Fix failure to update load balancer listener port when frontend service port changed [[#92][1]] + +## 0.1.0 + + * Implement `cloudprovider.Instances` interface - keeps track of node state within an OCI Kubernetes cluster. + * Implement `cloudprovider.LoadBalancer` interface - enables create, update, and delete of OCI load balancers for services of type `LoadBalancer`. + * Implement `cloudprovider.Zones` interface - provides OCI region information for cluster nodes. + +[1]: https://github.com/oracle/oci-cloud-controller-manager/issues/92 +[2]: https://github.com/oracle/oci-cloud-controller-manager/issues/112 +[3]: https://github.com/oracle/oci-cloud-controller-manager/issues/131 +[4]: https://github.com/oracle/oci-cloud-controller-manager/issues/125 +[5]: https://github.com/oracle/oci-cloud-controller-manager/issues/135