Skip to content

Browsertrix v1.22.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Mar 00:24
· 16 commits to main since this release
00d89c1

Deployment

This release can be deployed with Helm directly by running:

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

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

What's Changed

  • Feature Dedupe->Main Merge by @ikreymer in #3166
  • Update k3d version in k3d CI run by @emma-sg in #3171
  • fix: Proxies and channels render inconsistently in crawling defaults by @SuaYoo in #3168
  • Bump k3d version to working version for nightly, log tests by @tw4l in #3174
  • feat: Add crawl scope for page regex by @SuaYoo in #3154
  • Feature Flags: dedupe & basic superadmin interface by @emma-sg in #3170
  • more robust coll-index operations in operator and redis/kvrocks pod: by @ikreymer in #3175
  • feat: Add deduplication source to org crawling defaults by @SuaYoo in #3169
  • task: Re-enable QA for archived items with dependencies by @SuaYoo in #3181
  • feat: Use dedupe feature flag by @SuaYoo in #3164
  • API option to include dependencies by @ikreymer in #3180
  • add index post crawl jobs for crawls with dedupe index: by @ikreymer in #3184
  • fix: Allow changing dedupe collection after save by @SuaYoo in #3185
  • feat: Differentiate dedupe dependencies by @SuaYoo in #3161
  • Set higher priority for dedupe index pod + detect when not ready by @ikreymer in #3187
  • feat: Include dependencies + handle missing dependencies by @SuaYoo in #3182
  • Remove deleted collection from crawling defaults by @tw4l in #3186
  • Check and auto-resize dedupe index disk space by @ikreymer in #3188
  • fix: Hide divider for empty tag options by @SuaYoo in #3191
  • fix: Hide create button for viewer role by @SuaYoo in #3196
  • task: Move "Fail if not logged in" to browser settings by @SuaYoo in #3194
  • feat: Show tags in QA review dialog by @SuaYoo in #3193
  • fix: Prevent duplicate settings when copying workflow settings by @SuaYoo in #3204
  • fix: Various dedupe UI fixes by @SuaYoo in #3203
  • simplify deletion of dedupe index: by @ikreymer in #3200
  • quick follow to #3200: check finishedAt after 'saved' by @ikreymer in #3209
  • Move docs for Fail Crawl if Not Logged In to where it now lives by @tw4l in #3208
  • Track dedupe index file size in org storage stats by @tw4l in #3207
  • Frontend dedupe UI fixes: more fixes by @emma-sg in #3205

Full Changelog: v1.21.5...v1.22.0-beta.1