Browsertrix v1.11.1
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.11.1/browsertrix-v1.11.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.11.1
See the development guide for more info how to deploy Browsertrix.
What's Changed
- remove crc32 from CrawlFile by @ikreymer in #1980
- Subscription Update Quotas by @ikreymer in #1988
- operator: adjust state transition rules to ensure 'running' state always accounted for in db by @ikreymer in #1989
- Fix QA run downloads as a single WACZ by @ikreymer in #1993
- Execution time tracking tweaks by @ikreymer in #1994
- feat: Update billing tab with usage & portal URL check by @SuaYoo in #1995
- feat: App bar enhancements by @SuaYoo in #1996
- feat: Show usage history in dashboard by @SuaYoo in #1998
Full Changelog: v1.11.0...v1.11.1