Skip to content

Commit 8b6b6b2

Browse files
authored
Merge pull request #267 from pohly/release-v1.6.1
release v1.6.1
2 parents 9d63af3 + f6257f3 commit 8b6b6b2

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG/CHANGELOG-1.6.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
1-
# Release notes for v1.6.0
1+
# Release notes for v1.6.1
22

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

5+
# Changelog since v1.6.0
6+
7+
## Changes by Kind
8+
9+
### Bug or Regression
10+
- 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))
11+
- 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))
12+
13+
### Other (Cleanup or Flake)
14+
- Updated runtime (Go 1.16) and dependencies ([#259](https://github.com/kubernetes-csi/csi-driver-host-path/pull/259), [@pohly](https://github.com/pohly))
15+
- 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))
16+
17+
## Dependencies
18+
19+
### Added
20+
_Nothing has changed._
21+
22+
### Changed
23+
_Nothing has changed._
24+
25+
### Removed
26+
_Nothing has changed._
27+
28+
# Release notes for v1.6.0
29+
530
# Changelog since v1.5.0
631

732
## Changes by Kind

0 commit comments

Comments
 (0)