Skip to content

Commit 39ba07f

Browse files
committed
Upgrade Matrix Authentication Service to v1.5.0
1 parent 1d5764a commit 39ba07f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

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='1.4.1') }}
9+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.5.0-rc.0') }}
1010

1111
replicas: 1
1212

@@ -59,7 +59,7 @@ syn2mas:
5959
enabled: false
6060

6161
# Syn2Mas relies on the debug image to copy mas-cli to the matrix-tools container
62-
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.4.1-debug') | indent(2) }}
62+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.5.0-rc.0-debug') | indent(2) }}
6363
{{- sub_schema_values.labels() | indent(2) -}}
6464
{{- sub_schema_values.workloadAnnotations() | indent(2) -}}
6565
{{- 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
@@ -1623,7 +1623,7 @@ matrixAuthenticationService:
16231623

16241624
## The tag of the container image to use.
16251625
## One of tag or digest must be provided.
1626-
tag: "1.4.1"
1626+
tag: "1.5.0-rc.0"
16271627

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

20302030
## The tag of the container image to use.
20312031
## One of tag or digest must be provided.
2032-
tag: "1.4.1-debug"
2032+
tag: "1.5.0-rc.0-debug"
20332033

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

newsfragments/830.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 v1.5.0.
2+
3+
Highlights:
4+
- Initial support for managing Personal Access Tokens using the Admin APIs.
5+
6+
Full Changelogs:
7+
- [v1.5.0](https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.5.0)

0 commit comments

Comments
 (0)