Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.13.2/browsertrix-v1.13.2.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.13.2
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Use types from ReplayWebPage by @emma-sg in #2265
- fix: Update superadmin orgs list after create by @SuaYoo in #2278
- deps: Upgrade to Node 22 by @SuaYoo in #2274
- Add fuse-backed org search to superadmin org list by @emma-sg in #2277
- fix: Crawler proxy selection fixes by @SuaYoo in #2280
- fix: Allow deleting workflows without any crawls by @SuaYoo in #2285
- Translations update from Hosted Weblate (#2254) by @ikreymer in #2292
Full Changelog: v1.13.1...v1.13.2