Skip to content

Commit a26ac11

Browse files
committed
Release v1.6.0 notes
1 parent 5d72360 commit a26ac11

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG/CHANGELOG-1.6.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# v1.6.0 - Changelog since v1.5.1
2+
3+
## Changes by Kind
4+
5+
### Feature
6+
7+
- 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))
8+
9+
### Bug or Regression
10+
11+
- 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))
12+
13+
### Uncategorized
14+
15+
- 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))
16+
17+
## Dependencies
18+
19+
### Added
20+
_Nothing has changed._
21+
22+
### Changed
23+
- github.com/prometheus/client_golang: [v1.11.0 → v1.11.1](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)
24+
25+
### Removed
26+
_Nothing has changed._

0 commit comments

Comments
 (0)