Skip to content

Commit

Permalink
Merge pull request #299 from pohly/release-v1.7.1
Browse files Browse the repository at this point in the history
release v1.7.1
  • Loading branch information
k8s-ci-robot authored May 20, 2021
2 parents 70f2d25 + ed84e0c commit 94fe681
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG/CHANGELOG-1.7.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# Release notes for v1.7.0
# Release notes for v1.7.1

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

# Changelog since v1.7.0

## Changes by Kind

### Uncategorized
- Fixed image building. ([#298](https://github.com/kubernetes-csi/csi-driver-host-path/pull/298), [@pohly](https://github.com/pohly))

## Dependencies

### Added
_Nothing has changed._

### Changed
_Nothing has changed._

### Removed
_Nothing has changed._

# Release notes for v1.7.0

# Changelog since v1.6.2

## Changes by Kind
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccountName: csi-external-health-monitor-controller
containers:
- name: hostpath
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.0
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
args:
- "--drivername=hostpath.csi.k8s.io"
- "--v=5"
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 @@ -218,7 +218,7 @@ spec:
serviceAccountName: csi-hostpathplugin-sa
containers:
- name: hostpath
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.0
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
args:
- "--drivername=hostpath.csi.k8s.io"
- "--v=5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccountName: csi-external-health-monitor-controller
containers:
- name: hostpath
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.0
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
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 @@ -218,7 +218,7 @@ spec:
serviceAccountName: csi-hostpathplugin-sa
containers:
- name: hostpath
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.0
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
args:
- "--drivername=hostpath.csi.k8s.io"
- "--v=5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
name: csi-data-dir

- name: hostpath
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.0
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
args:
- --drivername=hostpath.csi.k8s.io
- --v=5
Expand Down

0 comments on commit 94fe681

Please sign in to comment.