Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.1/browsertrix-v1.19.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.19.1
See the development guide for more info how to deploy Browsertrix.
What's Changed
- docs: Remove reference to "Crawl URL" by @SuaYoo in #2827
- collection get by slug fix: by @ikreymer in #2831
- tests: use self-hosted example.com mirror by @ikreymer in #2834
- Disable "Fail crawl if not logged in" unless a browser profile is selected by @emma-sg in #2832
- Weblate -> Main by @ikreymer in #2835
Full Changelog: v1.19.0...v1.19.1