Skip to content

Releases: brigadecore/brigade

v2.6.0

09 Jun 14:29
e455508
Compare
Choose a tag to compare

v2.6.0-rc.2

01 Jun 17:12
c09fcd2
Compare
Choose a tag to compare
v2.6.0-rc.2 Pre-release
Pre-release
upgrade sdk-for-js to address CVE-2022-1650 (#1973)

Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>

v2.6.0-rc.1

24 May 19:14
6872ada
Compare
Choose a tag to compare
v2.6.0-rc.1 Pre-release
Pre-release
make word "bearer" in http auth header case insensitive (#1963)

Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>

v2.5.0

13 May 20:34
838e8fd
Compare
Choose a tag to compare
  • Improved git repository integration:
    • Relax regex for validating git URLs
    • Support authenticating to private repos with basic auth (using a personal access token, for instance)
    • Re-implement git-initializer component for Azure DevOps compatibility
  • Bug fix: Do not mount shared workspaces to workers as read-only
  • Extensive documentation updates
  • Minor dependency updates

v2.5.0-rc.2

11 May 17:59
8df1212
Compare
Choose a tag to compare
v2.5.0-rc.2 Pre-release
Pre-release
  • Re-implement git-initializer component (again) to work with Azure DevOps
  • Bug fix: Do not mount shared workspaces to workers as read-only

v2.5.0-rc.1

04 May 22:40
340421d
Compare
Choose a tag to compare
v2.5.0-rc.1 Pre-release
Pre-release
  • Minor dependency updates
  • Relax regex for validating git URLs
  • Support authenticating to private repos with basic auth (using a personal access token, for instance)
  • Re-implement git-initializer component using git2go
  • Extensive documentation updates

v2.4.0

14 Apr 20:51
9e226ad
Compare
Choose a tag to compare
  • Features:
    • Support for externally hosted MongoDB
    • Source and type filter flags added to brig event list command
    • Information about job fallibility now shared from worker to API server (gateways can utilize this information in determining how to report job failures "upstream")
  • Numerous bug fixes:
    • Builds failing on M1 Macs
    • Deleting a non-existing project tells you you're unauthorized
    • Setting secrets on a non-existing project tells you you're unauthorized
  • Security:
    • Updated dependencies
    • All images audited to reduce attackable surface; all components run as non-root
    • All images scanned for vulnerabilities during CI
    • SBOMs generated and published for each image during release process
    • All images signed during release process
  • Project maintenance:
    • Upgraded to Go 1.18
    • Improved test coverage
    • Drastically improved devx
    • Extensive documentation improvements

Special thanks to first time contributors:

v2.4.0-rc.3

12 Apr 21:25
1278480
Compare
Choose a tag to compare
v2.4.0-rc.3 Pre-release
Pre-release
remove hacky make targets in favor of tilt (#1923)

Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>

v2.4.0-rc.2

30 Mar 22:43
5fbdb64
Compare
Choose a tag to compare
v2.4.0-rc.2 Pre-release
Pre-release
upgrade go-tools to v0.9.0 (#1897)

* upgrade go-tools to v0.9.0

Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>

* release: do not do just-in-time ghr install for publishing brig binaries

Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>

v2.4.0-rc.1

30 Mar 19:30
4a5118d
Compare
Choose a tag to compare
v2.4.0-rc.1 Pre-release
Pre-release
run first stage of worker build only on native architecture (#1896)

Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>