Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.20.1/browsertrix-v1.20.1.tgz
Alternatively, you can add the Browsertrix Helm Chart Repo with:
helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.20.1
See the development guide for more info how to deploy Browsertrix.
What's Changed
- quickfix: always use .get() in case related field does not exist by @ikreymer in #3043
- docs: Clarify login wall by @SuaYoo in #3041
- fix: Fix menu item variants by @SuaYoo in #3042
- ui: Update badges by @SuaYoo in #3046
- Fix background job email failures by @tw4l in #3045
Full Changelog: v1.20.0...v1.20.1