-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from andrewsykim/update-changelog
update CHANGELOG for v1.8
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
# CHANGELOG | ||
|
||
## v0.1.2 (alpha) - October 5th 2017 | ||
* Implement InstanceExistsByProviderID (@andrewsykim) | ||
* Cloud Controller Manager should run as a critical pod with resource requests (@andrewsykim) | ||
* Handle new provider ID format in node spec - digitalocean://droplet-id (@andrewsykim) | ||
* Implement GetZoneByProviderID and GetZoneByNodeName (@bhcleek) | ||
* Remove import for in-tree cloud provider - results in smaller binary (@andrewsykim) | ||
|
||
Supports Kubernetes Versions: v1.8 | ||
|
||
## v0.1.1 (alpha) - September 27th 2017 | ||
* Wait for load balancer to be active to retrieve its IP (@odacremolbap) | ||
* Use pagination when listing all droplets (@yuvalsade) | ||
|
||
Supports Kubernetes Versions: v1.7 | ||
|
||
## v0.1.0 (alpha) - August 10th 2017 | ||
* implement nodecontroller - responsible for: address managemnet, monitoring node status and node deletions. | ||
* implement zones - responsible for assigning nodes a zone in DigitalOcean | ||
* implement servicecontroller - responsible for: creating, updating and deleting services of type `LoadBalancer` with DO loadbalancers. | ||
|
||
Supports Kubernetes Versions: v1.7 |