Skip to content

Commit

Permalink
Merge pull request #464 from gnufied/bump-release-tools
Browse files Browse the repository at this point in the history
Bump release tools and fix a typo in github URL
  • Loading branch information
k8s-ci-robot authored Jan 10, 2025
2 parents 2e88477 + 4ab764a commit 20072c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-1.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- 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))
- 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))
- Move RecoverVolumeExpansionFailure to beta and enabled by default. ([#459](https://github.com/kubernetes-csi/external-resizer/pull/459), [@gnufied](https://gitihub.com/gnufied))
- Move RecoverVolumeExpansionFailure to beta and enabled by default. ([#459](https://github.com/kubernetes-csi/external-resizer/pull/459), [@gnufied](https://github.com/gnufied))

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion release-tools/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
# The image must contain bash and curl. Ideally it should also contain
# the desired version of Go (currently defined in release-tools/prow.sh),
# but that just speeds up the build and is not required.
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20230623-56e06d7c18'
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20240718-5ef92b5c36'
entrypoint: ./.cloudbuild.sh
env:
- GIT_TAG=${_GIT_TAG}
Expand Down
2 changes: 1 addition & 1 deletion release-tools/prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ configvar CSI_PROW_SIDECAR_E2E_PATH "${CSI_PROW_SIDECAR_E2E_IMPORT_PATH}" "CSI S
# of the cluster. The alternative would have been to (cross-)compile csi-sanity
# and install it inside the cluster, which is not necessarily easier.
configvar CSI_PROW_SANITY_REPO https://github.com/kubernetes-csi/csi-test "csi-test repo"
configvar CSI_PROW_SANITY_VERSION v5.2.0 "csi-test version"
configvar CSI_PROW_SANITY_VERSION v5.3.1 "csi-test version"
configvar CSI_PROW_SANITY_PACKAGE_PATH github.com/kubernetes-csi/csi-test "csi-test package"
configvar CSI_PROW_SANITY_SERVICE "hostpath-service" "Kubernetes TCP service name that exposes csi.sock"
configvar CSI_PROW_SANITY_POD "csi-hostpathplugin-0" "Kubernetes pod with CSI driver"
Expand Down

0 comments on commit 20072c0

Please sign in to comment.