Skip to content

Browsertrix v1.17.3

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 23:12
· 42 commits to main since this release
b0f2d87

Deployment

This release can be deployed with Helm directly by running:

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

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

What's Changed

  • hotfix: workflow list - rewrite arrays in url search params to remove items by @emma-sg in #2734

Full Changelog: v1.17.2...v1.17.3