v0.16.0
Linux
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.16.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.16.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Windows
https://storage.googleapis.com/skaffold/releases/v0.16.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v0.16.0
Documentation
HTML: https://storage.googleapis.com/skaffold/releases/v0.16.0/docs/index.html
PDF: https://storage.googleapis.com/skaffold/releases/v0.16.0/docs/index.pdf
v0.16.0 Release - 10/11/2018
New Features:
- Add a
skaffold diagnose
command #1109 - Add localdir buildcontext to kaniko builder #983
- Add --label flag to specify custom labels for deployments #1098
- Add support for building projects using jib #1073
Bug Fixes:
- Fix jib artifacts in skaffold diagnose #1141
- Fix master #1133
- Delete and redeploy object upon error 'field is immutable' #940
- Fix
skaffold fix
#1123 - Lists files recursively in jib.getDependencies and other fixes. #1097
- Merge error? #1095
- Fix missing parenthesis #1089
Updates:
- Move sync code to pkg/skaffold/sync/kubectl #1138
- Add a test to check version upgrades #1103
- Add a way to unset global config values #1086
- Handles Jib build directly to registry when push=true. #1132
- Simplify Jib code #1130
- Trim the dockerfile a bit: #1128
- Pass context when listing dependencies #1108
- Remove fully qualified jib path for maven goals #1129
- Merge master into jib_skaffold feature branch. #1117
- Merge Jib feature-branch #1063
- Improves jib.getDependencies. #1125
- skipPush -> push #1114
- Support for dot files in dockerignore #1122
- remove project level skaffold.yaml #1119
- Merge master into jib_skaffold feature branch #1116
- Unify Jib command wrapper usage #1105
- Update labels when deploying to namespace other than default #1115
- Improve sync #1102
- Rename SkaffoldConfig to SkaffoldPipeline #1087
- Kaniko improvements #1101
- File Sync for skaffold dev #1039
- Implement a manual trigger for watch mode #1085
- Skaffold init asks user to write skaffold.yaml #1091
- Couple of improvements to the test phase #1080
- Merges branch 'master' into jib_skaffold. #1088
- Implements jib.GetDependenciesMaven/GetDependenciesGradle. #1058
- Add test runner #1013
- Simplify schema versioning #1067
- Changelog changes for v0.15.1 #1075
- Minor logging improvements #1142
A huge "Thank you!" to the contributors for this release:
- David Gageot
- Balint Pato
- Matt Rickard
- Nick Kubala
- Priya Wadhwa
- Q Chen
- Theo Chamley
- Brian de Alwis
- Dan Lorenc
- Appu Goundan