Skip to content

Commit

Permalink
Merge pull request #184 from digitalocean/awg/release-0.4.3
Browse files Browse the repository at this point in the history
Bump versions and update changelog for v0.4.3 release
  • Loading branch information
adamwg authored Sep 17, 2019
2 parents c5ec45a + df0f1f1 commit 96fd46d
Show file tree
Hide file tree
Showing 4 changed files with 557 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## unreleased\n
## unreleased

## v0.4.3 - 2019.09.17

* Allow for custom driver names, to help with upgrades from Kubernetes 1.11
[[GH-181](https://github.com/digitalocean/csi-digitalocean/pull/181)]

## v0.4.2 - 2019.07.02

* Cherry-pick: Set a custom user agent for the godo client.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Cloud Foundry. Feel free to test it on other CO's and give us a feedback.
## Releases

The DigitalOcean CSI plugin follows [semantic versioning](https://semver.org/).
The current version is: **`v0.4.2`**. This means that the project is still
The current version is: **`v0.4.3`**. 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 @@ -75,10 +75,10 @@ digitalocean Opaque 1 18h

Before you continue, be sure to checkout to a [tagged
release](https://github.com/digitalocean/csi-digitalocean/releases). Always use the [latest stable version](https://github.com/digitalocean/csi-digitalocean/releases/latest)
For example, to use the latest stable version (`v0.4.2`) you can execute the following command:
For example, to use the latest stable version (`v0.4.3`) you can execute the following command:

```
$ kubectl apply -f https://raw.githubusercontent.com/digitalocean/csi-digitalocean/master/deploy/kubernetes/releases/csi-digitalocean-v0.4.2.yaml
$ kubectl apply -f https://raw.githubusercontent.com/digitalocean/csi-digitalocean/master/deploy/kubernetes/releases/csi-digitalocean-v0.4.3.yaml
```

This file will be always updated to point to the latest stable release. If you
Expand Down Expand Up @@ -221,15 +221,15 @@ $ git push origin

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

```
$ git checkout master
$ make publish
```

This will create a binary with version `v0.4.2` and docker image pushed to
`digitalocean/do-csi-plugin:v0.4.2`
This will create a binary with version `v0.4.3` and docker image pushed to
`digitalocean/do-csi-plugin:v0.4.3`

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.2
v0.4.3
Loading

0 comments on commit 96fd46d

Please sign in to comment.