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

skaffold 1.7.0 #662

Merged
merged 1 commit into from
Apr 3, 2020
Merged

Conversation

fmotrifork
Copy link
Contributor

Updating package skaffold to release v1.7.0.

Release info

v1.7.0 Release - 04/02/2020

Highlights:

  • kustomize dependencies include environment files (#3720) #3721
  • Support globs in custom/buildpacks builder deps #3878

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

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

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

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

Fixes:

  • Fix GCB build failure for multi-module Jib projects #3852
  • Fix possible nil dereference #3869
  • Fix console output for internal Jib tasks/goals #3880
  • Fix go test helper #3859

Updates & Refactors:

  • Better status check #3892
  • disable jib gradle in skaffold init by default #3906
  • Use new name for the linter’s cache #3894
  • Use less memory for linting #3888
  • Simplify Kaniko error message #3870
  • Wait for the logs to be printed #3877
  • Master Keychain #3865
  • Replace errors.Wrap with %w #3860
  • Show compilation errors #3866
  • Cobra context #3842
  • Format go test output with Go rather than bash and jq #3853

Design proposals:

  • Update debug-events design proposal status #3874

Docs updates:

  • Rework debug docs #3875
  • Fix of documentation issue #3266 microservices example is broken #3867
  • [docs] [release] fix firebase-tools version #3857
  • [examples] upgrade nodejs example dependencies #3858
  • Fix doc link to local cluster info #3856
  • upgrade hugo + small fixes #3854

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

  • Balint Pato
  • Brian de Alwis
  • David Gageot
  • Dmitry Stoyanov
  • Nick Kubala
  • Nick Novitski
  • Tad Cordle
  • tejal29

@fmotrifork
Copy link
Contributor Author

#667 should fix build error.

@bacongobbler bacongobbler merged commit b123843 into fishworks:master Apr 3, 2020
@fmotrifork fmotrifork deleted the skaffold-v1.7.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