Skip to content

Commit ea0e773

Browse files
committed
CHANGELOG-1.3: review feedback
Added some bug fixes which didn't have release notes, removed one which was picked up again by the release-notes tool, and enhanced the description of the 1.17 deployment.
1 parent ae241ff commit ea0e773

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG-1.3.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22

33
## New Features
44

5-
- Adds deployment for Kubernetes 1.17 with snapshot beta CRD ([#98](https://github.com/kubernetes-csi/csi-driver-host-path/pull/98), [@xing-yang](https://github.com/xing-yang))
5+
- Adds deployment for Kubernetes 1.17. Starting with this deployment, the snapshot CRD is no longer part of the driver installation and must be installed as part of the cluster. ([#98](https://github.com/kubernetes-csi/csi-driver-host-path/pull/98), [@xing-yang](https://github.com/xing-yang))
66
- Add option to limit number of volumes per node. ([#110](https://github.com/kubernetes-csi/csi-driver-host-path/pull/110), [@bertinatto](https://github.com/bertinatto))
77
- updated sidecars to latest stable releases ([#102](https://github.com/kubernetes-csi/csi-driver-host-path/pull/102), [@pohly](https://github.com/pohly))
88
- The -ephemeral parameter (currently alpha) is still supported, but only needed for Kubernetes 1.15 and will be removed once Kubernetes 1.15 stops being supported. On Kubernetes 1.16, the same deployment supports normal persistent volumes and inline ephemeral volumes. ([#67](https://github.com/kubernetes-csi/csi-driver-host-path/pull/67), [@pohly](https://github.com/pohly))
99

1010

1111
## Bug Fixes
1212

13-
- Set volume content source if creating volume from snapshot. ([#51](https://github.com/kubernetes-csi/csi-driver-host-path/pull/51), [@zhucan](https://github.com/zhucan))
1413
- fixed raw block volumes on hosts that don't have /dev/loop devices pre-defined ([#109](https://github.com/kubernetes-csi/csi-driver-host-path/pull/109), [@pohly](https://github.com/pohly))
14+
- NodeVolumeUnpublish: tolerate repeated requests ([#139](https://github.com/kubernetes-csi/csi-driver-host-path/pull/139), [@okartau](https://github.com/okartau))
15+
- NodePublishVolume: return error when mount fails ([#146](https://github.com/kubernetes-csi/csi-driver-host-path/pull/146), [@c3y1huang](https://github.com/c3y1huang))
16+
- CreateVolume: validate requested size ([#151](https://github.com/kubernetes-csi/csi-driver-host-path/pull/151), [@Madhu-1](https://github.com/Madhu-1))
17+
- CreateVolume: check for volume content source ([#148](https://github.com/kubernetes-csi/csi-driver-host-path/pull/148), [@Madhu-1](https://github.com/Madhu-1))
1518

1619
## Other Notable Changes
1720

0 commit comments

Comments
 (0)