Skip to content

Commit

Permalink
Release notes for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Jan 15, 2020
1 parent de7e925 commit 58ac8e0
Show file tree
Hide file tree
Showing 4 changed files with 483 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## unreleased

## v1.0.1 - 2020.01.15

* Fix: Volume Attaching sometimes didn't work, please see
https://github.com/cloudscale-ch/csi-cloudscale/issues/9

## v1.0.0 - 2019.02.05

* Add support for luks-encrypted volumes
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ secret `my-pvc-luks-key`.
## Releases

The cloudscale.ch CSI plugin follows [semantic versioning](https://semver.org/).
The current version is: **`v1.0.0`**. The project is still under active development and may not be
The current version is: **`v1.0.1`**. The project is still under active development and may not be
production ready.

* Bug fixes will be released as a `PATCH` update.
Expand Down Expand Up @@ -101,10 +101,10 @@ cloudscale Opaque 1 18h
Before you continue, be sure to checkout to a [tagged
release](https://github.com/cloudscale-ch/csi-cloudscale/releases).
Always use the [latest stable version](https://github.com/cloudscale-ch/csi-cloudscale/releases/latest)
For example, to use the latest stable version (`v1.0.0`) you can execute the following command:
For example, to use the latest stable version (`v1.0.1`) you can execute the following command:

```
$ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v1.0.0.yaml
$ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v1.0.1.yaml
```

There are also `dev` images available:
Expand Down Expand Up @@ -243,15 +243,15 @@ $ git push origin

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

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

This will create a binary with version `v1.0.0` and docker image pushed to
`cloudscalech/cloudscale-csi-plugin:v1.0.0`
This will create a binary with version `v1.0.1` and docker image pushed to
`cloudscalech/cloudscale-csi-plugin:v1.0.1`

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.0
v1.0.1
Loading

0 comments on commit 58ac8e0

Please sign in to comment.