github GoogleContainerTools/skaffold v1.19.0

latest releases: v2.11.1, v2.11.0, v2.10.1...
3 years ago

v1.19.0 Release - 01/28/2021

Linux
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v1.19.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

macOS
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v1.19.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

Windows
https://storage.googleapis.com/skaffold/releases/v1.19.0/skaffold-windows-amd64.exe

Docker image
gcr.io/k8s-skaffold/skaffold:v1.19.0

From release v1.19.0, skaffold will collect anonymized Skaffold usage data.

This data will be used to help prioritize features and work on improving Skaffold. Usage data does not include any argument values or personal information and is strictly anonymized

You are opted-in by default and you can opt-out at any time with the skaffold config command.

Learn more on what data is reported here
and how to disable usage collection

Note: This is a small release with few improvements to skaffold init and skaffold documentation.

Huge thanks goes out to all of our contributors for this release:

  • Brian de Alwis
  • Isaac Duarte
  • Jeff Wu
  • Marlon Gamez
  • Medya Ghazizadeh
  • Priya Modali
  • Sangeetha A

Don't miss a new skaffold release

NewReleases is sending notifications on new releases.