Skip to content

Commit

Permalink
Prepare release v0.1.10 (#187)
Browse files Browse the repository at this point in the history
- Extend change log for v0.1.10.
- Bump version from 0.1.9 to 0.1.10.
  • Loading branch information
timoreimann authored Feb 26, 2019
1 parent 6a7d8be commit 574774f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# CHANGELOG

## v0.1.10 (beta) - Feb 26th 2019

* loadbalancers: don't use pointer to loop variable in load balancers map (@bouk)

## v0.1.9 (beta) - Feb 26th 2019

**IMPORTANT:** This release contains a significant bug. Use v0.1.10 instead.

* Reconcile cluster ID tags on DO load-balancer resources (@timoreimann)
* Makefile: Fix check-headers target and header violations (@timoreimann)
* prepend the DO-specific tag component to the cluster ID (@timoreimann)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Releases

Cloud Controller Manager follows [semantic versioning](https://semver.org/).
The current version is: **`v0.1.9`**. This means that the project is still
The current version is: **`v0.1.10`**. This means that the project is still
under active development and may not be production ready. The plugin will be
bumped to **`v1.0.0`** once the [DigitalOcean Kubernetes
product](https://www.digitalocean.com/products/kubernetes/) is released and
Expand Down Expand Up @@ -70,15 +70,15 @@ git push origin

After it's merged to master, [create a new Github
release](https://github.com/digitalocean/digitalocean-cloud-controller-manager/releases/new) from
master with the version `v0.1.9` and then publish a new docker build:
master with the version `v0.1.10` and then publish a new docker build:

```bash
git checkout master
make publish
```

This will create a binary with version `v0.1.9` and docker image pushed to
`digitalocean/digitalocean-cloud-controller-manager:v0.1.9`
This will create a binary with version `v0.1.10` and docker image pushed to
`digitalocean/digitalocean-cloud-controller-manager:v0.1.10`

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.9
v0.1.10
2 changes: 1 addition & 1 deletion docs/example-manifests/cloud-controller-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
operator: Exists
tolerationSeconds: 300
containers:
- image: digitalocean/digitalocean-cloud-controller-manager:v0.1.9
- image: digitalocean/digitalocean-cloud-controller-manager:v0.1.10
name: digitalocean-cloud-controller-manager
command:
- "/bin/digitalocean-cloud-controller-manager"
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ digitalocean Opaque 1 18h
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.9.yml
kubectl apply -f releases/v0.1.10.yml
deployment "digitalocean-cloud-controller-manager" created
```

Expand Down

0 comments on commit 574774f

Please sign in to comment.