Closed renovate[bot] closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 34.05%. Comparing base (
faa09d6
) to head (c15e21a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
v2.12.0
->v2.13.0
Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
### [`v2.13.0`](https://togithub.com/GoogleContainerTools/skaffold/blob/HEAD/CHANGELOG.md#v2130-Release---07082024) [Compare Source](https://togithub.com/GoogleContainerTools/skaffold/compare/v2.12.0...v2.13.0) **Linux amd64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.0/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.0/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.0/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.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **Windows** https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-windows-amd64.exe **Docker image** `gcr.io/k8s-skaffold/skaffold:v2.13.0` Highlights: New Features and Additions: - feat: make ADC the default option for GCP authentication when using go-containerregistry [#9456](https://togithub.com/GoogleContainerTools/skaffold/pull/9456) - feat: Optimized fs walker and util.IsEmptyDir [#9433](https://togithub.com/GoogleContainerTools/skaffold/pull/9433) Fixes: - fix: first and last image won't be detected as known image, do not add single quote to the jsonpath ([#9448](https://togithub.com/GoogleContainerTools/skaffold/issues/9448)) [#9449](https://togithub.com/GoogleContainerTools/skaffold/pull/9449) - fix(cmd): fixed err output for delete and deploy commands [#9437](https://togithub.com/GoogleContainerTools/skaffold/pull/9437) Updates and Refactors: - chore: upgrade-go-to-1.22.4 [#9454](https://togithub.com/GoogleContainerTools/skaffold/pull/9454) - chore(logs): update log messages for better clarity [#9443](https://togithub.com/GoogleContainerTools/skaffold/pull/9443) Huge thanks goes out to all of our contributors for this release: - Renzo Rojas - Roland Németh - Suleiman Dibirov - ericzzzzzzzConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Mend Renovate. View repository job log here.