Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

skaffold 1.4.0 #582

Merged
merged 1 commit into from
Feb 24, 2020
Merged

skaffold 1.4.0 #582

merged 1 commit into from
Feb 24, 2020

Conversation

fmotrifork
Copy link
Contributor

Updating package skaffold to release v1.4.0.

Release info

v1.4.0 Release - 02/20/2020

Note: This release comes with a new config version v2alpha4. To upgrade your skaffold.yaml, use skaffold fix. If you choose not to upgrade, skaffold will auto-upgrade as best as it can.

Highlights:

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

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

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

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

Fixes:

  • Allow 'make test' to work for users who do not have jq installed #3696
  • retry pruning when skaffold could not prune local images due running containers #3643
  • Fix npe when resetting status check state #3658
  • fix nilpointer with skaffold init --skip-build #3657
  • Support kustomize "extended" patches. #2909 #3663

Updates & Refactors:

  • Faster Makefile #3706
  • Simpler code dealing with durations #3709
  • Update Jib to 2.0.0 #3707
  • Reduce default status check deadline to 2 mins #3687
  • move unused pod validator code to pkg/diag #3704
  • hidden --minikube-profile flag #3691
  • [refactor] make DoInit() a proper controller #3682
  • a hidden flag for simpler access to new init format #3660
  • Disable all colors in Buildpacks’s output when not in a terminal #3651
  • Build skaffold-builder image from a pre-pushed base #3631
  • Update pack image to v0.8.1 #3629
  • customizable jib feature minimum requirements #3628

Docs Updates:

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

  • Appu Goundan
  • Balint Pato
  • Brian de Alwis
  • David Gageot
  • David Hovey
  • Max Resnick
  • Nick Kubala
  • Tejal Desai
  • Thomas Strömberg

@bacongobbler bacongobbler merged commit 89e503f into fishworks:master Feb 24, 2020
@fmotrifork fmotrifork deleted the skaffold-v1.4.0 branch August 25, 2020 13:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants