Skip to content

Browsertrix v1.17.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 17:10
db46216

Deployment

This release can be deployed with Helm directly by running:

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

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

What's Changed

  • Add hardcoded exceptions to preventing enter keypresses in workflow form by @emma-sg in #2674
  • Bump version to 1.17.1 by @tw4l in #2678

Full Changelog: v1.17.0...v1.17.1