Skip to content

Commit

Permalink
Merge pull request #95 from andrewsykim/v0.1.5
Browse files Browse the repository at this point in the history
CHANGELOG for v0.1.5
  • Loading branch information
andrewsykim authored May 9, 2018
2 parents 0e41681 + 9556afd commit 82bd592
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.1.5 (alpha) - May 9th 2018
* loadbalancers: Support nodes where nodeName is the private or public IP (@klausenbusk)
* Add the ability to overide the DO API address (@cagedmantis)
* update godo to v1.2.0 (@andrewsykim)
* update kubernetes dependenicies to v1.10.2 (@andrewsykim)

## v0.1.4 (alpha) - March 18th 2018
* Support loadbalancer sticky sessions (@xmudrii)
* Add RBAC ClusterRole, ClusterRoleBindings and ServiceAccount
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ These are the recommended versions to run the cloud controller manager based on
* Use CCM versions <= v0.1.1 if you're running Kubernetes version v1.7
* Use CCM versions >= v0.1.2 if you're running Kubernetes version v1.8
* Use CCM versions >= v0.1.4 if you're running Kubernetes version v1.9 - v1.10
* Use CCM versions >= v0.1.5 if you're running Kubernetes version >= v1.10

### --cloud-provider=external
All `kubelet`s in your cluster **MUST** set the flag `--cloud-provider=external`. `kube-apiserver` and `kube-controller-manager` must **NOT** set the flag `--cloud-provider` which will default them to use no cloud provider natively.
Expand Down Expand Up @@ -92,7 +93,7 @@ digitalocean Opaque 1 18h
### Cloud controller manager
Currently we only support alpha release of the `digitalocean-cloud-controller-manager` due to its active development. Run the first alpha release like so
```bash
kubectl apply -f releases/v0.1.2.yml
kubectl apply -f releases/v0.1.5.yml
deployment "digitalocean-cloud-controller-manager" created
```

Expand All @@ -110,4 +111,3 @@ At DigitalOcean we value and love our community! If you have any issues or would
### Maintainers
* Fatih Arslan - @fatih
* Andrew Sy Kim - @andrewsykim
* Pablo Mercado - @odacremolbap

0 comments on commit 82bd592

Please sign in to comment.