Skip to content

Commit 99036d4

Browse files
authored
Merge pull request #155 from pohly/release-1.3.0
release 1.3.0 preparations
2 parents 8bb0b3f + ea0e773 commit 99036d4

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG-1.3.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog since v1.2.0
2+
3+
## New Features
4+
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))
6+
- 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))
7+
- updated sidecars to latest stable releases ([#102](https://github.com/kubernetes-csi/csi-driver-host-path/pull/102), [@pohly](https://github.com/pohly))
8+
- 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))
9+
10+
11+
## Bug Fixes
12+
13+
- 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))
18+
19+
## Other Notable Changes
20+
21+
- Remove deployment for the unsupported Kubernetes 1.14 ([#138](https://github.com/kubernetes-csi/csi-driver-host-path/pull/138), [@msau42](https://github.com/msau42))

deploy/kubernetes-1.15/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
name: csi-data-dir
6464

6565
- name: hostpath
66-
image: quay.io/k8scsi/hostpathplugin:v1.2.0
66+
image: quay.io/k8scsi/hostpathplugin:v1.3.0
6767
args:
6868
- "--drivername=hostpath.csi.k8s.io"
6969
- "--v=5"

deploy/kubernetes-1.16/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
name: csi-data-dir
6666

6767
- name: hostpath
68-
image: quay.io/k8scsi/hostpathplugin:v1.2.0
68+
image: quay.io/k8scsi/hostpathplugin:v1.3.0
6969
args:
7070
- "--drivername=hostpath.csi.k8s.io"
7171
- "--v=5"

deploy/kubernetes-1.17/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
name: csi-data-dir
6666

6767
- name: hostpath
68-
image: quay.io/k8scsi/hostpathplugin:v1.2.0
68+
image: quay.io/k8scsi/hostpathplugin:v1.3.0
6969
args:
7070
- "--drivername=hostpath.csi.k8s.io"
7171
- "--v=5"

0 commit comments

Comments
 (0)