Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.5/browsertrix-v1.19.5.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.5
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Delete k8s objects on org deletion by @tw4l in #2881
- Fix backend
k8sapi.pynot respectingfqdn_suffixconfiguration by @Unkn0wnCat in #2890 - Fix profile filenames in database and re-replicate by @tw4l in #2892
- feat: Consistently display UI info bars by @SuaYoo in #2897
- fix: Close archived item delete confirmation dialog with cancel button by @SuaYoo in #2910
- fix: Fix incorrect option selected in search results by @SuaYoo in #2909
- Add "Last Crawl Status" filter to workflows list by @emma-sg in #2902
- Add migration to clean up older left-over cron and crawl jobs by @tw4l in #2903
- Fix browser profile launch by specifying relative path inside oid dir to profilejob by @tw4l in #2912
- fix: Workflow pagination regression by @SuaYoo in #2916
- fix: Fix UI consistency issues with unsuccessful crawls by @SuaYoo in #2914
- Ensure seed files are deleted on org delete by @tw4l in #2919
- allow seed cleanup job to delete orphaned seed files after org has be… by @ikreymer in #2920
New Contributors
- @Unkn0wnCat made their first contribution in #2890
Full Changelog: v1.19.4...v1.19.5