Skip to content

Commit 3bc8e23

Browse files
committed
Upgrade to MAS v1.4.0
1 parent b98d6ed commit 3bc8e23

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-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.3.0') }}
9+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.4.0-rc.1') }}
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.3.0-debug') | indent(2) }}
62+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.4.0-rc.1-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
@@ -1608,7 +1608,7 @@ matrixAuthenticationService:
16081608

16091609
## The tag of the container image to use.
16101610
## One of tag or digest must be provided.
1611-
tag: "1.3.0"
1611+
tag: "1.4.0-rc.1"
16121612

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

20152015
## The tag of the container image to use.
20162016
## One of tag or digest must be provided.
2017-
tag: "1.3.0-debug"
2017+
tag: "1.4.0-rc.1-debug"
20182018

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

newsfragments/787.changed.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Update Matrix Authentication Service to v1.4.0.
2+
3+
Highlights:
4+
* Make it possible to allow password registration without email verification.
5+
* Add Admin API to finish individual sessions.
6+
7+
Full Changelogs:
8+
* [v1.4.0](https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.4.0)

0 commit comments

Comments
 (0)