Skip to content

Releases: brigadecore/brigade

v2.3.1

22 Feb 20:33
c0c965c
Compare
Choose a tag to compare

Brigade v2.3.1 offers a faster and smoother installation process as compare to previous versions. Services no longer "flap" while waiting for their network-bound dependencies to be satisfied.

v2.3.1-rc.1

17 Feb 22:41
cc5fc5c
Compare
Choose a tag to compare
v2.3.1-rc.1 Pre-release
Pre-release

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

09 Feb 21:24
b5c6678
Compare
Choose a tag to compare
  • 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's package.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

04 Jan 19:46
da052e9
Compare
Choose a tag to compare
pre-release version bumps (#1774)

Signed-off-by: Kent Rancourt <[email protected]>

v2.1.0

13 Dec 20:15
92a824c
Compare
Choose a tag to compare

This release adds one very small feature -- the ability to access event qualifiers and labels using Brigadier.

v2.0.0

01 Dec 19:15
b2f0aa1
Compare
Choose a tag to compare
pre-release version bumps (#1755)

Signed-off-by: Kent Rancourt <[email protected]>

v1.5.0

30 Nov 18:03
2f8c5df
Compare
Choose a tag to compare
remediate known vulnerabilities in js dependencies (#1752)

* remediate known vulnerabilities in js dependencies

Signed-off-by: Kent Rancourt <[email protected]>

* brigade.js: make yarn audit informational only

Signed-off-by: Kent Rancourt <[email protected]>

v2.0.0-rc.1

18 Nov 18:17
f3b2382
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

See our QuickStart for instructions to get you started!

v2.0.0-beta.4

13 Nov 00:41
d4ee56c
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

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

20 Sep 20:59
2369dd0
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
upgrade to helm 3.7.0 ga + pre-release version bumps (#1616)

Signed-off-by: Kent Rancourt <[email protected]>