Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.14.3/browsertrix-v1.14.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.14.3
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Show download button on public collection pages regardless of collection access by @emma-sg in #2442
- frontend: fix rendering when backend not available yet by @ikreymer in #2448
- Weblate by @ikreymer in #2450
- Fix replay.json 400 response for empty collection by @ikreymer in #2445
- optimize public collection loading: by @ikreymer in #2444
- Better cacheing of presigned URLs + support for thumbnails by @ikreymer in #2446
- move db migrations to initContainers: by @ikreymer in #2449
- feat: Show additional collection details by @SuaYoo in #2455
- replay api: add downloadUrl to replay endpoints to be used by RWP by @ikreymer in #2456
Full Changelog: v1.14.2...v1.14.3