The Brigade 2 BETA series of releases continues to prioritize stability over new features.
Here are some non-exhaustive highlights from the latest release:
- Extensive documentation updates for v2
- Integration with git no longer assumes a repo's default branch is named
master
(#1578) - Service accounts can now be deleted (#1568)
- Users can now be deleted (#1566)
- User management API endpoints now return 501 (not implemented) when 3rd party authentication is disabled (#1564)
- Bug fix: Delete all associated events when a project is deleted (#1559)
- CLI now built for additional OS/architecture combos: darwin/arm64 and linux/arm64
- Bug fix: Worker and job timeout logic fixed
- Began using brigade-foundations as replacement for code that was previously replicated across this project and several gateways (#1519)
- Forced cleanup for manually deleted worker and job pods (#1510)
- Bug fix: Fixed issue determining user's private org memberships when using GitHub for 3rd party authentication (#1512)
- Track creation date/time stamp for users (#1505)
- Track creation date/time stamp to jobs (#1503)
- Improve schema for git clone URLs (#1497)
Known issues:
Post release, it was determined that version information is absent from our CLI builds. This will be fixed in the next beta release.