This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vectorim/element-web](https://github.com/element-hq/element-web) | patch | `v1.12.11` → `v1.12.12` | --- ### Release Notes <details> <summary>element-hq/element-web (vectorim/element-web)</summary> ### [`v1.12.12`](https://github.com/element-hq/element-web/releases/tag/v1.12.12) [Compare Source](https://github.com/element-hq/element-web/compare/v1.12.11...v1.12.12) #### ✨ Features - Add stable support for MSC4380 invite blocking ([#​31966](https://github.com/element-hq/element-web/pull/31966)). Contributed by [@​richvdh](https://github.com/richvdh). - Hide the names of banned users behind a spoiler tag ([#​32424](https://github.com/element-hq/element-web/pull/32424)). Contributed by [@​andybalaam](https://github.com/andybalaam). - Room list: remove bold effect on selected room ([#​32593](https://github.com/element-hq/element-web/pull/32593)). Contributed by [@​florianduros](https://github.com/florianduros). - Use Compound buttons in auth screens ([#​32562](https://github.com/element-hq/element-web/pull/32562)). Contributed by [@​t3chguy](https://github.com/t3chguy). - Track room list sorting algorithm changes ([#​32556](https://github.com/element-hq/element-web/pull/32556)). Contributed by [@​MidhunSureshR](https://github.com/MidhunSureshR). - Update `sso_redirect_options` to work for Native OIDC ([#​32537](https://github.com/element-hq/element-web/pull/32537)). Contributed by [@​t3chguy](https://github.com/t3chguy). #### 🐛 Bug Fixes - Room list: avoid excessive re-renders on room list store update or filter change ([#​32663](https://github.com/element-hq/element-web/pull/32663)). Contributed by [@​florianduros](https://github.com/florianduros). - Room list: listen to call event to check number of participants ([#​32677](https://github.com/element-hq/element-web/pull/32677)). Contributed by [@​florianduros](https://github.com/florianduros). - Fix invite-specific join errors not being shown ([#​32621](https://github.com/element-hq/element-web/pull/32621)). Contributed by [@​Half-Shot](https://github.com/Half-Shot). - Prevent logging lots of "Browser unsupported" lines ([#​32647](https://github.com/element-hq/element-web/pull/32647)). Contributed by [@​Half-Shot](https://github.com/Half-Shot). - Update critical gradient for room status bar ([#​32575](https://github.com/element-hq/element-web/pull/32575)). Contributed by [@​Half-Shot](https://github.com/Half-Shot). - Room list: avoid header overflowing when too long ([#​32645](https://github.com/element-hq/element-web/pull/32645)). Contributed by [@​florianduros](https://github.com/florianduros). - Room list: center focus outline of room list item ([#​32637](https://github.com/element-hq/element-web/pull/32637)). Contributed by [@​florianduros](https://github.com/florianduros). - Fix misaligned cross in complete security dialog ([#​32614](https://github.com/element-hq/element-web/pull/32614)). Contributed by [@​dbkr](https://github.com/dbkr). - Room list: fix keyboard navigation ([#​32585](https://github.com/element-hq/element-web/pull/32585)). Contributed by [@​florianduros](https://github.com/florianduros). - Don't show empty privacy section ([#​32582](https://github.com/element-hq/element-web/pull/32582)). Contributed by [@​dbkr](https://github.com/dbkr). - Disable room list image dragging ([#​32590](https://github.com/element-hq/element-web/pull/32590)). Contributed by [@​florianduros](https://github.com/florianduros). - Update UserMenu theme toggle to use IconButton ([#​32591](https://github.com/element-hq/element-web/pull/32591)). Contributed by [@​t3chguy](https://github.com/t3chguy). - Room list: make room list item scales with large font size ([#​32523](https://github.com/element-hq/element-web/pull/32523)). Contributed by [@​florianduros](https://github.com/florianduros). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: #4596 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
27 lines
791 B
YAML
27 lines
791 B
YAML
element-web:
|
|
replicaCount: 1
|
|
image:
|
|
repository: vectorim/element-web
|
|
tag: v1.12.12
|
|
pullPolicy: IfNotPresent
|
|
defaultServer:
|
|
url: https://matrix.alexlebens.dev
|
|
name: alexlebens.dev
|
|
identity_url: https://alexlebens.dev
|
|
config:
|
|
disable_3pid_login: true
|
|
brand: "Alex Lebens"
|
|
branding:
|
|
welcome_background_url: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/background.jpg
|
|
auth_header_logo_url: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/logo-new-round.png
|
|
sso_redirect_options:
|
|
immediate: true
|
|
default_theme: dark
|
|
default_country_code: US
|
|
ingress:
|
|
enabled: false
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 128Mi
|