Browsertrix v1.14.8
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.14.8/browsertrix-v1.14.8.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.14.8
See the development guide for more info how to deploy Browsertrix.
What's Changed
- task: Display built-in behaviors as list by @SuaYoo in #2518
- support overriding crawler image pull policy per channel by @ikreymer in #2523
Full Changelog: v1.14.7...v1.14.8