Skip to content

Release 1.2.0 #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG-1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog since v1.1.0

## Breaking Changes

- 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)).
Make sure that there are no persistent or ephemeral volumes using the old `csi-hostpath` name before updating because otherwise
those volumes cannot be removed. Pods with such ephemeral volumes will be stuck in "terminating" state. New pods
will not be able to start if they reference a volume that uses the old name.
Any storage class that references the driver must be updated together with the driver.

## New Features

- 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))
- 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))
- topology support ([#88](https://github.com/kubernetes-csi/csi-driver-host-path/pull/88), [@mucahitkurt](https://github.com/mucahitkurt))
- cloning support ([#58](https://github.com/kubernetes-csi/csi-driver-host-path/pull/58), [@j-griffith](https://github.com/j-griffith))

## Bug Fixes

- /csi-data-dir optional ([#73](https://github.com/kubernetes-csi/csi-driver-host-path/pull/73), [@msau42](https://github.com/msau42))
- 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)).
- 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)).

## Other Notable Changes

- 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)).
- 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)).
- Updated sidecars to latest stable releases ([#102](https://github.com/kubernetes-csi/csi-driver-host-path/pull/102), [@pohly](https://github.com/pohly)).
7 changes: 0 additions & 7 deletions deploy/kubernetes-1.13/README.md

This file was deleted.

1 change: 0 additions & 1 deletion deploy/kubernetes-1.13/deploy-hostpath.sh

This file was deleted.

55 changes: 0 additions & 55 deletions deploy/kubernetes-1.13/hostpath/csi-hostpath-attacher.yaml

This file was deleted.

138 changes: 0 additions & 138 deletions deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml

This file was deleted.

55 changes: 0 additions & 55 deletions deploy/kubernetes-1.13/hostpath/csi-hostpath-provisioner.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions deploy/kubernetes-1.13/hostpath/csi-hostpath-resizer.yaml

This file was deleted.

Loading