File tree 8 files changed +27
-6
lines changed
prow-stable-sidecar-rc-master
8 files changed +27
-6
lines changed Original file line number Diff line number Diff line change
1
+ # v1.17.2 - Changelog since v1.17.1
2
+ - [ Fixed CVE-2022 -1996] ( https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1977 )
3
+
4
+ # v1.17.1 - Changelog since v1.17.0
5
+ - [ Setup caching only for designated node pools] ( https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1966 )
6
+
7
+ # v1.17.0 - Changelog since v1.16.1
8
+ - [ Data cache feature support for PDCSI driver] ( https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1932 )
9
+ - [ Handle reboot scenarios for cached nodes] ( https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1946 )
10
+ - [ Add data cache error code] ( https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1948 )
11
+ - [ Update RAID logic and post RAID integration] ( https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1950 )
12
+ - [ Fix chunksize bug for large cache size] ( https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1954 )
13
+ - [ Distinguish between user errors] ( https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1960 )
Original file line number Diff line number Diff line change 1
1
# CHANGELOGs
2
-
2
+ - [ CHANGELOG v1.17.0] ( ./CHANGELOG-1.17.md )
3
+ - [ CHANGELOG v1.15.0] ( ./CHANGELOG-1.15.md )
4
+ - [ CHANGELOG v1.14.0] ( ./CHANGELOG-1.14.md )
5
+ - [ CHANGELOG v1.13.0] ( ./CHANGELOG-1.13.md )
6
+ - [ CHANGELOG v1.12.0] ( ./CHANGELOG-1.12.md )
3
7
- [ CHANGELOG v1.11.0] ( ./CHANGELOG-1.11.md )
4
8
- [ CHANGELOG v1.10.0] ( ./CHANGELOG-1.10.md )
5
9
- [ CHANGELOG v1.9.0] ( ./CHANGELOG-1.9.md )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ lifecycle of Google Compute Engine Persistent Disks.
12
12
## Project Status
13
13
14
14
Status: GA
15
- Latest stable image: ` registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.15.0 `
15
+ Latest stable image: ` registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.17.2 `
16
16
17
17
### Test Status
18
18
Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ spec:
144
144
- " --supports-dynamic-iops-provisioning=hyperdisk-balanced,hyperdisk-extreme"
145
145
- " --supports-dynamic-throughput-provisioning=hyperdisk-balanced,hyperdisk-throughput,hyperdisk-ml"
146
146
- --enable-data-cache
147
+ command :
148
+ - /gce-pd-csi-driver
147
149
env :
148
150
- name : GOOGLE_APPLICATION_CREDENTIALS
149
151
value : " /etc/cloud-sa/cloud-sa.json"
Original file line number Diff line number Diff line change 75
75
mountPath : /sys
76
76
- name : lib-modules
77
77
mountPath : /lib/modules
78
+ readOnly : true
78
79
volumes :
79
80
- name : registration-dir
80
81
hostPath :
Original file line number Diff line number Diff line change 47
47
- " --v=5"
48
48
- " --endpoint=unix:/csi/csi.sock"
49
49
- " --run-controller-service=false"
50
+ command :
51
+ - /gce-pd-csi-driver
50
52
volumeMounts :
51
53
- name : kubelet-dir
52
54
mountPath : C:\var\lib\kubelet
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ metadata:
48
48
imageTag :
49
49
name : registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
50
50
newName : gcr.io/k8s-staging-cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
51
- newTag : " v1.16.0-rc1 "
51
+ newTag : " v1.17.2 "
52
52
---
53
53
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ metadata:
49
49
name : imagetag-gcepd-driver
50
50
imageTag :
51
51
name : gke.gcr.io/gcp-compute-persistent-disk-csi-driver
52
- # Don't change stable image without changing pdImagePlaceholder in
53
- # test/k8s-integration/main.go
52
+ # pdImagePlaceholder in test/k8s-integration/main.go is updated automatically with the newTag
54
53
newName : registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
55
- newTag : " v1.15.0 "
54
+ newTag : " v1.17.2 "
56
55
---
You can’t perform that action at this time.
0 commit comments