Skip to content

Commit 911a777

Browse files
committed
Update changelog and add prow.sh
1 parent 8d73dbe commit 911a777

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.prow.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#! /bin/bash
2+
3+
. release-tools/prow.sh
4+
main

CHANGELOG-0.1.0.md renamed to CHANGELOG-0.1.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# v0.1.0
2-
31
## Support Status
42

53
Alpha
64

7-
## Initial release Changelog
5+
## v0.1.1
6+
7+
* [#61](https://github.com/kubernetes-csi/external-resizer/pull/61) Verify claimref associated with PV before doing volume expansion.
8+
9+
## v0.1.0
810

911
* [#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.
1012
* [#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.

0 commit comments

Comments
 (0)