v0.15.0
Linux
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.15.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.15.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Windows
https://storage.googleapis.com/skaffold/releases/v0.15.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v0.15.0
Documentation
HTML: https://storage.googleapis.com/skaffold/releases/v0.15.0/docs/index.html
PDF: https://storage.googleapis.com/skaffold/releases/v0.15.0/docs/index.pdf
New Features:
- Added kustomize to deploy types #1027
- Basic support for watching Kustomize dependencies #1015
- Basic support for using kubectl and helm together #586
- Add support for multiple helm values files #985
- Add v1alpha3 Config #982
Bug Fixes:
- annotated.yaml: fix gcb timeout format #1040
- Catch a 409 when creating a bucket and continue. #1044
- Fix typo #1045
- Fix issues with build args replacement #1028
- prevent watcher failure if helm valuesFilePath not set #930
- Correctly parse build tags that contain port numbers #1001
- FIX kubectl should only redeploy updated manifests #1014
- Fix race conditions in TestWatch #987
Updates:
- Simpler merged PR collection for release notes #1054
- Improve kustomize deployer #1036
- kustomizePath is a folder that defaults to . #1030
- Discard output in tests #1021
- Add a test for
kubectl should only redeploy updated manifests
#1022 - Examples versioning #1019
- add nkubala to MAINTAINERS #993
- Debounce rapid file changes #1005
- Print kubectl client version #991
- Auto configure authentication helper for gcr.io #989
- Tweak the Dockerfile. #1007
- Skip kaniko-related test when running locally #990
- Extract code from GCB #986
A huge "Thank you!" to the contributors for this release:
- David Gageot
- Balint Pato
- Matt Rickard
- Nick Kubala
- Priya Wadhwa
- Dan Lorenc
- Ahmet Alp Balkan
- Cliff Burdick
- Adam Bouhenguel
- Geert-Johan Riemer
- Robert Sanders
- David Maddison