Skip to content

Browsertrix v1.21.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Dec 22:03
· 3 commits to main since this release
2793d2c

Deployment

This release can be deployed with Helm directly by running:

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

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

What's Changed

  • Add support for --useRobots crawler flag to Browsertrix by @tw4l in #3029
  • Pause crawls instead of stopping when quotas are reached or archiving is disabled by @tw4l in #2997
  • Quota Check Fix by @ikreymer in #3048
  • fix: Adjust page titles and badges for consistency by @SuaYoo in #3053
  • fix: Correct link to active crawl by @SuaYoo in #3070
  • add missing icons and fix docs to reflect icon use in browsertrix by @emma-sg in #3071
  • Fix crawl workflow statistics by @tw4l in #3066
  • mongo migrate: update to mongo 7.0 + set feature compatibility. by @ikreymer in #3078
  • quickfix: add logging for while migration is running + bump version by @ikreymer in #3081
  • Only modify CrawlConfig.config fields included in PATCH request by @tw4l in #3080

Full Changelog: v1.20.1...v1.21.0