forked from kubernetes-csi/external-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes-csi#5 from huffmanca/rebase-0.3.0
Rebase 0.3.0
- Loading branch information
Showing
103 changed files
with
8,791 additions
and
2,914 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#! /bin/bash | ||
|
||
CSI_PROW_KUBERNETES_VERSION=latest | ||
CSI_PROW_E2E_VERSION=master | ||
. release-tools/prow.sh | ||
main |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# v0.2.0 | ||
|
||
|
||
## Support Status | ||
|
||
Alpha | ||
|
||
## Changelog since v0.1.0 | ||
|
||
### New Features | ||
|
||
- Implement CSI migration logic for volume resizing ([#39](https://github.com/kubernetes-csi/external-resizer/pull/39), [@leakingtapan](https://github.com/leakingtapan)) | ||
|
||
|
||
### Other Notable Changes | ||
|
||
- Read volume expansion secrets from Persistent Volume Source ([#42](https://github.com/kubernetes-csi/external-resizer/pull/42), [@gnufied](https://github.com/gnufied)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# v0.3.0 | ||
|
||
|
||
## Support Status | ||
|
||
Beta | ||
|
||
## Changelog since v0.2.0 | ||
|
||
### New Features | ||
|
||
None | ||
|
||
### Bug Fixes | ||
|
||
- Avoid concurrent processing of same PVCs ([#6](https://github.com/kubernetes-csi/external-resizer/pull/6), [@mlmhl](https://github.com/mlmhl)) | ||
- Exit on CSI gRPC conn loss ([#55](https://github.com/kubernetes-csi/external-resizer/pull/55), [@ggriffiths](https://github.com/kubernetes-csi/external-resizer/pull/55)) | ||
- Verify claimref associated with PVs before resizing ([#57](https://github.com/kubernetes-csi/external-resizer/pull/57), [@gnufied](https://github.com/gnufied)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.