Skip to content

Brigade 0.9.0: The "Never Release on Friday" release

Compare
Choose a tag to compare
@technosophos technosophos released this 19 Jan 21:46
v0.9.0
2f3eeb4

In this release, we have a number of important fixes, and we highly recommend all 0.8 users upgrade.

Notable bug fixes:

  • Two RBAC bugs were fixed
  • The Vacuum command now correctly loads its config, and no longer goes into CrashBackoff
  • Workers can now run in a mixed Linux/Windows cluster

As always, we welcome you to join the conversation in the Kubernetes Slack #brigade room.

Breaking Changes

The Container Registry (aka Dockerhub) gateway no longer requires a GitHub auth token. There is now no auth against GitHub for DockerHub operations (which is as it should be). This won't break existing deployments, but might be surprising for those who used the gateway when we required GitHub auth for this.

Upcoming

During our pre-1.0 cycle, we will continue to fix bugs and add new features. While we try to keep compatibility breaking changes to a minimum, we know that our next release will have a few naming changes as we work on improving consistency.

Thank you sincerely for your thoughtful input in the issue queue and in slack! We are excited that here in this pre-1.0 cycle we can still make big changes to help the community take on big challenges.

Changelog

  • fix(chart): the pod/log permission is needed on the worker's role 6618d3b (Matt Butcher)
  • Add pods/log resource to api role 32d7d94 (Sergio Ballesteros)
  • feat(worker): allow overriding of the job's service account. 2bf3579 (Matt Butcher)
  • fix(vacuum): read the correct kube config 776f840 (Matt Butcher)
  • docs(brig): note to checkout a stable tag 01fb7b4 (lukepatrick)
  • fix(controller): Label worker pods with os=linux label. f40d701 (Matt Butcher)
  • feat(gateway): Support for two event types: deployment and deployment_status f0acef8 (Yusuke KUOKA)
  • docs(brig): note to checkout a stable tag bd40d33 (lukepatrick)
  • fix(cr-gateway): Remove GitHub API requirement from CR server. 0b4a23a (Matt Butcher)