Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.13.1/browsertrix-v1.13.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.13.1
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Related crawljob filtering by role by @ikreymer in #2262
- Support Presigning for use with custom domain by @ikreymer in #2249
- Optionally delay replica deletion by @tw4l in #2252
Full Changelog: v1.13.0...v1.13.1