brig term
now tests connection to API server before launching the UI. (#1777)brig project update
has a new--create
flag to create the project if it doesn't already exist. (#1783)- If applicable, worker containers now remove
@brigadecore/brigadier
from your script'spackage.json
before executing dependency resolution since that package is polyfilled afterwards regardless. For scripts that depend only on@brigadecore/brigadier
, this means workers can execute without any runtime dependency on npmjs.org. (#1797) - API has a new "whoami" endpoint. (#1796)
- Helm chart exposes a new option for users to automatically be granted read-only permissions upon first login. (#1801)
- API has a new/improved endpoint for querying project-level role assignments. The older endpoint remains for backwards compatibility.(#1806)
- Known vulnerabilities in npm package remediated (#1790)