v0.0-alpha.15 **Breaking Changes**
Pre-release
Pre-release
pwittrock
released this
17 Jun 14:33
·
893 commits
to master
since this release
Breaking Changes:
- Code generators now generate for kubernetes 1.7 apiserver code, must update glide deps
To set the new versions in your glide.yaml
- package: k8s.io/apimachinery
version: cff8db64dd5b6fb0166dc2cf36e39c7ff4fe48c8
- package: k8s.io/apiserver
version: 2e70bac0745c7f8e506f7f3e432d040c55d5718a
- package: k8s.io/client-go
version: 36b51953e6efc7779fe27c14258d78573de4e0de
To update all glide deps:
glide update --strip-vendor --force
- The Storage API Create function now has an addtional boolean argument
- Subresources need to have this argument added to their Create function
- Custom storage resources need to have this argument added to their Create function
main.go
now takes 2 additional arguments - the title for the openapi spec and the version