v1.34.0 Release - 10/26/2021
Linux
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v1.34.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v1.34.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Windows
https://storage.googleapis.com/skaffold/releases/v1.34.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v1.34.0
Note: This release comes with a new config version, v2beta25
. To upgrade your skaffold.yaml, use skaffold fix
. If you choose not to upgrade, skaffold will auto-upgrade as best as it can.
Highlights:
skaffold deploy
,skaffold render
andskaffold test
now support the--images
flag for providing a list of images to run against.- The
--images
flag now supportsNAME=TAG
pairs.
New Features and Additions:
- feat: trap SIGUSR1 to dump current stacktrace #6751
- feat: skaffold lint core logic, CLI command+flags, and MVP skaffold.yaml support #6715
Fixes:
- fix: fix non-determinism in skaffoldyamls_test.go #6757
- fix: use new stringslice lib #6752
- fix: correctly rewrite debug container entrypoint and bind host port #6682
- Fix new version generation #6616
- fix: panic caused by multiple channel closes #6714
- fix: sanity check kpt deployer versions #6711
Updates and Refactors:
- refactor: move some of
pkg/skaffold/util
into into packages #6731
Docs, Test, and Release Updates:
- doc: update CI-CD article to decouple
render
anddeploy
use from GitOps #6750 - chore: update image dependencies #6736
- chore: use ad-hoc signing on darwin to avoid network popups #6738
- chore: add cluster type to the instrumentation meter #6734
- chore: Update globstar syntax in examples dependencies #6614
- docs: add Cloud Code install instructions #6716
Huge thanks goes out to all of our contributors for this release:
- Aaron Prindle
- Brian de Alwis
- Conor A. Callahan
- Dave Dorbin
- Gaurav
- Halvard Skogsrud
- Marlon Gamez
- Mike Verbanic
- Nick Kubala
- Tejal Desai
- Yuwen Ma