Browsertrix v1.19.6
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.6/browsertrix-v1.19.6.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.6
See the development guide for more info how to deploy Browsertrix.
What's Changed
- btrix dev helper: Add step to build email image to bootstrap by @tw4l in #2939
- fix: Use org crawling defaults for new browser profile by @SuaYoo in #2937
- Update seed file cleanup cron job schedule if needed on startup by @tw4l in #2931
- fix: Show correct empty message for workflows by @SuaYoo in #2929
- Pin Python to 3.13 or 3.12 for all CI by @tw4l in #2952
- add optional concurrent max queue limit: by @ikreymer in #2940
- Optimize Concurrent Crawl Check by @ikreymer in #2945
- quick follow for #2940: skip max queue limit check if limit is 0 by @ikreymer in #2953
Full Changelog: v1.19.5...v1.19.6