Skip to content

Commit 8359099

Browse files
authored
Merge pull request #102 from pohly/release-1.2.0
Release 1.2.0
2 parents 0b0db4f + 7ff8fa7 commit 8359099

21 files changed

+42
-443
lines changed

CHANGELOG-1.2.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog since v1.1.0
2+
3+
## Breaking Changes
4+
5+
- The deployment uses `hostpath.csi.k8s.io` as driver name ([#64](https://github.com/kubernetes-csi/csi-driver-host-path/pull/64), [@pohly](https://github.com/pohly)).
6+
Make sure that there are no persistent or ephemeral volumes using the old `csi-hostpath` name before updating because otherwise
7+
those volumes cannot be removed. Pods with such ephemeral volumes will be stuck in "terminating" state. New pods
8+
will not be able to start if they reference a volume that uses the old name.
9+
Any storage class that references the driver must be updated together with the driver.
10+
11+
## New Features
12+
13+
- normal deployment supports ephemeral inline volumes on Kubernetes 1.15 and 1.16 ([#67](https://github.com/kubernetes-csi/csi-driver-host-path/pull/67), [@pohly](https://github.com/pohly), [#97](https://github.com/kubernetes-csi/csi-driver-host-path/pull/97), [@pohly](https://github.com/pohly))
14+
- volume expansion support ([#87](https://github.com/kubernetes-csi/csi-driver-host-path/pull/87), [@bertinatto](https://github.com/bertinatto), [#90](https://github.com/kubernetes-csi/csi-driver-host-path/pull/90), [@bertinatto](https://github.com/bertinatto))
15+
- topology support ([#88](https://github.com/kubernetes-csi/csi-driver-host-path/pull/88), [@mucahitkurt](https://github.com/mucahitkurt))
16+
- cloning support ([#58](https://github.com/kubernetes-csi/csi-driver-host-path/pull/58), [@j-griffith](https://github.com/j-griffith))
17+
18+
## Bug Fixes
19+
20+
- /csi-data-dir optional ([#73](https://github.com/kubernetes-csi/csi-driver-host-path/pull/73), [@msau42](https://github.com/msau42))
21+
- 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)).
22+
- Fixes cp expansion issue for volume cloning ([#82](https://github.com/kubernetes-csi/csi-driver-host-path/pull/82), [@j-griffith](https://github.com/j-griffith)).
23+
24+
## Other Notable Changes
25+
26+
- Added deployment specs for K8s 1.15 ([#63](https://github.com/kubernetes-csi/csi-driver-host-path/pull/63), [@msau42](https://github.com/msau42)) and 1.16 ([#97](https://github.com/kubernetes-csi/csi-driver-host-path/pull/97), [@pohly](https://github.com/pohly)).
27+
- Removed deployment specs for K8s 1.13 because it is no longer supported ([#102](https://github.com/kubernetes-csi/csi-driver-host-path/pull/102), [@pohly](https://github.com/pohly)).
28+
- Updated sidecars to latest stable releases ([#102](https://github.com/kubernetes-csi/csi-driver-host-path/pull/102), [@pohly](https://github.com/pohly)).

deploy/kubernetes-1.13/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

deploy/kubernetes-1.13/deploy-hostpath.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

deploy/kubernetes-1.13/hostpath/csi-hostpath-attacher.yaml

Lines changed: 0 additions & 55 deletions
This file was deleted.

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

Lines changed: 0 additions & 138 deletions
This file was deleted.

deploy/kubernetes-1.13/hostpath/csi-hostpath-provisioner.yaml

Lines changed: 0 additions & 55 deletions
This file was deleted.

deploy/kubernetes-1.13/hostpath/csi-hostpath-resizer.yaml

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)