Skip to content

Commit af82a91

Browse files
authored
Merge pull request #1240 from element-hq/bbz/mas-1.16.0
Upgrade Matrix Authentication Service to v1.16.0
2 parents 998de4a + 22baf85 commit af82a91

3 files changed

Lines changed: 12 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
@@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
77

88
{% import "common/sub_schema_values.yaml.j2" as sub_schema_values %}
99
enabled: true
10-
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.15.0') }}
10+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.16.0') }}
1111

1212
replicas: 1
1313

@@ -63,7 +63,7 @@ syn2mas:
6363
enabled: false
6464

6565
# Syn2Mas relies on the debug image to copy mas-cli to the matrix-tools container
66-
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.15.0-debug') | indent(2) }}
66+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.16.0-debug') | indent(2) }}
6767
{{- sub_schema_values.labels() | indent(2) -}}
6868
{{- sub_schema_values.workloadAnnotations() | indent(2) -}}
6969
{{- 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
@@ -2267,7 +2267,7 @@ matrixAuthenticationService:
22672267

22682268
## The tag of the container image to use.
22692269
## One of tag or digest must be provided.
2270-
tag: "1.15.0"
2270+
tag: "1.16.0"
22712271

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

26952695
## The tag of the container image to use.
26962696
## One of tag or digest must be provided.
2697-
tag: "1.15.0-debug"
2697+
tag: "1.16.0-debug"
26982698

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

newsfragments/1240.changed.md

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

0 commit comments

Comments
 (0)