Skip to content

Commit bf47ccc

Browse files
committed
CHANGELOG-1.2.md: initial version for v1.2.0
1 parent 9c8a9db commit bf47ccc

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
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 using
8+
the old name in an inline volume will not be able to start.
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)).

0 commit comments

Comments
 (0)