Browsertrix v1.10.0-beta.3
Pre-release
Pre-release
github-actions
released this
24 Apr 13:46
·
276 commits
to main
since this release
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.10.0-beta.3/browsertrix-v1.10.0-beta.3.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.10.0-beta.3
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Quick fix: hoist tooltips in archived item list by @emma-sg in #1738
- quickfix: nginx: have nginx serve the fallback index.html with a 200 instead of a 404 by @ikreymer in #1742
- Redirect if org with slug doesn't exist by @SuaYoo in #1740
- operator: add 'max_crawler_memory' to limit autosizing of crawler pods by @ikreymer in #1746
Full Changelog: v1.10.0-beta.2...v1.10.0-beta.3