Releases: brigadecore/brigade
Releases · brigadecore/brigade
v2.3.1
v2.3.1-rc.1
This RC offers a faster and smoother installation process. Services shouldn't "flap" while waiting for their network-bound dependencies to be satisfied.
v2.3.0
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)
v2.2.0
v2.1.0
v2.0.0
v1.5.0
remediate known vulnerabilities in js dependencies (#1752) * remediate known vulnerabilities in js dependencies Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com> * brigade.js: make yarn audit informational only Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>
v2.0.0-rc.1
See our QuickStart for instructions to get you started!
v2.0.0-beta.4
This release will be the final Brigade 2 beta release. Look for RC.1 by week's end.
Here are some non-exhaustive highlights of this release:
- Extensive documentation updates
- Streamlined QuickStart
- Removed extraneous options from chart
- Added post-install notes to chart
- Upgraded MongoDB
- Support Linux/arm64 deployments
- Support Windows/amd64 workloads (control plane must still be Linux)
- Support for restricting workloads to particular nodes
- Support for multiple Brigade deployments per Kubernetes cluster
- Bug fixes
- Security improvements
- UX improvements
- Performance improvements
v2.0.0-beta.3
upgrade to helm 3.7.0 ga + pre-release version bumps (#1616) Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>