Skip to content

Commit 945d47b

Browse files
authored
Merge pull request #718 from element-hq/bbz/mas-v1.2.0
Update MAS to v1.2.0
2 parents c32df26 + 999f9be commit 945d47b

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.1.0') }}
9+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.2.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.1.0-debug') | indent(2) }}
62+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.2.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
@@ -1366,7 +1366,7 @@ matrixAuthenticationService:
13661366

13671367
## The tag of the container image to use.
13681368
## One of tag or digest must be provided.
1369-
tag: "1.1.0"
1369+
tag: "1.2.0"
13701370

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

17731773
## The tag of the container image to use.
17741774
## One of tag or digest must be provided.
1775-
tag: "1.1.0-debug"
1775+
tag: "1.2.0-debug"
17761776

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

newsfragments/718.changed.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Update Matrix Authentication Service to v1.2.0.
2+
3+
Highlights:
4+
* Translation updates
5+
6+
Full Changelogs:
7+
* [v1.2.0](https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.2.0)

0 commit comments

Comments
 (0)