Browsertrix v1.10.2
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.10.2/browsertrix-v1.10.2.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.10.2
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Reorder workflow settings sections to match workflow creator by @Shrinks99 in #1862
- fix: Prevent ReplayWeb.Page shoelace components from impacting browsertrix by @SuaYoo in #1861
- ensure QA configmap is updated for long running QA runs: by @ikreymer in #1865
- fix: Show correct max depth in settings by @SuaYoo in #1858
- Improves accessibility for QA features by @Shrinks99 in #1863
Full Changelog: v1.10.1...v1.10.2