Skip to content

Commit

Permalink
Merge pull request #267 from pohly/release-v1.6.1
Browse files Browse the repository at this point in the history
release v1.6.1
  • Loading branch information
k8s-ci-robot committed Mar 26, 2021
2 parents 9d63af3 + f6257f3 commit 8b6b6b2
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG/CHANGELOG-1.6.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8b6b6b2

Please sign in to comment.