Browsertrix v1.14.1
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.14.1/browsertrix-v1.14.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.14.1
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Add "Copy ID" to a bunch of menus by @emma-sg in #2426
- ingress: only set ssl-redirect if using tls by @ikreymer in #2432
- Prevent btrix helper from doing anything to k8s contexts other than docker-desktop by @tw4l in #2431
- Add superadmin endpoint to readd scheduled workflow cronjobs by @tw4l in #2430
Full Changelog: v1.14.0...v1.14.1