Brigade v1.3.0
Announcing the Brigade v1.3.0 release!
A few highlights:
- A new
brig term
command which runs the terminal-based dashboard courtesy the Brigadeterm project. (#991) - A KinD-based E2E testing target (
make e2e
), now hooked up to CI and running on PRs (#955) - Support for GitHub SSH Certificates (#1008)
- First-class support for supplying a Brigade config (
brigade.json
) at run/re-run time (#1017 and #1030) - New or updated docs for:
Thank you for all your contributions!
Here is the full changeset:
- fix(brigade-controller): update the service account regex if service account overridden (#1052) 8cbf9fd (Vaughn Dice)
- docs(storage.md): update nfs instructions (#1047) 9cd050a (Vaughn Dice)
- ci(brigade.js): run tests before proceeding with a release (#1033) 4cf9ff1 (Vaughn Dice)
- feat(*): parity for brigade.json defaults/fallbacks (#1030) 8ffeb29 (Vaughn Dice)
- add optional title fields to build type b1d7855 (Kent Rancourt)
- ref(brigade-worker): remove yarn docs target (#1027) 781f57f (Vaughn Dice)
- docs(): add linkerd setup example/instructions (#1025) ff55aec (Vaughn Dice)
- fix(brigade-worker): bump handlebars resolution to satisfy yarn audit (#1026) d7b2b11 (Vaughn Dice)
- docs(ingress.md): update cert-manager install instructions/manifests (#1022) 96a6882 (Vaughn Dice)
- feat(*): enable passing brigade.json via brig run (#1017) 33c888d (Vaughn Dice)
- Revert "take default command from image instead of controller" 8210b26 (Kent Rancourt)
- take default command from image instead of controller 8a5e0ae (Kent Rancourt)
- document docker-in-docker (#1014) 3a23a99 (Matt Butcher)
- explain how to store brigade.js on a project or in a ConfigMap. (#1012) 6c4b02e (Matt Butcher)
- ref(brigade.js): remove master gate for check suite event (#1010) ada7403 (Vaughn Dice)
- feat(project): enable complex secret values (#1005) ce278f8 (Vaughn Dice)
- Adding support for ssh certificates. (#1008) 579d22e (Valera)
- chore(brigade-worker): check in yarn/node_modules updates (#1013) 767aab8 (Vaughn Dice)
- fix(brigade-worker): bump handlebars resolution per yarn audit (#1011) d90252e (Vaughn Dice)
- fix(README.md): update build badge URL (#1009) f3bd263 (Vaughn Dice)
- fix(brigade.js): supply details URL to new Check(..) (#1006) 3850121 (Vaughn Dice)
- Fix link to gateway documentation (#1004) 832ed02 (Michele Mastrogiovanni)
- Remove unused top-level node_modules directory (#1000) 2218bcf (Radu M)
- ci(brigade.js): add e2e job (#955) a787590 (Vaughn Dice)
- Add JSON output for brig X get and list commands (#996) 7f56081 (Radu M)
- Add brig term command that starts Brigadeterm (#991) 45d5a93 (Radu M)
- fix(brigade-worker): return no logs found if job canceled and pod undefined/pending (#998) 20e32cd (Vaughn Dice)
- Check message before logging it (#997) 3ac4c99 (Aidarbek Suleimenov)
- return to break outer for loop instead of inner select loop (#989) 3971ab0 (Guangming Wang)
- Move brig README to docs page (#992) bbfd9bd (Radu M)