Releases: GoogleContainerTools/skaffold
v2.18.2 Release
v2.18.2 Release - 2026-03-26
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.18.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.18.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.18.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.18.2/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Docker image
gcr.io/k8s-skaffold/skaffold:v2.18.2
Full Changelog: v2.18.1...v2.18.2
v2.18.1 Release
v2.18.1 Release - 2026-03-19
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.18.1/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Linux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.18.1/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.18.1/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.18.1/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Docker image
gcr.io/k8s-skaffold/skaffold:v2.18.1
Full Changelog: v2.18.0...v2.18.1
v2.18.0 Release
v2.18.0 Release - 03/12/2026
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.18.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.18.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.18.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.18.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Docker image
gcr.io/k8s-skaffold/skaffold:v2.18.0
Highlights:
New Features and Additions:
Fixes:
Updates and Refactors:
Docs, Test, and Release Updates:
- chore: Upgrade golang version to 1.25.8 #10009
- chore: bumping up docker cli to address CVE-2025-15558 #10008
- chore: bump actions/upload-artifact from 6 to 7 in the github-actions group #9998
- chore: bump flask from 2.2.5 to 3.1.3 in /examples/hot-reload/python #10004
- chore: bump rack from 2.2.20 to 2.2.22 in /integration/examples/ruby/backend #10005
- chore: bump flask from 3.1.0 to 3.1.3 in /examples/buildpacks-python #10006
- Upgrade go dependencies for skaffold. #10007
- chore: bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 #9996
- chore: delete webhooks #9999
- chore: bump rack from 2.2.20 to 2.2.22 in /examples/ruby/backend #9981
- chore: bump flask from 2.2.5 to 3.1.3 in /integration/examples/hot-reload/python #9989
- chore: bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 #9993
- Migration to Kokoro instances #9991
- chore: fixing docs due to upgrade in Hugo #9977
- Updated the node version to fix error #9976
- Updated Dockerfile to try to fix vuln bug #9974
- chore: upgrade golang to 1.25.7 #9973
- Use mirror in Dockerfiles for integration tests to prevent docker hub rate limits #9970
- chore: bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /hack/tools #9916
- chore: bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in /examples/grpc-e2e-tests/service #9918
- chore: bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.5 #9971
- test(integration): Update busybox and alpine:3 to use the mirror to avoid docker rate hub limit errors #9966
- chore: bump github.com/theupdateframework/go-tuf/v2 from 2.3.0 to 2.4.1 #9962
- chore: bump github.com/sigstore/rekor from 1.4.3 to 1.5.0 #9956
- chore: bump github.com/sigstore/sigstore from 1.10.3 to 1.10.4 #9957
- cicd: bazel github presubmit flow fixes for recent bazel 9.0.0 release #9961
- chore: bump github.com/sigstore/cosign/v2 from 2.6.1 to 2.6.2 #9948
- Upgrade github.com/google/ko to v0.18.1 #9939
- chore: upgrade golang to 1.25.5 #9944
- disabling kaniko integration tests due to kaniko service account permissions issue #9943
- chore: bump the github-actions group across 1 directory with 3 updates #9934
- chore: bump golang.org/x/crypto from 0.43.0 to 0.45.0 #9917
Huge thanks goes out to all of our contributors for this release:
- Chris
- Darien Lin
- dependabot[bot]
- Matt Santa
- menahyouyeah
- ruhi-chaddha
v2.17.3 Release
v2.17.3 Release - 2026-03-05
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.3/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Linux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.3/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.3/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.3/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Docker image
gcr.io/k8s-skaffold/skaffold:v2.17.3
Full Changelog: vv2.17.2...v2.17.3
v2.17.2 Release
v2.17.2 Release - 2026-02-12
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.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.17.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.17.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.17.2/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Docker image
gcr.io/k8s-skaffold/skaffold:v2.17.2
Full Changelog: v2.17.1...v2.17.2
v2.17.1 Release
v2.17.1 Release - 2026-01-07
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.1/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Linux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.1/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.1/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.1/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Docker image
gcr.io/k8s-skaffold/skaffold:v2.17.1
Full Changelog: v2.17.0...v2.17.1
v2.17.0 Release
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.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.17.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.17.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.17.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Docker image
gcr.io/k8s-skaffold/skaffold:v2.17.0
Highlights:
New Features and Additions:
- feat(helm): Support Helm v4 for rendering and deployment, drop Helm v2 support for rendering since
helm version --clientparameter is not supported anymore in v4 #9892 - Add support for workerpool resource. #9852
Fixes:
- fix: Avoid sync retry if file/directory was not found #9721
- fix: Enable registries with self-signed certificates #9863
- fix: use print-access-token to allow iam impersonation #9841
- fix: open skaffold-overrides.yaml: no such file or directory since up grading to skaffold "v2.15.0" (#9788) #9849
- fix: handle heredoc in Dockerfile #9835
- fix: Update PrintNamespacesList to use a YAML parser for multiple manifest files (#9825) #9833
- fix: update debug skip probes annotation to be Kubernetes valid annotation #9831
- fix: Update PrintNamespacesList to use a YAML parser for multiple manifest files #9825
- fix(helm): Fix unformatted error message #9814
Updates and Refactors:
Docs, Test, and Release Updates:
- chore: upgrade golang to 1.25.4 #9909
- chore: bump rack from 2.2.14 to 2.2.20 in /integration/examples/ruby/backend #9907
- chore: bump github.com/opencontainers/selinux from 1.12.0 to 1.13.0 #9908
- chore: bump the golang group with 10 updates #9905
- chore: bump github.com/containerd/containerd from 1.7.28 to 1.7.29 #9903
- chore: fix the broken integration tests #9904
- chore: bump the golang group with 3 updates #9899
- chore: bump actions/upload-artifact from 4 to 5 in the github-actions group #9897
- chore: bump the golang group with 2 updates #9896
- chore: send one PR a week with all golang dependabot updates #9888
- chore: tell dependabot to ignore the examples directories #9887
- chore: upgrade the rest of the dependencies #9886
- Fix minor typo in custom-actions.md #9873
- chore: bump github/codeql-action from 3 to 4 #9879
- chore: bump actions/setup-go from 5 to 6 #9865
- chore: bump ossf/scorecard-action from 2.4.2 to 2.4.3 #9874
- chore: upgrade a lot of dependencies #9884
- test: fix the Cloud Run Worker Pool integration test #9885
- chore: upgrade golang to 1.25.3 #9882
- chore: upgrade golangcli-lint #9881
- chore: pin the Windows unit tests to Windows 2022. #9880
- chore: upgrade to Go 1.25.0 #9859
- chore: bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 #9854
- chore: bump actions/checkout from 4 to 5 #9851
- chore: bump actions/setup-java from 4 to 5 #9858
- chore: bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 #9836
- [bug]: Support helm depBuild flags for helm deploys #9808
- Fix a small typo in helm documentation #9847
- chore: fix the proto generation #9844
- chore: fix the scorecard-action #9842
- chore: bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in /integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap #9840
- chore: updates to the GitHub Actions workflows #9822
- chore: bump rack from 2.2.13 to 2.2.14 in /integration/examples/ruby/backend #9818
- chore: reduce dependabot PRs #9819
- chore: bump rack from 2.2.13 to 2.2.14 in /examples/ruby/backend #9817
- doc: state default parameter for manifests::rawYaml #9816
- cicd: migrate internal build config to internal config repository. #9810
- docs: add a KEYS file for verifying our releases #9813
Huge thanks goes out to all of our contributors for this release:
- Andreas Sommer
- Darien Lin
- dependabot[bot]
- Halvard Skogsrud
- Kaarel Raspel
- Katie Zhang
- Marcin Skalski
- Matt Santa
- menahyouyeah
- Michael Plump
- MochikoNyan
- Nelson Chen
- Paridhi Shah
- Sławek Zborowski
- Steve Foster
- Suleiman Dibirov
- timtlchen
- Vihang Mehta
v2.16.1 Release
v2.16.1 Release - 2025-06-18
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.1/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Linux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.1/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.1/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.1/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Docker image
gcr.io/k8s-skaffold/skaffold:v2.16.1
Full Changelog: v2.16.0...v2.16.1
v2.16.0 Release
v2.16.0 Release - 05/02/2025
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.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.16.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.16.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.16.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Docker image
gcr.io/k8s-skaffold/skaffold:v2.16.0
Highlights:
New Features and Additions:
- feat(config): Enhance config list/set output #9780
- feat: Add support for configurable statusCheckDeadlineSeconds field for Cloud Run #9778
- feat: Add support in Cloud Run for configuring tolerateFailuresUntilDeadline and disabling status checks #9799
Fixes:
- Bugfix: Only prune images if changed #9787
Updates and Refactors:
Docs, Test, and Release Updates:
- docs: Make --no-prune documentation clearer #9786
- chore: bump golang.org/x/net from 0.23.0 to 0.38.0 in /integration/examples/grpc-e2e-tests/service #9792
- chore: remove the
skaffold surveycode #9803 - chore: upgrade all dependencies #9802
- chore: upgrade to Go 1.24.2 #9805
- chore: update dependencies in Dockerfile and integration tests #9806
Huge thanks goes out to all of our contributors for this release:
- Darien Lin
- Martin
- menahyouyeah
- Michael Plump
- Suleiman Dibirov
v2.15.0 Release
v2.15.0 Release - 04/03/2025
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.15.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.15.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.15.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.15.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Docker image
gcr.io/k8s-skaffold/skaffold:v2.15.0
Note: This release comes with a new config version, v4beta13. To upgrade your skaffold.yaml, use skaffold fix. If you choose not to upgrade, skaffold will auto-upgrade as best as it can.
Highlights:
New Features and Additions:
- feat(helm): add depBuild and template flags to HelmDeployFlags schema #9696
- feat: allow ValuesFile from GCS #9182
Fixes:
- fix: fix lifecycle version in go.mod #9774
- fix: port-forward error logs
failed to port forward(#9728) #9759 - fix(verify): use container name from configuration in verify tests #9753
- fix: gcb builder incorrectly assumes target project from worker pool project #9725
- fix: port-forward error logs
failed to port forward#9728 - fix: kustomize render should workwith inline patches #9732
- fix(helm): Fix helm package installation order #9693
- fix(helm): Fix helm package installation order (#9693) #9709
- fix: (helm) Add expand env template for dependsOn, fix concurrent installation (#9689) #9707
- fix(helm): Add expand env template for dependsOn, fix concurrent installation #9689
Docs, Test, and Release Updates:
- chore: Fix BuildContextCompressionLevel description, output the level #9688
- chore: update dockerfile and integration skaffold dependencies #9776
- chore: Update go deps for 2.15 release #9773
- chore: bump go version to 1.24.1 #9772
- chore: bump github/codeql-action from 3.28.12 to 3.28.13 #9767
- chore: bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 #9763
- chore: bump actions/upload-artifact from 4.6.1 to 4.6.2 #9761
- chore: bump github/codeql-action from 3.28.11 to 3.28.12 #9760
- chore: bump golang.org/x/net from 0.33.0 to 0.36.0 in /examples/grpc-e2e-tests/service #9758
- chore: bump github.com/containerd/containerd from 1.7.25 to 1.7.27 #9756
- chore: bump rack from 2.2.11 to 2.2.13 in /integration/examples/ruby/backend #9752
- chore: bump golang.org/x/net from 0.23.0 to 0.36.0 in /hack/tools #9750
- chore: bump golang.org/x/net from 0.35.0 to 0.36.0 #9751
- chore: bump rack from 2.2.11 to 2.2.13 in /examples/ruby/backend #9749
- chore: bump github/codeql-action from 3.28.10 to 3.28.11 #9748
- chore: new schema version v4beta13 #9741
- chore: bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 #9737
- chore: bump golang.org/x/net from 0.23.0 to 0.33.0 in /examples/grpc-e2e-tests/service #9736
- chore: bump actions/upload-artifact from 4.6.0 to 4.6.1 #9733
- chore: bump ossf/scorecard-action from 2.4.0 to 2.4.1 #9734
- chore: bump github/codeql-action from 3.28.9 to 3.28.10 #9735
- chore: bump github/codeql-action from 3.28.8 to 3.28.9 #9724
- chore: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.0 to 2.26.1 #9715
- Revert back to only allowing security updates from dependabot. #9727
- chore: bump rack from 2.2.8.1 to 2.2.11 in /integration/examples/ruby/backend #9719
- chore: bump rack from 2.2.8.1 to 2.2.11 in /examples/ruby/backend #9720
- chore: bump golang.org/x/net from 0.23.0 to 0.33.0 in /integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap #9726
- chore: bump google.golang.org/api from 0.219.0 to 0.221.0 #9723
- chore: bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace from 1.25.0 to 1.26.0 #9697
- chore: bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #9701
- chore: bump github.com/evanphx/json-patch from 5.9.0+incompatible to 5.9.11+incompatible #9698
- chore: bump github/codeql-action from 3.28.5 to 3.28.8 #9702
- chore: bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric from 0.49.0 to 0.50.0 #9700
- chore: bump google.golang.org/api from 0.218.0 to 0.219.0 #9699
- chore: bump google.golang.org/grpc from 1.69.4 to 1.70.0 #9683
- chore: bump github/codeql-action from 3.28.1 to 3.28.5 #9685
- chore: bump google.golang.org/protobuf from 1.36.3 to 1.36.4 #9684
Huge thanks goes out to all of our contributors for this release:
- Angel Montero
- Artem Kamenev
- ASHOK KUMAR KS
- Bogdan Nazarenko
- coperni
- dependabot[bot]
- menahyouyeah
- Michael Plump
- SeongChan Lee
- Suleiman Dibirov