Skip to content

Commit e524885

Browse files
authored
Merge pull request #690 from element-hq/bbz/element-web-1.11.110
Upgrade Element Web to v1.11.110
2 parents 7b1d6f1 + 1da6f5c commit e524885

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') -}}
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
@@ -916,7 +916,7 @@ elementWeb:
916916

917917
## The tag of the container image to use.
918918
## One of tag or digest must be provided.
919-
tag: "v1.11.109"
919+
tag: "v1.11.110"
920920

921921
## Container digest to use. Used to pull the image instead of the image tag if set
922922
## 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)