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

skaffold 1.6.0 #635

Merged
merged 1 commit into from
Mar 20, 2020
Merged

skaffold 1.6.0 #635

merged 1 commit into from
Mar 20, 2020

Conversation

fmotrifork
Copy link
Contributor

Updating package skaffold to release v1.6.0.

Release info

v1.6.0 Release - 03/19/2020

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

Highlights:

  • Support Dockerfile.dockerignore #3837
  • Add new Auto sync option #3382
  • Cross compile for linux-arm #3819

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

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

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

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

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

Fixes:

  • Fix issues in skaffold init #3840
  • Fix skaffold debug panic with nodejs #3827
  • Fix this integration test on minikube #3807
  • Fix make quicktest #3820
  • Fix TestWaitForPodSucceeded flake #3818
  • Fix ko sample #3805

Updates & Refactors:

  • Add dependabot config file #3832
  • Upgrade kompose to 1.21.0 #3806
  • Go 1.14 #3775
  • add flag --survey to set to set/unset disable survey prompt #3732
  • Bump schema to v2beta1 #3809
  • [Diagnostics] Add validator interface. Add resource interface and PodValidator #3742

Docs Updates:

  • Simplify code that finds the artifact's type #3825
  • Use new t.Cleanup() to simplify tests #3815
  • cleanup common flags + better -f description #3786
  • unhide status check and on by default #3792
  • Normalize capitalization for types while port forwarding #3803
  • Also clean up statik files #3804

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

  • Agrin
  • Appu Goundan
  • Balint Pato
  • Brian de Alwis
  • Daniel Abdelsamed
  • David Gageot
  • Nick Kubala
  • Tejal Desai

@bacongobbler bacongobbler merged commit 6fa06b8 into fishworks:master Mar 20, 2020
@fmotrifork fmotrifork deleted the skaffold-v1.6.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