Skip to content

Commit 5f4e17a

Browse files
committed
Upgrade Matrix Authentication Service to v0.19.0
1 parent 88cdb18 commit 5f4e17a

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

charts/matrix-stack/source/matrixAuthenticationService.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only
66

77
{% import "common/sub_schema_values.yaml.j2" as sub_schema_values %}
88
enabled: true
9-
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='0.18.0') }}
9+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='0.19.0') }}
1010

1111
replicas: 1
1212

@@ -60,7 +60,7 @@ syn2mas:
6060
enabled: false
6161

6262
# Syn2Mas relies on the debug image to copy mas-cli to the matrix-tools container
63-
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='0.18.0-debug') | indent(2) }}
63+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='0.19.0-debug') | indent(2) }}
6464
{{- sub_schema_values.labels() | indent(2) -}}
6565
{{- sub_schema_values.workloadAnnotations() | indent(2) -}}
6666
{{- sub_schema_values.containersSecurityContext() | indent(2) -}}

charts/matrix-stack/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ matrixAuthenticationService:
13561356

13571357
## The tag of the container image to use.
13581358
## One of tag or digest must be provided.
1359-
tag: "0.18.0"
1359+
tag: "0.19.0"
13601360

13611361
## Container digest to use. Used to pull the image instead of the image tag if set
13621362
## The tag will still be set as the app.kubernetes.io/version label
@@ -1775,7 +1775,7 @@ matrixAuthenticationService:
17751775

17761776
## The tag of the container image to use.
17771777
## One of tag or digest must be provided.
1778-
tag: "0.18.0-debug"
1778+
tag: "0.19.0-debug"
17791779

17801780
## Container digest to use. Used to pull the image instead of the image tag if set
17811781
## The tag will still be set as the app.kubernetes.io/version label

newsfragments/611.changed.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Upgrade Matrix Authentication Service to v0.19.0.
2+
3+
Highlights:
4+
* Support receiving OpenID Connect Back-Channel Logout notifications
5+
6+
Full Changelog:
7+
* [v0.19.0](https://github.com/element-hq/matrix-authentication-service/releases/tag/v0.19.0)

0 commit comments

Comments
 (0)