Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/matrix-stack/source/matrix-rtc.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sfu:
{{- sub_schema_values.exposedServicePortRange('rtcUdp', 31000, 32000, 'NodePort') | indent(4) }}


{{- sub_schema_values.image(registry='docker.io', repository='livekit/livekit-server', tag='v1.7.2') | indent(2) }}
{{- sub_schema_values.image(registry='docker.io', repository='livekit/livekit-server', tag='v1.9.0') | indent(2) }}
{{- sub_schema_values.extraEnv() | indent(2) }}
{{- sub_schema_values.labels() | indent(2) }}
{{- sub_schema_values.workloadAnnotations() | indent(2) }}
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ matrixRTC:

## The tag of the container image to use.
## Defaults to the Chart's appVersion if not set
tag: "v1.7.2"
tag: "v1.9.0"

## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
# digest:
Expand Down
9 changes: 9 additions & 0 deletions newsfragments/552.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Upgrade Matrix RTC SFU to v1.9.0.

Full changelogs:
* [v1.8.0](https://github.com/livekit/livekit/releases/tag/v1.8.0)
* v1.8.1 - no changelog
* v1.8.2 - no changelog
* [v1.8.3](https://github.com/livekit/livekit/releases/tag/v1.8.3)
* [v1.8.4](https://github.com/livekit/livekit/releases/tag/v1.8.4)
* [v1.9.0](https://github.com/livekit/livekit/releases/tag/v1.9.0)
Loading