Brigade 0.14.0
As always, we welcome you to join the conversation in the Kubernetes Slack
Binary releases of brig
are attached to this release. We now provide an official containerized brig client
Changelog
- feat(controller): allow per-project image pull secrets for worker (#452) 4cf43e1 (Matt Butcher)
- add link to Microsoft's Code of Conduct 2aae662 (Matthew Fisher)
- Improve brig api performance as seen in #433 by introducing caching (#446) 48f870c (Jens Neuse)
- fix(git-sidecar): when commit-ref is missing, use commit-id 4b30fd3 (Adam Reese)
- When base64 was removed, no escaping was done on any values. (#441) df9e771 (Matt Butcher)
- feat(brig): Added decolorizer and --no-color for brig run (#442) 98e4f3a (Matt Butcher)
- Update dockerhub.md (#439) 457ef7a (Alonisser)
- feat(brig): add kube-context flag aa48822 (Adam Reese)
- feat(brigade.js): build docker images on tag event. (#410) e3e1237 (Matt Butcher)
- Fix code comment in api/build.go (#435) 3631bd8 (Lewis Cowper)
- Add job annotations (#425) 8d6c2dc (Justin Hart)
- fix(brigade.js): unmask the event object (#430) 5812c0f (Matt Butcher)
- Minor fix to script example (#431) 58b92d0 (John Mulhern)
- Use .stringData to avoid base64 encoding & decoding. 2250de8 (Julian V. Modesto)