Skip to content

Commit fc8af9a

Browse files
committed
Upgrade Element Admin to v0.1.4
1 parent 1d2fc54 commit fc8af9a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enabled: true
1111

1212
# Number of Element Admin replicas to start up
1313
replicas: 1
14-
{{- sub_schema_values.image(registry='oci.element.io', repository='element-admin', tag='0.1.3') -}}
14+
{{- sub_schema_values.image(registry='oci.element.io', repository='element-admin', tag='0.1.4') -}}
1515
{{- sub_schema_values.ingress() -}}
1616
{{- sub_schema_values.labels() -}}
1717
{{- sub_schema_values.workloadAnnotations() -}}

charts/matrix-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ elementAdmin:
915915

916916
## The tag of the container image to use.
917917
## One of tag or digest must be provided.
918-
tag: "0.1.3"
918+
tag: "0.1.4"
919919

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

newsfragments/793.changed.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Upgrade Element Admin to v0.1.4.
2+
3+
Highlights:
4+
- Use authenticated media endpoints for thumbnails
5+
- Keep selected item when changing filters
6+
7+
Full Changelogs:
8+
- [v0.1.4](https://github.com/element-hq/element-admin/releases/tag/v0.1.4)

0 commit comments

Comments
 (0)