Releases: brigadecore/brigade-dashboard
Releases · brigadecore/brigade-dashboard
v0.2.0
What's Changed Since v0.1.0
- Incorporated linter into CI
- Incorporated style enforcement into CI using Prettier
- Incorporated
yarn audit
into CI - Now building arm64 image in addition to amd64
- Image runs as nonroot user
- Image is scanned for vulnerabilities during CI
- Image is signed
- SBOM (software bill of materials) is generated and published as part of the release process (see assets below)
- robots.txt updated to discourage web crawlers
- Home page improved
- Login control simplified
- Log streaming window backgrounds lightened
- Added global utility function for retrieving user ID
- Log tabs grayed out for unauthorized users
- Responsive design improved for better compatibility with smaller viewports
- API address can be overridden with env var at development-time
Thank You to New Contributors
v0.2.0-rc.1
ux: disable logs tabs for unauthorized users (#72) Signed-off-by: dhairyabahl <dhairyabahl5@gmail.com> Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com> Co-authored-by: Kent Rancourt <kent.rancourt@microsoft.com>