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

skaffold 1.8.0 #690

Merged
merged 1 commit into from
Apr 20, 2020
Merged

skaffold 1.8.0 #690

merged 1 commit into from
Apr 20, 2020

Conversation

fmotrifork
Copy link
Contributor

Updating package skaffold to release v1.8.0.

Release info

v1.80 Release - 04/17/2020

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

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

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

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

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

Fixes:

  • Whitelist recursively transformable kinds. #3833
  • Update error message to use are since manifests is plural #3930
  • Correctly set namespace when checking for an existing helm release via skaffold deploy #3914
  • Disable Python detector's use of PYTHON_VERSION #3919

Updates & Refactors:

  • Upgrade Jib to 2.2.0 #3971
  • Bump kubernetes to 1.14 and all other k8 deps to 0.17.0 #3938
  • Update pack image to v0.10.0 #3956
  • Introduce v2beta2 #3942
  • Refactoring on filepath.Walk #3885
  • Simplify Debug Transformer interface and allow Apply to fail on images #3931
  • Add error codes to event api to send error codes to Skaffold Event API #3954

Docs updates:

  • Update docs to point to new 2020 roadmap #3924
  • Add Kustomize example with an image built by skaffold #3901
  • Update VS Code Go launch snippet #3950
  • Improve Debug's Go docs #3949

Thanks goes out to all of our contributors for this release:

  • Balint Pato
  • Brian de Alwis
  • Chanseok Oh
  • David Gageot
  • Max Goltzsche
  • Michael Parker
  • Nick Kubala
  • Pedro de Brito
  • Tejal Desai

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