From 49c1a424250ab9c7a03440e13ba9d8419fe00e55 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 29 Mar 2021 09:46:14 +0200 Subject: [PATCH] deploy: release v1.6.2 with v1.6.2 images in YAML files In csi-driver-host-path, YAML files must be updated to the not-yet-released image before tagging a release. That was omitted unintentionally when preparing v1.6.1. --- CHANGELOG/CHANGELOG-1.6.md | 11 ++++++++++- .../kubernetes-1.18/hostpath/csi-hostpath-plugin.yaml | 2 +- .../kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml | 2 +- .../hostpath/csi-hostpath-plugin.yaml | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG/CHANGELOG-1.6.md b/CHANGELOG/CHANGELOG-1.6.md index 7e09c8d43..835e46c0f 100644 --- a/CHANGELOG/CHANGELOG-1.6.md +++ b/CHANGELOG/CHANGELOG-1.6.md @@ -1,7 +1,16 @@ -# Release notes for v1.6.1 +# Release notes for v1.6.2 [Documentation](https://kubernetes-csi.github.io) +# Changelog since v1.6.1 + +## Changes by Kind + +### Bug or Regression + - The YAML files in v1.6.1 should have used the v1.6.1 image, but were still using v1.6.0. ([#266](https://github.com/kubernetes-csi/csi-driver-host-path/pull/266), [@pohly](https://github.com/pohly)) + +# Release notes for v1.6.1 + # Changelog since v1.6.0 ## Changes by Kind diff --git a/deploy/kubernetes-1.18/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-1.18/hostpath/csi-hostpath-plugin.yaml index 60bb789ee..9e382bbe2 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.6.0 + image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.2 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 60bb789ee..9e382bbe2 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.6.0 + image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.2 args: - "--drivername=hostpath.csi.k8s.io" - "--v=5" diff --git a/deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml index db2f740b2..00492a8a6 100644 --- a/deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml @@ -74,7 +74,7 @@ spec: name: csi-data-dir - name: hostpath - image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.0 + image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.2 args: - --drivername=hostpath.csi.k8s.io - --v=5