Skip to content

1.7 CHANGELOG, update rc image and sidecar versions #1013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG/CHANGELOG-1.7.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# v1.7.1.0 - Changelog since v1.7.0
# v1.7.2 - Changelog since v1.7.1

## Changes by Kind

### Uncategorized

- Enforce implicit pagination limit of 500 of the ListVolumesResponse#Entry field when ListVolumesRequest#max_entries is not set (#1011, @pwschuurman)

## Dependencies

_Nothing has changed._

# v1.7.1 - Changelog since v1.7.0

- Creates v1.7.1 upstream tag with changes from 1.7.0 release.
- Cloud builder was broken when 1.7.0 was cut, so v1.7.0 upstream tag was not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,39 @@ metadata:
name: imagetag-csi-provisioner-prow-rc
imageTag:
name: k8s.gcr.io/sig-storage/csi-provisioner
newTag: "v3.1.0"
newTag: "v3.1.1"
---
apiVersion: builtin
kind: ImageTagTransformer
metadata:
name: imagetag-csi-attacher-prow-rc
imageTag:
name: k8s.gcr.io/sig-storage/csi-attacher
newTag: "v3.4.0"
newTag: "v3.5.0"
---
apiVersion: builtin
kind: ImageTagTransformer
metadata:
name: imagetag-csi-resize-prow-rc
imageTag:
name: k8s.gcr.io/sig-storage/csi-resizer
newTag: "v1.4.0"
newTag: "v1.5.0"
---
apiVersion: builtin
kind: ImageTagTransformer
metadata:
name: imagetag-csi-snapshotter-prow-head
imageTag:
name: k8s.gcr.io/sig-storage/csi-snapshotter
newTag: "v4.1.1"
newTag: "v6.0.1"
---
apiVersion: builtin
kind: ImageTagTransformer
metadata:
name: imagetag-csi-node-registrar-prow-rc
imageTag:
name: k8s.gcr.io/sig-storage/csi-node-driver-registrar
newTag: "v2.5.0"
newTag: "v2.5.1"
---
apiVersion: builtin
kind: ImageTagTransformer
Expand All @@ -48,6 +48,6 @@ metadata:
imageTag:
name: k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
newName: gcr.io/k8s-staging-cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
newTag: "v1.7.0-rc1"
newTag: "v1.7.2-rc1"
---