Skip to content

Commit 94fe681

Browse files
authored
Merge pull request #299 from pohly/release-v1.7.1
release v1.7.1
2 parents 70f2d25 + ed84e0c commit 94fe681

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

CHANGELOG/CHANGELOG-1.7.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1-
# Release notes for v1.7.0
1+
# Release notes for v1.7.1
22

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

5+
# Changelog since v1.7.0
6+
7+
## Changes by Kind
8+
9+
### Uncategorized
10+
- Fixed image building. ([#298](https://github.com/kubernetes-csi/csi-driver-host-path/pull/298), [@pohly](https://github.com/pohly))
11+
12+
## Dependencies
13+
14+
### Added
15+
_Nothing has changed._
16+
17+
### Changed
18+
_Nothing has changed._
19+
20+
### Removed
21+
_Nothing has changed._
22+
23+
# Release notes for v1.7.0
24+
525
# Changelog since v1.6.2
626

727
## Changes by Kind

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
serviceAccountName: csi-external-health-monitor-controller
3232
containers:
3333
- name: hostpath
34-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.0
34+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
3535
args:
3636
- "--drivername=hostpath.csi.k8s.io"
3737
- "--v=5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ spec:
218218
serviceAccountName: csi-hostpathplugin-sa
219219
containers:
220220
- name: hostpath
221-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.0
221+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
222222
args:
223223
- "--drivername=hostpath.csi.k8s.io"
224224
- "--v=5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
serviceAccountName: csi-external-health-monitor-controller
3232
containers:
3333
- name: hostpath
34-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.0
34+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
3535
args:
3636
- "--drivername=hostpath.csi.k8s.io"
3737
- "--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
@@ -218,7 +218,7 @@ spec:
218218
serviceAccountName: csi-hostpathplugin-sa
219219
containers:
220220
- name: hostpath
221-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.0
221+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
222222
args:
223223
- "--drivername=hostpath.csi.k8s.io"
224224
- "--v=5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
name: csi-data-dir
8686

8787
- name: hostpath
88-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.0
88+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.1
8989
args:
9090
- --drivername=hostpath.csi.k8s.io
9191
- --v=5

0 commit comments

Comments
 (0)