From f6257f3d6e2a32f2abeabd33b34c6a11e3bc4c3c Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Fri, 26 Mar 2021 16:56:27 +0100 Subject: [PATCH] release v1.6.1 --- CHANGELOG/CHANGELOG-1.6.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-1.6.md b/CHANGELOG/CHANGELOG-1.6.md index 5ed717aaa..7e09c8d43 100644 --- a/CHANGELOG/CHANGELOG-1.6.md +++ b/CHANGELOG/CHANGELOG-1.6.md @@ -1,7 +1,32 @@ -# Release notes for v1.6.0 +# Release notes for v1.6.1 [Documentation](https://kubernetes-csi.github.io) +# Changelog since v1.6.0 + +## Changes by Kind + +### Bug or Regression + - CSI ephemeral inline volumes failed to get created with an error saying `MountVolume.SetUp failed for volume "ephemeral-volume" : rpc error: code = OutOfRange desc = Requested capacity 1099511627776 exceeds maximum allowed 1099511627776` ([#254](https://github.com/kubernetes-csi/csi-driver-host-path/pull/254), [@pohly](https://github.com/pohly)) + - Deploying `kubernetes-distributed` did not always correctly detect whether the right CSIStorageCapacity API was supported. Incorrectly enabling the feature then prevented scheduling of pods with late binding volumes. ([#262](https://github.com/kubernetes-csi/csi-driver-host-path/pull/262) and [#266](https://github.com/kubernetes-csi/csi-driver-host-path/pull/266), [@pohly](https://github.com/pohly)) + +### Other (Cleanup or Flake) + - Updated runtime (Go 1.16) and dependencies ([#259](https://github.com/kubernetes-csi/csi-driver-host-path/pull/259), [@pohly](https://github.com/pohly)) + - Updated external-provisioner from v2.1.0 to v2.1.1 to include some bug fixes ([#268](https://github.com/kubernetes-csi/csi-driver-host-path/pull/268), [@pohly](https://github.com/pohly)) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ + +# Release notes for v1.6.0 + # Changelog since v1.5.0 ## Changes by Kind