You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-1.3.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# Changelog since v1.3.0
2
+
3
+
## Bug Fixes
4
+
5
+
- Fixes issue where provisioner provisions volumes for in-tree PVC's which have not been migrated ([#344](https://github.com/kubernetes-csi/external-provisioner/pull/344), [@davidz627](https://github.com/davidz627))
6
+
- Added extra verification of source Snapshot and PersistentVolumeClaim before provisioning. ([#354](https://github.com/kubernetes-csi/external-provisioner/pull/354), [@jsafrane](https://github.com/jsafrane))
7
+
- Fixes storageclass comparison during volume cloning. ([#325)(https://github.com/kubernetes-csi/external-provisioner/pull/325), [@j-griffith](https://github.com/j-griffith))
8
+
- Fixed potential leak of volumes after CSI driver timeouts. ([#318](https://github.com/kubernetes-csi/external-provisioner/pull/318), [@jsafrane](https://github.com/jsafrane))
0 commit comments