hetznercloud / csi-driver

Kubernetes Container Storage Interface driver for Hetzner Cloud Volumes
MIT License
620 stars 102 forks source link

deps: update dependency googlecontainertools/skaffold to v2.13.2 #708

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Update Change
GoogleContainerTools/skaffold patch v2.13.1 -> v2.13.2

Release Notes

GoogleContainerTools/skaffold (GoogleContainerTools/skaffold) ### [`v2.13.2`](https://togithub.com/GoogleContainerTools/skaffold/releases/tag/v2.13.2): Release [Compare Source](https://togithub.com/GoogleContainerTools/skaffold/compare/v2.13.1...v2.13.2) ### v2.13.2 Release - 2024-08-21 **Linux amd64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.2/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **Linux arm64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.2/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **macOS amd64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.2/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **macOS arm64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.2/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **Windows** https://storage.googleapis.com/skaffold/releases/v2.13.2/skaffold-windows-amd64.exe **Docker image** `gcr.io/k8s-skaffold/skaffold:v2.13.2` **Full Changelog**: https://github.com/GoogleContainerTools/skaffold/compare/v2.13.1...v2.13.2 Highlights: Fixes: - fix: keep the original template if template expansion fails ([#​9503](https://togithub.com/GoogleContainerTools/skaffold/issues/9503)) by [@​ericzzzzzzz](https://togithub.com/ericzzzzzzz) in [https://github.com/GoogleContainerTools/skaffold/pull/9504](https://togithub.com/GoogleContainerTools/skaffold/pull/9504)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.