v1.25.0 Release - 05/25/2021
Linux
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v1.25.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v1.25.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Windows
https://storage.googleapis.com/skaffold/releases/v1.25.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v1.25.0
Highlights:
- Debug support for pydevd, new
--protocols
debug flag #5759
New Features:
- Allow caching from previously built artifacts on GCB #5903
Fixes:
- fix: setting default deployer definition #5861
- Schemas should emit
type=object
for object #5876 - Failing to delete source archive should not fail GCB builds #5891
- Fix
skaffold diagnose
to work when skaffold.yaml is outside of source root dir #5900
Updates and Refactors:
- [V3] add renderer basic struct. #5793
- [v3] Add render generator #5865
- Move application logs to their own endpoint for API V2 #5868
- Update go-containerregistry to 0.5.1 #5881
- Update pack to 0.18.1 #5882
- Add .NET .csproj detection to init for buildpacks #5883
- Refactor metrics prompt functions and change
color
package name #5890
Docs, Test, and Release Updates:
- Fix yaml reference rendering for object-type examples #5872
- Update _index.md #5902
- Rework
debug
docs and add small section on troubleshooting #5905
Huge thanks goes out to all of our contributors for this release:
- Asdrubal
- Brian de Alwis
- Gaurav
- Marlon Gamez
- Matthew Michihara
- Tejal Desai
- Yuwen Ma