v0.1-alpha.18
Pre-release
Pre-release
pwittrock
released this
29 Sep 15:57
·
688 commits
to master
since this release
Breaking changes (Sorry):
- Change controller Init function
- Stop registering informer in Init (automatically done for you)
Improvements:
- Support for building with Bazel
- Support for easily registering informers
- No longer require informer to be registered in the controller Init (Automatically done)
- Provide a Kubernetes ClientSet to controllers (if enabled)
Notes:
How to update:
If you haven't changed your vendor through glide, just install the new apiserver-boot and run the apiserver-boot init
command.
If you have modified your vendor through glide, save your glide.yaml and glide.lock before running apiserverboot-init
and then copy them back.