Skip to content

feat(container): update image ghcr.io/element-hq/matrix-authentication-service (1.21.0 ➔ 1.22.0) - #7147

Open
drag0n141-bot[bot] wants to merge 1 commit into
masterfrom
renovate/ghcr.io-element-hq-matrix-authentication-service-1.x
Open

feat(container): update image ghcr.io/element-hq/matrix-authentication-service (1.21.0 ➔ 1.22.0)#7147
drag0n141-bot[bot] wants to merge 1 commit into
masterfrom
renovate/ghcr.io-element-hq-matrix-authentication-service-1.x

Conversation

@drag0n141-bot

@drag0n141-bot drag0n141-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/matrix-authentication-service minor 1.21.01.22.0

Warning

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.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:8cb319ec41706adc1ed8b5b63e1de2f067073cc33a304686226f658f5e83c8b3
    oci.element.io/matrix-authentication-service@sha256:8cb319ec41706adc1ed8b5b63e1de2f067073cc33a304686226f658f5e83c8b3
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.22.0
    ghcr.io/element-hq/matrix-authentication-service:1.22
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-f28451c
    ghcr.io/element-hq/matrix-authentication-service:latest
    oci.element.io/matrix-authentication-service:1.22.0
    oci.element.io/matrix-authentication-service:1.22
    oci.element.io/matrix-authentication-service:1
    oci.element.io/matrix-authentication-service:sha-f28451c
    oci.element.io/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:beb6c2e50af088414202232f1c5c4ab5ff7c005d2cbc6f19aba8c39d44fa574c
    oci.element.io/matrix-authentication-service@sha256:beb6c2e50af088414202232f1c5c4ab5ff7c005d2cbc6f19aba8c39d44fa574c
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.22.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1.22-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-f28451c-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    oci.element.io/matrix-authentication-service:1.22.0-debug
    oci.element.io/matrix-authentication-service:1.22-debug
    oci.element.io/matrix-authentication-service:1-debug
    oci.element.io/matrix-authentication-service:sha-f28451c-debug
    oci.element.io/matrix-authentication-service:latest-debug
    
What's Changed
Bug Fixes
New Features
Changes to the admin API
  • Admin API: allow searching in upstream OAuth links on 'human account name' by @​sandhose in #​5869
Translations
Internal Changes
Other Changes

Full Changelog: element-hq/matrix-authentication-service@v1.21.0...v1.22.0


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@drag0n141-bot drag0n141-bot Bot added renovate/container type/minor area/kubernetes Changes made in the kubernetes directory labels Aug 4, 2026
@drag0n141-bot

drag0n141-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author
--- 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

@drag0n141-bot

drag0n141-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author
--- 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

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_file config variant for email/database, unix socket replacement/permissions on startup, logged_out template variable for upstream auth templates, client_uri for 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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants