Browsertrix v1.12.1
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.12.1/browsertrix-v1.12.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.12.1
See the development guide for more info how to deploy Browsertrix.
What's Changed
- fix: Collection deletion dialog visibility by @SuaYoo in #2147
- fix: Update collection deletion confirmation buttons by @SuaYoo in #2154
Full Changelog: v1.12.0...v1.12.1