Skip to content

Commit ae241ff

Browse files
committed
release 1.3.0 preparations
New changelog, version of image bumped to v1.3.0.
1 parent 8bb0b3f commit ae241ff

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG-1.3.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog since v1.2.0
2+
3+
## New Features
4+
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))
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+
- 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))
14+
- 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))
15+
16+
## Other Notable Changes
17+
18+
- 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)