v0.31.0 Release
Linux
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.31.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.31.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Windows
https://storage.googleapis.com/skaffold/releases/v0.31.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v0.31.0
v0.31.0 Release - 06/06/2019
New Features:
- Add CI on windows #2214
- Add API build trigger alpha #2201
- Cross compile Skaffold, with CGO=1, using xgo #2006
- Print logs from init containers #2182
Bug Fixes:
Updates & refactoring:
- Increase test coverage #2225
- Use test wrapper in more tests #2222
- Improve documentation for kaniko #2186
- Use the testutils test helper #2218
- Remove AppVeyor #2219
- Check man page with a unit test instead of a script #2180
- Test helper to make tests less verbose #2193
- Refactor cmd builder #2179
- Faster Travis CI #2210
- Simplify schema upgrades: remove duplication #2212
- Moar tests #2195
- Add a test help to verify that a test panicked #2194
- [Refactor] Move gRPC and HTTP server logic out of event package #2199
- Update _index.md #2192
- Multiple small improvements to unit tests #2189
- Test tester #2181
- Remove dead code #2183
- Remove trailing dot. #2178
- Remove $ from example commands #2177
- Add sync test and refactor InParallel #2118
Huge thanks goes out to all of our contributors for this release:
- Alexandre Ardhuin
- Balint Pato
- Brian de Alwis
- Byungjin Park
- Chanseok Oh
- Charles-Henri GUÉRIN
- Cornelius Weig
- David Gageot
- Dmitri Moore
- Etan Shaul
- Gareth Evans
- g-harel
- guille
- Ilyes Hammadi
- Iván Aponte
- Marcos Ottonello
- Martin Hoefling
- Michael FIG
- Nick Kubala
- Persevere Von
- peter
- Pierre-Yves Aillet
- Prashant Arya
- Priya Wadhwa
- Rahul Sinha
- robertrbruno
- Rory Shively
- Tad Cordle
- Taylor Barrella
- Tejal Desai
- Tigran Tch
- TJ Koblentz
- u5surf
- venkatk-25
- Xiaoxi He