Skip to content

Browsertrix v1.12.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 08:35
· 31 commits to 1.12.2-release since this release
f503c9e

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.12.2/browsertrix-v1.12.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.12.2

See the development guide for more info how to deploy Browsertrix.

What's Changed

  • ensure collection replay is fully reload (cache cleared) when: by @ikreymer in #2176
  • self-registration: fix returning configured registration org by @ikreymer in #2178
  • Prepend HTTPS to Crawl Start URL by @ikreymer in #2177
  • Frontend: update org subscription messaging to handle trials. by @ikreymer in #2179

Full Changelog: v1.12.1...v1.12.2