-
Notifications
You must be signed in to change notification settings - Fork 336
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 #279 from davidz627/release/12
Add 1.2 changelog
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 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,19 @@ | ||
# Changelog since v1.1.0 | ||
|
||
## Breaking Changes | ||
|
||
None | ||
|
||
## Deprecations | ||
|
||
None | ||
|
||
## Notable Features | ||
|
||
* Handle deletion of CSI migrated volumes [#273](https://github.com/kubernetes-csi/external-provisioner/pull/273) | ||
* Handle translation of Topology, fstype, and AccessModes for GCE PD Migration [#277](https://github.com/kubernetes-csi/external-provisioner/pull/277) | ||
|
||
## Other Notable Changes | ||
|
||
* vendor: update sigs.k8s.io/sig-storage-lib-external-provisioner to v4.0.0 | ||
* Update to Go 1.12.4 [#267](https://github.com/kubernetes-csi/external-provisioner/pull/267) |