Skip to content

Commit 20072c0

Browse files
authored
Merge pull request #464 from gnufied/bump-release-tools
Bump release tools and fix a typo in github URL
2 parents 2e88477 + 4ab764a commit 20072c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG/CHANGELOG-1.13.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- Adds the flag --extra-modify-metadata, which when set to true, will inject extra PVC and PV metadata as parameters when calling ModifyVolume on CSI Drivers ([#420](https://github.com/kubernetes-csi/external-resizer/pull/420), [@mdzraf](https://github.com/mdzraf))
1010
- Infeasible PVC modifications will be retried at a slower pace than normal failures. ([#453](https://github.com/kubernetes-csi/external-resizer/pull/453), [@AndrewSirenko](https://github.com/AndrewSirenko))
11-
- Move RecoverVolumeExpansionFailure to beta and enabled by default. ([#459](https://github.com/kubernetes-csi/external-resizer/pull/459), [@gnufied](https://gitihub.com/gnufied))
11+
- Move RecoverVolumeExpansionFailure to beta and enabled by default. ([#459](https://github.com/kubernetes-csi/external-resizer/pull/459), [@gnufied](https://github.com/gnufied))
1212

1313
## Dependencies
1414

release-tools/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
# The image must contain bash and curl. Ideally it should also contain
2727
# the desired version of Go (currently defined in release-tools/prow.sh),
2828
# but that just speeds up the build and is not required.
29-
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20230623-56e06d7c18'
29+
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20240718-5ef92b5c36'
3030
entrypoint: ./.cloudbuild.sh
3131
env:
3232
- GIT_TAG=${_GIT_TAG}

release-tools/prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ configvar CSI_PROW_SIDECAR_E2E_PATH "${CSI_PROW_SIDECAR_E2E_IMPORT_PATH}" "CSI S
243243
# of the cluster. The alternative would have been to (cross-)compile csi-sanity
244244
# and install it inside the cluster, which is not necessarily easier.
245245
configvar CSI_PROW_SANITY_REPO https://github.com/kubernetes-csi/csi-test "csi-test repo"
246-
configvar CSI_PROW_SANITY_VERSION v5.2.0 "csi-test version"
246+
configvar CSI_PROW_SANITY_VERSION v5.3.1 "csi-test version"
247247
configvar CSI_PROW_SANITY_PACKAGE_PATH github.com/kubernetes-csi/csi-test "csi-test package"
248248
configvar CSI_PROW_SANITY_SERVICE "hostpath-service" "Kubernetes TCP service name that exposes csi.sock"
249249
configvar CSI_PROW_SANITY_POD "csi-hostpathplugin-0" "Kubernetes pod with CSI driver"

0 commit comments

Comments
 (0)