From 9281460c323a961a305572a15db62eab7c6bd54d Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Fri, 3 Jul 2026 15:43:58 +0100 Subject: [PATCH] Upgrade Matrix Authentication Service to v1.20.0 --- .../source/matrixAuthenticationService.yaml.j2 | 4 ++-- charts/matrix-stack/values.yaml | 4 ++-- newsfragments/1434.changed.md | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 newsfragments/1434.changed.md diff --git a/charts/matrix-stack/source/matrixAuthenticationService.yaml.j2 b/charts/matrix-stack/source/matrixAuthenticationService.yaml.j2 index 86f575cb4..54020fcc8 100644 --- a/charts/matrix-stack/source/matrixAuthenticationService.yaml.j2 +++ b/charts/matrix-stack/source/matrixAuthenticationService.yaml.j2 @@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only {% import "common/sub_schema_values.yaml.j2" as sub_schema_values %} enabled: true -{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.19.0') }} +{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.20.0') }} replicas: 1 @@ -64,7 +64,7 @@ syn2mas: enabled: false # Syn2Mas relies on the debug image to copy mas-cli to the matrix-tools container - {{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.19.0-debug') | indent(2) }} + {{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.20.0-debug') | indent(2) }} {{- sub_schema_values.labels() | indent(2) -}} {{- sub_schema_values.workloadAnnotations() | indent(2) -}} {{- sub_schema_values.containersSecurityContext() | indent(2) -}} diff --git a/charts/matrix-stack/values.yaml b/charts/matrix-stack/values.yaml index 595fd137c..552fa226a 100644 --- a/charts/matrix-stack/values.yaml +++ b/charts/matrix-stack/values.yaml @@ -2330,7 +2330,7 @@ matrixAuthenticationService: ## The tag of the container image to use. ## One of tag or digest must be provided. - tag: "1.19.0" + tag: "1.20.0" ## Container digest to use. Used to pull the image instead of the image tag if set ## The tag will still be set as the app.kubernetes.io/version label @@ -2762,7 +2762,7 @@ matrixAuthenticationService: ## The tag of the container image to use. ## One of tag or digest must be provided. - tag: "1.19.0-debug" + tag: "1.20.0-debug" ## Container digest to use. Used to pull the image instead of the image tag if set ## The tag will still be set as the app.kubernetes.io/version label diff --git a/newsfragments/1434.changed.md b/newsfragments/1434.changed.md new file mode 100644 index 000000000..3f308ed9a --- /dev/null +++ b/newsfragments/1434.changed.md @@ -0,0 +1,8 @@ +Upgrade Matrix Authentication Service to v1.20.0. + +Highlights: +* Admin API: allow listing and viewing of OAuth 2.0 clients +* Infer an initial name for the device for the device auth grant + +Full Changelogs +* [v1.20.0](https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.20.0)