feat(container): update image ghcr.io/element-hq/matrix-authentication-service (1.21.0 ➔ 1.22.0) - #7147
Conversation
…n-service (1.21.0 ➔ 1.22.0)
--- kubernetes/apps/matrix/mas/app Kustomization: matrix/mas HelmRelease: matrix/mas
+++ kubernetes/apps/matrix/mas/app Kustomization: matrix/mas HelmRelease: matrix/mas
@@ -34,13 +34,13 @@
app:
env:
MAS_CONFIG: /config/config.yaml
TZ: Europe/Berlin
image:
repository: ghcr.io/element-hq/matrix-authentication-service
- tag: 1.21.0@sha256:73bb86fb8f412082829e603417b2df3e351bbda79bedaa46beb0f3f533bdcc1c
+ tag: 1.22.0@sha256:8cb319ec41706adc1ed8b5b63e1de2f067073cc33a304686226f658f5e83c8b3
resources:
limits:
memory: 500Mi
requests:
cpu: 10m
memory: 128Mi |
--- HelmRelease: matrix/mas Deployment: matrix/mas
+++ HelmRelease: matrix/mas Deployment: matrix/mas
@@ -56,13 +56,13 @@
containers:
- env:
- name: MAS_CONFIG
value: /config/config.yaml
- name: TZ
value: Europe/Berlin
- image: ghcr.io/element-hq/matrix-authentication-service:1.21.0@sha256:73bb86fb8f412082829e603417b2df3e351bbda79bedaa46beb0f3f533bdcc1c
+ image: ghcr.io/element-hq/matrix-authentication-service:1.22.0@sha256:8cb319ec41706adc1ed8b5b63e1de2f067073cc33a304686226f658f5e83c8b3
name: app
resources:
limits:
memory: 500Mi
requests:
cpu: 10m |
There was a problem hiding this comment.
matrix-authentication-service: v1.21.0 → v1.22.0
Verdict: Safe to merge
Minor version bump of the MAS container image (single-line tag/digest change in kubernetes/apps/matrix/mas/app/helmrelease.yaml). Reviewed the full changelog between 1.21.0 and 1.22.0:
- Bug fixes: OAuth 2.0 scope token character handling, auth action context preserved when switching accounts.
- New features:
password_fileconfig variant foremail/database, unix socket replacement/permissions on startup,logged_outtemplate variable for upstream auth templates,client_urifor static clients, admin API search on upstream OAuth links by account name.
None of these are breaking or deprecating. Checked this repo's MAS config (kubernetes/apps/matrix/mas/app/resources/config.yaml): it binds over TCP (no unix socket), uses templated secrets rather than password_file, defines a single static client (0000000000000000000SYNAPSE) without client_uri, and doesn't customize upstream auth templates — so none of the new features are actionable here. MAS's version isn't referenced anywhere else in the repo (only consumer is the mas HelmRelease itself).
Sources consulted:
This PR contains the following updates:
1.21.0→1.22.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)
v1.22.0Compare Source
Docker image
Regular image:
Debug variant:
What's Changed
Bug Fixes
[and~in OAuth 2.0 scope tokens by @sandhose in #5881New Features
password_fileconfig variant foremailanddatabaseby @networkException in #5449logged_outvariable to upstream authorization parameter templates by @sandhose in #5859Changes to the admin API
Translations
Internal Changes
Other Changes
client_urifor static clients in the config by @V02460 in #5874Full Changelog: element-hq/matrix-authentication-service@v1.21.0...v1.22.0
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate CLI.