Skip to content

Commit 0800628

Browse files
authored
Merge pull request #674 from saad-ali/release-1.2.0-docs
Add release notes for upcoming 1.2 release.
2 parents c4bbd61 + ec13b0d commit 0800628

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG/CHANGELOG-1.2.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# v1.2.0 - Changelog since v1.1.0
2+
3+
## Features
4+
5+
- Improved Windows Support
6+
- Add Disk online/offline logic in nodeStageVolume/nodeUnstageVolume calls for Windows. This requires the CSI Proxy `disk.v1beta2` group, which is only available in CSI proxy v0.2.2+. ([#661](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/661), [@jingxu97](https://github.com/jingxu97))
7+
8+
## Bugs or Regressions
9+
10+
- Fix "volume is mounted" check during NodePublishVolume for Windows ([#666](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/666), [@jingxu97](https://github.com/jingxu97))
11+
- Add empty string check on returned volumeIds to avoid nil pointer panic ([#673](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/673), [@jingxu97](https://github.com/jingxu97))
12+
13+
## Tests
14+
15+
- Update kustomizer to 3.8.6. ([#661](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/661), [@jingxu97](https://github.com/jingxu97))
16+
- Updates named pipe path in node.yaml for base deployment overlay to use CSI proxy disk v1beta2 (previously v1beta1) for Windows. ([#669](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/669), [@jingxu97](https://github.com/jingxu97))
17+
- Fix node version check for node skew tests. ([#645](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/645), [@saikat-royc](https://github.com/saikat-royc))
18+
- Add run-k8s-integration-ci.sh that the prow driver now expects to be in each release. ([#655](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/655), [@mattcary](https://github.com/mattcary))
19+
- Use node version on GKE when detecting XFS compatibility. ([#656](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/656), [@mattcary](https://github.com/mattcary))
20+
- Skip Pod fsgroupchange policy tests for < 1.20 k8s. ([#667](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/667), [@saikat-royc](https://github.com/saikat-royc))
21+
- Shorten the GKE cluster name. ([#671](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/671), [@saikat-royc](https://github.com/saikat-royc))
22+
23+
## Documentation
24+
25+
No notable changes.
26+
27+
## Dependencies
28+
29+
### Added
30+
_Nothing has changed._
31+
32+
### Changed
33+
- github.com/kubernetes-csi/csi-proxy/client: [v0.2.1 → v0.2.2](https://github.com/kubernetes-csi/csi-proxy/client/compare/v0.2.1...v0.2.2)
34+
35+
### Removed
36+
_Nothing has changed._

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ that represents availability by zone (e.g. `us-central1-c`, etc.).
7474
| Resize (Expand) | Beta | 1.16 | 1.16 | v0.7.0 | Stable |
7575
| Windows* | Beta | 1.18 | 1.18 | v1.1.0 | Stable |
7676

77-
* For Windows, it is recommended to use this driver with CSI proxy v0.2.2+. The master version of driver requires disk v1beta2 group, which is only available in CSI proxy v0.2.2+
77+
\* For Windows, it is recommended to use this driver with CSI proxy v0.2.2+. The master version of driver requires disk v1beta2 group, which is only available in CSI proxy v0.2.2+
7878

7979
### Future Features
8080

0 commit comments

Comments
 (0)