v0.34.1 Release
v0.34.1 Release - 07/25/2019
Linux
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.34.1/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.34.1/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Windows
https://storage.googleapis.com/skaffold/releases/v0.34.1/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v0.34.1
This minor release addresses #2523, a
breaking issue that prevented ports for resources from being re-forwarded on redeploy.
New Features:
- Let the user specify a path and a secret name #2539
- Add configuration option for sync inference [3/3] #2088
- Expose control API for builds, syncs, and deploys #2450
Bug Fixes:
- Monitor kubectl logs when port forwarding and retry on error #2543
- Make sure logs are not intermixed #2538
Updates & Refactors:
- Add a jibGradle sample #2549
- Make Jib test projects more lightweight #2544
- Add a quicktest Makefile target #2540
- Improve Maven/Jib multimodule builds between Minikube and remote clusters #2122
- Use test helpers #2520
- Better message when a container is terminated #2514
- Simpler code #2532
- Remove unused code #2513
- Fix linter issues #2527
- Longer deadline for linters #2518
- Code format #2519
- Remove duplicate go version #2517
- Move test.sh to hack folder #2515
- Travis CI: integration stage -> job #2504
Huge thanks goes out to all of our contributors for this release:
- Appu
- Balint Pato
- Brian de Alwis
- Cedric Kring
- Charles-Henri GUERIN
- Cornelius Weig
- David Gageot
- Jason McClellan
- JieJhih Jhang
- Marlon Gamez
- Medya Ghazizadeh
- Nick Kubala
- Prashant Arya
- Priya Wadhwa
- Sébastien Le Gall
- Tad Cordle
- Taylor Barrella
- Tejal Desai
- Tom Dickman