Skip to content

Browsertrix v1.11.3

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 20:34
· 98 commits to main since this release
12f994b

Deployment

This release can be deployed with Helm directly by running:

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

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

What's Changed

  • Prevent invalid slugs from causing redirects in org settings by @emma-sg in #2004
  • fix: Redirect /orgs to default path by @SuaYoo in #2006
  • add missing 'Z' for iso-dates until ISO-formatting is fixed by @ikreymer in #2008
  • Additional operator edge case fixes by @ikreymer in #2007
  • QA: Count QA execution minutes separately for now by @ikreymer in #2011

Full Changelog: v1.11.2...v1.11.3