From 3e103ad79fb7d48aa9805cc9cfa4d0109ca0a716 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Wed, 24 Feb 2021 17:08:00 +0100 Subject: [PATCH] release v1.6.0 --- CHANGELOG/CHANGELOG-1.6.md | 24 +++++++++++++++++++ .../hostpath/csi-hostpath-plugin.yaml | 2 +- .../hostpath/csi-hostpath-plugin.yaml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG/CHANGELOG-1.6.md diff --git a/CHANGELOG/CHANGELOG-1.6.md b/CHANGELOG/CHANGELOG-1.6.md new file mode 100644 index 000000000..5ed717aaa --- /dev/null +++ b/CHANGELOG/CHANGELOG-1.6.md @@ -0,0 +1,24 @@ +# Release notes for v1.6.0 + +[Documentation](https://kubernetes-csi.github.io) + +# Changelog since v1.5.0 + +## Changes by Kind + +### Feature + - Simulate storage capacity constraints and publish available capacity information ([#248](https://github.com/kubernetes-csi/csi-driver-host-path/pull/248), [@pohly](https://github.com/pohly)) + +### Other (Cleanup or Flake) + - Image updates and deployment for Kubernetes 1.20 with external-snapshotter v4.0.0. ([#238](https://github.com/kubernetes-csi/csi-driver-host-path/pull/238), [@pohly](https://github.com/pohly)) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ diff --git a/deploy/kubernetes-1.18/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-1.18/hostpath/csi-hostpath-plugin.yaml index d7ec6dff7..60bb789ee 100644 --- a/deploy/kubernetes-1.18/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-1.18/hostpath/csi-hostpath-plugin.yaml @@ -91,7 +91,7 @@ spec: name: csi-data-dir - name: hostpath - image: k8s.gcr.io/sig-storage/hostpathplugin:v1.5.0 + image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.0 args: - "--drivername=hostpath.csi.k8s.io" - "--v=5" diff --git a/deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml index d7ec6dff7..60bb789ee 100644 --- a/deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml @@ -91,7 +91,7 @@ spec: name: csi-data-dir - name: hostpath - image: k8s.gcr.io/sig-storage/hostpathplugin:v1.5.0 + image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.0 args: - "--drivername=hostpath.csi.k8s.io" - "--v=5"