Skip to content

Commit 536955b

Browse files
authored
Merge pull request #1153 from sunnylovestiramisu/release-cut
release-1.9 cut details for v1.9.0
2 parents ea2d9ad + 3315127 commit 536955b

File tree

5 files changed

+30
-7
lines changed

5 files changed

+30
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lifecycle of Google Compute Engine Persistent Disks.
1212
## Project Status
1313

1414
Status: GA
15-
Latest stable image: `k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.8.2`
15+
Latest stable image: `k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.9.0`
1616

1717
### Test Status
1818

deploy/kubernetes/images/stable-master/image.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: imagetag-csi-provisioner
55
imageTag:
66
name: k8s.gcr.io/sig-storage/csi-provisioner
7-
newTag: "v3.1.0"
7+
newTag: "v3.4.0"
88

99
---
1010
apiVersion: builtin
@@ -13,7 +13,7 @@ metadata:
1313
name: imagetag-csi-attacher
1414
imageTag:
1515
name: k8s.gcr.io/sig-storage/csi-attacher
16-
newTag: "v3.4.0"
16+
newTag: "v4.2.0"
1717
---
1818

1919
apiVersion: builtin
@@ -22,7 +22,7 @@ metadata:
2222
name: imagetag-csi-resizer
2323
imageTag:
2424
name: k8s.gcr.io/sig-storage/csi-resizer
25-
newTag: "v1.4.0"
25+
newTag: "v1.7.0"
2626
---
2727

2828
apiVersion: builtin
@@ -31,7 +31,7 @@ metadata:
3131
name: imagetag-csi-snapshotter
3232
imageTag:
3333
name: k8s.gcr.io/sig-storage/csi-snapshotter
34-
newTag: "v4.0.1"
34+
newTag: "v6.1.0"
3535
---
3636

3737
apiVersion: builtin
@@ -40,7 +40,7 @@ metadata:
4040
name: imagetag-csi-node-registrar
4141
imageTag:
4242
name: k8s.gcr.io/sig-storage/csi-node-driver-registrar
43-
newTag: "v2.5.0"
43+
newTag: "v2.7.0"
4444
---
4545

4646
apiVersion: builtin
@@ -52,5 +52,5 @@ imageTag:
5252
# Don't change stable image without changing pdImagePlaceholder in
5353
# test/k8s-integration/main.go
5454
newName: k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
55-
newTag: "v1.8.2"
55+
newTag: "v1.9.0"
5656
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Set default-fstype for attacher sidecar.
2+
- op: add
3+
path: /spec/template/spec/containers/1/args/-
4+
value: "--default-fstype=ext4"
5+

deploy/kubernetes/overlays/stable-master/kustomization.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,18 @@ namespace:
44
gce-pd-csi-driver
55
resources:
66
- ../../base/
7+
patchesJson6902:
8+
- path: max-grpc-log-length.yaml
9+
target:
10+
group: apps
11+
kind: Deployment
12+
name: csi-gce-pd-controller
13+
version: v1
14+
- path: default-fstype.yaml
15+
target:
16+
group: apps
17+
kind: Deployment
18+
name: csi-gce-pd-controller
19+
version: v1
720
transformers:
821
- ../../images/stable-master
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Set max-grpc-log-length for attacher sidecar.
2+
- op: add
3+
path: /spec/template/spec/containers/1/args/-
4+
value: "--max-grpc-log-length=10000"
5+

0 commit comments

Comments
 (0)