Brigade v0.3.0
This release fixes several small bugs, and now works on Kubernetes 1.8
Kubernetes 1.8 dropped support for the initContainer annotation, which we were using to support older Kubernetes versions. This release switches to spec.initContainer
for the init container definition.
Breaking Changes
- This build no longer works with Kube 1.6 and prior
- We switched from
glide
todep
for package management, so building from source has a new requirement.
Errata
- You should continue to build Brig from
master
, not from this tag.
Changelog
- fix(worker): fix error in unit test 765d832 (Matt Butcher)
- chore(charts): update charts to 0.3.0 a99afc1 (Matt Butcher)
- feat(*): switch to dep for go dependency management e820d37 (Adam Reese)
- fix(tests): bump empty-testbed sha 856730b (Adam Reese)
- fix(worker): use new schema for defining init containers f4c7f29 (Adam Reese)
- fix(controller): fix typo in image name 825274f (Adam Reese)
- chore(*): bump client-go to latest stable b969db7 (Adam Reese)