Skip to content

Fixes to Docker, RBAC, GitHub, brig, and git-sidecar

Compare
Choose a tag to compare
@technosophos technosophos released this 27 Nov 22:50
· 1489 commits to main since this release
v0.6.0
e1ef004

This release includes an array of bug fixes and feature additions.

  • Docker socket can now be mounted if the project allows
  • RBAC has been fixed
  • GitHub hooks no longer mark the build successful by default
  • brig now correctly waits for a build to start
  • Clone depth is limited to 50
  • and more

Changelog

  • Limit the clone depth at 50 to speed up builds bb98a1f (Kévin Dunglas)
  • feat(worker): add ability to configure the image pull policy of a job 98737b2 (meyerbaptiste)
  • fix(brig): wait for pod to start 22bfd67 (Matt Butcher)
  • docs(design): explain why we use secrets instead of CRDs bee54fa (Matt Butcher)
  • feat(worker): allow disabling privileged mode at project level 43265eb (Matt Butcher)
  • fix(worker): fix PVC RBAC resource aeace3b (Sean Knox)
  • feat(api): list projects with latest builds 07a9c28 (Matt Butcher)
  • set github status to pending after creating build secret 148758e (Matthew Fisher)
  • Use alpine edge to get [email protected] 9ff41ed (abluchet)
  • allow host mounted docker sockets c46a3a4 (Matthew Fisher)
  • mount host docker socket when enabled 5c1502a (Matthew Fisher)