Skip to content

Commit 29976cf

Browse files
committed
Upgrade Matrix Authentication Service to v1.8.0
1 parent 8d478c7 commit 29976cf

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.github/element-docs-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ kubeconform
1818
kubernetes
1919
linters
2020
LiveKit
21+
localpart
2122
Muxed
2223
newsfragment
2324
newsfragments

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.7.0') }}
10+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.8.0') }}
1111

1212
replicas: 1
1313

@@ -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='1.7.0-debug') | indent(2) }}
63+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/matrix-authentication-service', tag='1.8.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
@@ -1676,7 +1676,7 @@ matrixAuthenticationService:
16761676

16771677
## The tag of the container image to use.
16781678
## One of tag or digest must be provided.
1679-
tag: "1.7.0"
1679+
tag: "1.8.0"
16801680

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

20832083
## The tag of the container image to use.
20842084
## One of tag or digest must be provided.
2085-
tag: "1.7.0-debug"
2085+
tag: "1.8.0-debug"
20862086

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

newsfragments/916.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.8.0.
2+
3+
Highlights:
4+
- Add more options to deal with localpart conflicts on upstream OAuth 2.0 login.
5+
- Option to skip confirmation when registering through an upstream OAuth provider.
6+
7+
Full Changelogs:
8+
- [v1.8.0](https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.8.0)

0 commit comments

Comments
 (0)