chore(deps): update dependency googlecontainertools/skaffold to v2.14.0#11229
Conversation
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: fdebd89ae33e194523fabef51160dc35893ae5e5 |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
LGTM label has been added. DetailsGit tree hash: 15002f4d7b68f34563b4fda0e3eadc5a16ff6266 |
19c519f to
604a7eb
Compare
|
/retest |
|
The Probably related to GoogleContainerTools/skaffold#9495 |
7fa918e to
24d5a15
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: acumino, marc1404, shafeeqes The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
LGTM label has been added. DetailsGit tree hash: 94cacea08dfb468f2668d497db60a13029c1183e |
|
/retest |
This PR contains the following updates:
v2.13.2->v2.14.0Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
v2.14.0Compare Source
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.14.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binLinux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.14.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.14.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.14.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binWindows
https://storage.googleapis.com/skaffold/releases/v2.14.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v2.14.0Note: This release comes with a new config version,
v4beta12. To upgrade your skaffold.yaml, useskaffold fix. If you choose not to upgrade, skaffold will auto-upgrade as best as it can.New Features and Additions:
gcloudcred helper is configured in docker/config.json when using docker go library #9469Fixes:
StandalonePodsSucceededcase when checking status #9580Docs, Test, and Release Updates:
IMAGE_NAMEvar name for the Nth artifact #9517Huge thanks goes out to all of our contributors for this release:
Configuration
📅 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.
Release note: