Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 30 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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