Skip to content

Commit

Permalink
Merge pull request #270 from pohly/release-v1.6.2
Browse files Browse the repository at this point in the history
deploy: release v1.6.2 with v1.6.2 images in YAML files
  • Loading branch information
k8s-ci-robot committed Mar 29, 2021
2 parents 8b6b6b2 + 49c1a42 commit a744263
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG/CHANGELOG-1.6.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes-1.18/hostpath/csi-hostpath-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a744263

Please sign in to comment.