Skip to content

Commit

Permalink
Merge pull request #102 from pohly/release-1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
k8s-ci-robot authored Oct 18, 2019
2 parents 0b0db4f + 7ff8fa7 commit 8359099
Show file tree
Hide file tree
Showing 21 changed files with 42 additions and 443 deletions.
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

0 comments on commit 8359099

Please sign in to comment.