Skip to content

Commit dba514d

Browse files
committed
Upgrade Element Web to v1.11.110
1 parent e60f2d3 commit dba514d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

charts/matrix-stack/source/element-web.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ additional: {}
1818

1919
# Number of Element Web replicas to start up
2020
replicas: 1
21-
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/element-web', tag='v1.11.109') -}}
21+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/element-web', tag='v1.11.110-rc.0') -}}
2222
{{- sub_schema_values.ingress() -}}
2323
{{- sub_schema_values.labels() -}}
2424
{{- sub_schema_values.workloadAnnotations() -}}

charts/matrix-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ elementWeb:
911911

912912
## The tag of the container image to use.
913913
## One of tag or digest must be provided.
914-
tag: "v1.11.109"
914+
tag: "v1.11.110-rc.0"
915915

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

newsfragments/690.changed.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Update Element Web to v1.11.110.
2+
3+
Highlights:
4+
5+
* Show a blue lock for unencrypted rooms and hide the grey shield for encrypted rooms
6+
* Fix matrix.to links not being handled in the app
7+
8+
Full Changelogs:
9+
* [v1.11.110](https://github.com/element-hq/element-web/releases/tag/v1.11.110)

0 commit comments

Comments
 (0)