Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.22.3/browsertrix-v1.22.3.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.3
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Make add and remove endpoints accept workflow ids in addition to crawl ids by @tw4l in #3228
- optimize: query item dependents with single query arg (requiredByCrawls) by @ikreymer in #3231
- frontend dedupe: avoid passing in large list of crawl ids for 'crawl dependencies' tab by @ikreymer in #3232
- Fix bug preventing browser profiles and deduplication from being used together in crawls by @tw4l in #3234
- Convert item dependency tree to list by @emma-sg in #3235
Full Changelog: v1.22.2...v1.22.3