Skip to content

Commit d7b15bb

Browse files
authored
Merge pull request #855 from saikat-royc/prepare-1.3.4
Doc and image update for 1.3.4 release
2 parents 57c8067 + bd6c8eb commit d7b15bb

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CHANGELOG/CHANGELOG-1.3.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# v1.3.3 - Changelog since v1.3.1
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- Update go builder to 1.17 ([#850](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/850), [@mattcary](https://github.com/mattcary))
8+
9+
## Dependencies
10+
11+
### Added
12+
_Nothing has changed._
13+
14+
### Changed
15+
_Nothing has changed._
16+
17+
### Removed
18+
_Nothing has changed._
19+
20+
# v1.3.3 - Changelog since v1.3.1
21+
22+
## Changes by Kind
23+
24+
### Bug or Regression
25+
26+
- Update debian image to buster-1.9.0. ([#841](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/841), [@mattcary](https://github.com/mattcary))
27+
28+
## Dependencies
29+
30+
### Added
31+
_Nothing has changed._
32+
33+
### Changed
34+
_Nothing has changed._
35+
36+
### Removed
37+
_Nothing has changed._
38+
139
# v1.3.1 - Changelog since v1.3.0
240

341
### Issues

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.3.1`
15+
Latest stable image: `k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.3.4`
1616

1717
### Test Status
1818

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.3.1"
55+
newTag: "v1.3.4"
5656
---

0 commit comments

Comments
 (0)