Skip to content

Commit

Permalink
Merge pull request #15 from alakae/update
Browse files Browse the repository at this point in the history
Update Spec to 1.1 and Implement Resize
  • Loading branch information
alakae authored Apr 22, 2020
2 parents 58ac8e0 + 1506a6b commit 44f95c4
Show file tree
Hide file tree
Showing 924 changed files with 97,087 additions and 133,124 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: go

go:
- "1.10.x"
- tip
- stable

env:
- GO111MODULE=on

script:
- make test
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## unreleased

## v1.1.0 - 2020.04.22

* Update to CSI spec v1.1.0

* Add support for [Volume Expansion](https://kubernetes-csi.github.io/docs/volume-expansion.html).

## v1.0.1 - 2020.01.15

* Fix: Volume Attaching sometimes didn't work, please see
Expand Down
Loading

0 comments on commit 44f95c4

Please sign in to comment.