Browsertrix v1.22.2
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.22.2/browsertrix-v1.22.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.22.2
See the development guide for more info how to deploy Browsertrix.
What's Changed
- more reslient downloads: by @ikreymer in #3222
- profilebrowser: fix incorrect settings by @ikreymer in #3227
Full Changelog: v1.22.1...v1.22.2