Skip to content

Commit 021ce33

Browse files
committed
Upgrade Element Web to v1.11.105
1 parent a1a69bb commit 021ce33

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.104') -}}
21+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/element-web', tag='v1.11.105-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
@@ -906,7 +906,7 @@ elementWeb:
906906

907907
## The tag of the container image to use.
908908
## One of tag or digest must be provided.
909-
tag: "v1.11.104"
909+
tag: "v1.11.105-rc.0"
910910

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

newsfragments/575.changed.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Upgrade Element Web to v1.11.105.
2+
3+
Highlights:
4+
* Improvements to the new room list (in labs)
5+
* Support for custom message components via Module API
6+
7+
Full Changelog:
8+
* [v1.11.105](https://github.com/element-hq/element-web/releases/tag/v1.11.105)

0 commit comments

Comments
 (0)