Skip to content

Commit 99a2e7a

Browse files
chore(deps): update dependency googlecontainertools/skaffold to v2.14.2 (#91)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [GoogleContainerTools/skaffold](https://redirect.github.com/GoogleContainerTools/skaffold) | patch | `v2.14.1` -> `v2.14.2` | --- ### Release Notes <details> <summary>GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)</summary> ### [`v2.14.2`](https://redirect.github.com/GoogleContainerTools/skaffold/releases/tag/v2.14.2): Release [Compare Source](https://redirect.github.com/GoogleContainerTools/skaffold/compare/v2.14.1...v2.14.2) ### v2.14.2 Release - 2025-03-19 **Linux amd64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.14.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.14.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.14.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.14.2/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **Windows** https://storage.googleapis.com/skaffold/releases/v2.14.2/skaffold-windows-amd64.exe **Docker image** `gcr.io/k8s-skaffold/skaffold:v2.14.2` **Full Changelog**: GoogleContainerTools/skaffold@v2.14.1...v2.14.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/kubernetes-dev-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 030e9b1 commit 99a2e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
kubectl
3535
skaffold
3636
kubectl: v1.32.3 # renovate: datasource=github-releases depName=kubernetes/kubernetes
37-
skaffold: v2.14.1 # renovate: datasource=github-releases depName=GoogleContainerTools/skaffold
37+
skaffold: v2.14.2 # renovate: datasource=github-releases depName=GoogleContainerTools/skaffold
3838

3939
- name: Setup k3sup
4040
run: curl -sLS https://get.k3sup.dev | sh

0 commit comments

Comments
 (0)