Skip to content

Commit 3e103ad

Browse files
committed
release v1.6.0
1 parent 65e48f2 commit 3e103ad

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG/CHANGELOG-1.6.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Release notes for v1.6.0
2+
3+
[Documentation](https://kubernetes-csi.github.io)
4+
5+
# Changelog since v1.5.0
6+
7+
## Changes by Kind
8+
9+
### Feature
10+
- Simulate storage capacity constraints and publish available capacity information ([#248](https://github.com/kubernetes-csi/csi-driver-host-path/pull/248), [@pohly](https://github.com/pohly))
11+
12+
### Other (Cleanup or Flake)
13+
- Image updates and deployment for Kubernetes 1.20 with external-snapshotter v4.0.0. ([#238](https://github.com/kubernetes-csi/csi-driver-host-path/pull/238), [@pohly](https://github.com/pohly))
14+
15+
## Dependencies
16+
17+
### Added
18+
_Nothing has changed._
19+
20+
### Changed
21+
_Nothing has changed._
22+
23+
### Removed
24+
_Nothing has changed._

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.5.0
94+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.0
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.5.0
94+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.0
9595
args:
9696
- "--drivername=hostpath.csi.k8s.io"
9797
- "--v=5"

0 commit comments

Comments
 (0)