Skip to content

Commit 725c4b9

Browse files
authored
Merge pull request #638 from element-hq/bbz/element-web-1.11.108
Upgrade Element Web to v1.11.108
2 parents 40aa583 + 5491410 commit 725c4b9

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
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.107') -}}
21+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/element-web', tag='v1.11.108') -}}
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.107"
914+
tag: "v1.11.108"
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/633.changed.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Upgrade Element Web to v1.11.107.
1+
Upgrade Element Web to v1.11.108.
22

33
Highlights:
44
* Save image on Ctrl/Cmd + S
55

66
Full Changelog:
77
* [v1.11.107](https://github.com/element-hq/element-web/releases/tag/v1.11.107)
8+
* [v1.11.108](https://github.com/element-hq/element-web/releases/tag/v1.11.108)

newsfragments/638.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.108.
2+
3+
Highlights:
4+
* Save image on Ctrl/Cmd + S
5+
6+
Full Changelog:
7+
* [v1.11.107](https://github.com/element-hq/element-web/releases/tag/v1.11.107)
8+
* [v1.11.108](https://github.com/element-hq/element-web/releases/tag/v1.11.108)

0 commit comments

Comments
 (0)