Skip to content

Commit 90797ed

Browse files
authored
Merge pull request #995 from mattcary/changelog
Cherry-pick release v1.6.0 changelog to master, with note about bug
2 parents 0b4bd51 + 3cfa9a5 commit 90797ed

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG/CHANGELOG-1.6.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
**Attention:** 1.6.0 is not a recommended version to use because of known issues where pods can get stuck (due to controller publish/unpublish failures) during cluster upgrades or during node reboot (as seen in [#987](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/987)). Users should upgrade directly to the 1.7 branch.
2+
3+
4+
# v1.6.0 - Changelog since v1.5.1
5+
6+
## Changes by Kind
7+
8+
### Feature
9+
10+
- Allow to specify how frequently to poll for AttachDisk operation status, or any other global\regional\zonal operation. ([#956](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/956), [@sagor999](https://github.com/sagor999))
11+
12+
### Bug or Regression
13+
14+
- Default to MAXPROCS=1 to improve memory usage on nodes with many CPUs. ([#969](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/969), [@mattcary](https://github.com/mattcary))
15+
16+
### Uncategorized
17+
18+
- Lets users clone a regional disk from a zonal disk if one of the replica zones of the clone matches the zone of the source disk. ([#890](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/890), [@amacaskill](https://github.com/amacaskill))
19+
20+
## Dependencies
21+
22+
### Added
23+
_Nothing has changed._
24+
25+
### Changed
26+
- github.com/prometheus/client_golang: [v1.11.0 → v1.11.1](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)
27+
28+
### Removed
29+
_Nothing has changed._

0 commit comments

Comments
 (0)