Skip to content

Commit 2714b11

Browse files
committed
Upgrade Matrix RTC SFU to v1.9.0
1 parent 011b4c7 commit 2714b11

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

charts/matrix-stack/source/matrix-rtc.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sfu:
6161
{{- sub_schema_values.exposedServicePortRange('rtcUdp', 31000, 32000, 'NodePort') | indent(4) }}
6262

6363

64-
{{- sub_schema_values.image(registry='docker.io', repository='livekit/livekit-server', tag='v1.7.2') | indent(2) }}
64+
{{- sub_schema_values.image(registry='docker.io', repository='livekit/livekit-server', tag='v1.9.0') | indent(2) }}
6565
{{- sub_schema_values.extraEnv() | indent(2) }}
6666
{{- sub_schema_values.labels() | indent(2) }}
6767
{{- sub_schema_values.workloadAnnotations() | indent(2) }}

charts/matrix-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ matrixRTC:
682682

683683
## The tag of the container image to use.
684684
## Defaults to the Chart's appVersion if not set
685-
tag: "v1.7.2"
685+
tag: "v1.9.0"
686686

687687
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
688688
# digest:

newsfragments/552.changed.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Upgrade Matrix RTC SFU to v1.9.0.
2+
3+
Full changelogs:
4+
* [v1.8.0](https://github.com/livekit/livekit/releases/tag/v1.8.0)
5+
* v1.8.1 - no changelog
6+
* v1.8.2 - no changelog
7+
* [v1.8.3](https://github.com/livekit/livekit/releases/tag/v1.8.3)
8+
* [v1.8.4](https://github.com/livekit/livekit/releases/tag/v1.8.4)
9+
* [v1.9.0](https://github.com/livekit/livekit/releases/tag/v1.9.0)

0 commit comments

Comments
 (0)