Skip to content

Commit 948ee65

Browse files
committed
Update Element Web to v1.11.111
1 parent 569cdae commit 948ee65

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.110') -}}
21+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/element-web', tag='v1.11.111-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
@@ -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.110"
919+
tag: "v1.11.111-rc.0"
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/716.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.111.
2+
3+
Highlights:
4+
5+
* Remember whether sidebar is shown for calls when switching rooms
6+
* Fix room joining over federation not specifying vias or using aliases
7+
8+
Full Changelogs:
9+
* [v1.11.111](https://github.com/element-hq/element-web/releases/tag/v1.11.111)

0 commit comments

Comments
 (0)