Browsertrix v1.12.0-beta.0
Pre-release
Pre-release
github-actions
released this
03 Oct 02:10
·
75 commits
to main
since this release
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.12.0-beta.0/browsertrix-v1.12.0-beta.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.12.0-beta.0
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Serialize datetimes with Z suffix by @tw4l in #2058
- Ensure that CI fails if extracted strings don't match by @emma-sg in #2078
- docs: Clarify hosted vs. self-deployment requirements by @SuaYoo in #2082
- Ensure email comparisons are case-insensitive, emails stored as lowercase (#2084) by @ikreymer in #2086
- Update ansible pipfile by @vnznznz in #2088
- security: tweak get /invite endpoints / InviteOut to: by @ikreymer in #2087
- feat: Merge workflow job types by @SuaYoo in #2068
- chore: Auto-commit extracted localization strings by @SuaYoo in #2089
- Configure browsertrix proxies by @vnznznz in #1847
- Save new workflow scope type preference by @SuaYoo in #2099
Full Changelog: v1.11.7...v1.12.0-beta.0