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

+28
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

-7
This file was deleted.

deploy/kubernetes-1.13/deploy-hostpath.sh

-1
This file was deleted.

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

-55
This file was deleted.

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

-138
This file was deleted.

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

-55
This file was deleted.

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

-54
This file was deleted.

0 commit comments

Comments
 (0)