Skip to content

v0.30.0 Release

Compare
Choose a tag to compare
@balopat balopat released this 24 May 00:17
fe31429

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

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

Windows
https://storage.googleapis.com/skaffold/releases/v0.30.0/skaffold-windows-amd64.exe

Docker image
gcr.io/k8s-skaffold/skaffold:v0.30.0

v0.30.0 Release - 05/23/2019

Note: This release comes with a new config version v1beta11.
To upgrade your skaffold.yaml, use skaffold fix. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
See deprecation-policy.md for details on what beta means.

New Features:

  • Add support for npm run-script-based launches for skaffold debug #2141
  • Support deploying remote helm charts #2058
  • Option to mount HostPath in each Kaniko Pod to be used as cache volume #1690
  • Additional git tagger variants (TreeSha, AbbrevTreeSha) #1905
  • Enable skaffold debug for kustomize #2043
  • ✨ Add option --no-prune-children #2113
  • Turn port forwarding off by default #2115

Bug Fixes:

  • Remove build dependency for helm deploy #2121
  • Check for env variables for root cmd persistent flags #2143
  • skaffold debug: log unsupported objects or versions #2138
  • Don't panic for nil pod watch object #2112
  • Fix bugs in custom builder #2130

Updates & refactoring:

  • Freeze v1beta10 config #2109
  • Add Annotations to command and flags per phase annotation. #2022
  • Add smoke test for skaffold diagnose #2157
  • More tests #2128
  • Refactor the runner #2155
  • Remove some old plugin related code from event handler #2156
  • Test helper to override value for tests #2147
  • Simpler Travis configuration #2146
  • Remove duplication around cobra code. #2145
  • Bring helm integration test back #2140
  • Use testutil.NewTempDir() instead #2149
  • Simpler code #2148
  • Use more recent Golang images #2132
  • Always use the same technique to cleanup global variables in tests. #2135
  • Update jib #2133

Docs updates:

  • Fix and improve sync samples #2131
  • docs: correct header name for jump. #2079
  • added the notice about skaffold deploy #2107
  • add explanation to cloud build section docs #2104

Design proposals:

  • [Design Proposal] Event API v2 #1949
  • [Design Proposal] Setting proxy for Kaniko Pod #2064

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

  • Balint Pato
  • Brian de Alwis
  • Charles-Henri GUÉRIN
  • Cornelius Weig
  • David Gageot
  • Iván Aponte
  • Martin Hoefling
  • Nick Kubala
  • Persevere Von
  • Prashant Arya
  • Priya Wadhwa
  • Taylor Barrella
  • Tejal Desai