Skip to content

Commit

Permalink
Update changelog and add prow.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied committed Oct 25, 2019
1 parent 8d73dbe commit 67b1780
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .prow.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#! /bin/bash

. release-tools/prow.sh
main
8 changes: 5 additions & 3 deletions CHANGELOG-0.1.0.md → CHANGELOG-0.1.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# v0.1.0

## Support Status

Alpha

## Initial release Changelog
## v0.1.1

* [#61](https://github.com/kubernetes-csi/external-resizer/pull/61) Verify claimref associated with PV before doing volume expansion.

## v0.1.0

* [#1](https://github.com/kubernetes-csi/external-resizer/pull/1) Add a external resize controller which monitors Persistent volume claims and performs CSI `ControllerExpandVolume` as needed.
* [#26](https://github.com/kubernetes-csi/external-resizer/pull/26) If plugin does not implement `ControllerExpandVolume` it performs a no-op expansion and updates PV object.
Expand Down

0 comments on commit 67b1780

Please sign in to comment.