Skip to content

Commit a744263

Browse files
authored
Merge pull request #270 from pohly/release-v1.6.2
deploy: release v1.6.2 with v1.6.2 images in YAML files
2 parents 8b6b6b2 + 49c1a42 commit a744263

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG/CHANGELOG-1.6.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
# Release notes for v1.6.1
1+
# Release notes for v1.6.2
22

33
[Documentation](https://kubernetes-csi.github.io)
44

5+
# Changelog since v1.6.1
6+
7+
## Changes by Kind
8+
9+
### Bug or Regression
10+
- 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))
11+
12+
# Release notes for v1.6.1
13+
514
# Changelog since v1.6.0
615

716
## Changes by Kind

deploy/kubernetes-1.18/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spec:
9191
name: csi-data-dir
9292

9393
- name: hostpath
94-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.0
94+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.2
9595
args:
9696
- "--drivername=hostpath.csi.k8s.io"
9797
- "--v=5"

deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spec:
9191
name: csi-data-dir
9292

9393
- name: hostpath
94-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.0
94+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.2
9595
args:
9696
- "--drivername=hostpath.csi.k8s.io"
9797
- "--v=5"

deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
name: csi-data-dir
7575

7676
- name: hostpath
77-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.0
77+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.2
7878
args:
7979
- --drivername=hostpath.csi.k8s.io
8080
- --v=5

0 commit comments

Comments
 (0)