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

skaffold 1.17.1 #1096

Merged
merged 1 commit into from
Dec 3, 2020
Merged

skaffold 1.17.1 #1096

merged 1 commit into from
Dec 3, 2020

Conversation

fmotrifork
Copy link
Contributor

Updating package skaffold to release v1.17.1.

Release info

v1.17.1 Release - 12/01/2020

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

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

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

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

This is a minor release with few updates.

Highlights:

  • Improve deployment times to local kind/k3d by setting kind-disable-load and k3d-disable-load to true in global config #5012

Fixes:

  • Change default kaniko image to gcr.io/k8s-skaffold/skaffold-helpers/busybox from busybox #5080
  • Support multi-level repos for Artifact Registry #5053

Updates:

  • Add distinct error codes for all deploy errors #5070
  • Bump k8s and docker client library deps #5038
  • add docker build distinct error codes #5059
  • add jib tool errors #5068
  • Update to pack 0.15 and add debug support for CNB Platform API 0.4 #5064

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

  • Brian de Alwis
  • Gaurav
  • Halvard Skogsrud
  • Isaac Duarte
  • Marlon Gamez
  • Nick Kubala
  • Tejal Desai
  • Thomas Strömberg
  • Zbigniew Mandziejewicz

@bacongobbler bacongobbler merged commit fbf6d95 into fishworks:main Dec 3, 2020
@fmotrifork fmotrifork mentioned this pull request Jan 4, 2021
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