Skip to content

Commit

Permalink
Merge pull request #249 from pohly/release-1.6.0
Browse files Browse the repository at this point in the history
release v1.6.0
  • Loading branch information
k8s-ci-robot authored Feb 24, 2021
2 parents 7a0de75 + 3e103ad commit 42479e9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG/CHANGELOG-1.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Release notes for v1.6.0

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

# Changelog since v1.5.0

## Changes by Kind

### Feature
- 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))

### Other (Cleanup or Flake)
- 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))

## Dependencies

### Added
_Nothing has changed._

### Changed
_Nothing has changed._

### Removed
_Nothing has changed._
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.5.0
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.0
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.5.0
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.6.0
args:
- "--drivername=hostpath.csi.k8s.io"
- "--v=5"
Expand Down

0 comments on commit 42479e9

Please sign in to comment.