Skip to content

Commit 0b4bd51

Browse files
authored
Merge pull request #994 from saikat-royc/prepare-1.7
CHANGELOG for 1.7
2 parents 2130cd4 + 9bd8244 commit 0b4bd51

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG/CHANGELOG-1.7.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# v1.7.0 - Changelog since v1.5.1
2+
3+
>**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.
4+
5+
## Changes by Kind
6+
7+
### Feature
8+
9+
- 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))
10+
11+
### Bug or Regression
12+
13+
- 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))
14+
- Simplify node backoff logic for controller publish/unpublish op ([#988](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/988), [@saikat-royc](https://github.com/saikat-royc))
15+
16+
### Other (Cleanup or Flake)
17+
18+
- Remove PodSecurityPolicy from deployment for 1.25+ clusters. ([#989](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/989), [@mattcary](https://github.com/mattcary))
19+
20+
### Uncategorized
21+
22+
- 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))
23+
24+
## Dependencies
25+
26+
### Added
27+
_Nothing has changed._
28+
29+
### Changed
30+
- github.com/prometheus/client_golang: [v1.11.0 → v1.11.1](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)
31+
32+
### Removed
33+
_Nothing has changed._

0 commit comments

Comments
 (0)