Update Matrix #304

Merged
renovate-bot merged 0 commits from refs/pull/304/head into master 2026-04-06 19:23:41 +00:00
renovate-bot commented 2026-04-05 00:03:01 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/lk-jwt-service patch 0.4.10.4.2
livekit/livekit-server patch v1.10.0v1.10.1

Release Notes

element-hq/lk-jwt-service (ghcr.io/element-hq/lk-jwt-service)

v0.4.2

Compare Source

Healthcheck Improvement & Security Updates

This is a minor release focused on maintenance and small improvements.
Highlights:

Added support for the HEAD method on the healthcheck endpoint, improving compatibility with monitoring tools.
Included multiple security-related dependency updates to ensure the service remains up to date and secure.
No breaking changes are introduced in this release.

Docker image

The service is available as a Docker image from the GitHub Container Registry.

docker pull ghcr.io/element-hq/lk-jwt-service:0.4.2

Precompiled binaries

The service is available as static precompiled binaries for amd64 and arm64 on linux attached to this release below.

What's Changed

New Contributors

Full Changelog: https://github.com/element-hq/lk-jwt-service/compare/v0.4.1...v0.4.2

livekit/livekit (livekit/livekit-server)

v1.10.1

Compare Source

Added
  • add packet trailer stripping support (#​4361)
  • Path check helpers (#​4392)
  • add deadline to dtls connect context (#​4395)
  • feat(agent-dispatch): add job restart policy (#​4401)
Changed
  • Close both peer connections to aid migration. (#​4382)
Fixed
  • Fix TURN server URL (#​4389)
  • AV1 parser overflow fix. (#​4405)
  • Address malformed H264/H265 parsing issues (#​4407)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/element-hq/lk-jwt-service](https://github.com/element-hq/lk-jwt-service) | patch | `0.4.1` → `0.4.2` | | [livekit/livekit-server](https://github.com/livekit/livekit) | patch | `v1.10.0` → `v1.10.1` | --- ### Release Notes <details> <summary>element-hq/lk-jwt-service (ghcr.io/element-hq/lk-jwt-service)</summary> ### [`v0.4.2`](https://github.com/element-hq/lk-jwt-service/releases/tag/v0.4.2) [Compare Source](https://github.com/element-hq/lk-jwt-service/compare/v0.4.1...v0.4.2) ### Healthcheck Improvement & Security Updates This is a minor release focused on maintenance and small improvements. Highlights: Added support for the HEAD method on the healthcheck endpoint, improving compatibility with monitoring tools. Included multiple security-related dependency updates to ensure the service remains up to date and secure. No breaking changes are introduced in this release. #### Docker image The service is available as a Docker image from the [GitHub Container Registry](https://github.com/element-hq/lk-jwt-service/pkgs/container/lk-jwt-service). ``` docker pull ghcr.io/element-hq/lk-jwt-service:0.4.2 ``` #### Precompiled binaries The service is available as static precompiled binaries for amd64 and arm64 on linux attached to this release below. #### What's Changed - Consolidate non-major dependency updates into larger batches by [@&#8203;robintown](https://github.com/robintown) in [#&#8203;160](https://github.com/element-hq/lk-jwt-service/pull/160) - Update module github.com/pion/dtls/v3 to v3.0.11 \[SECURITY] by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;154](https://github.com/element-hq/lk-jwt-service/pull/154) - Update module google.golang.org/grpc to v1.79.3 \[SECURITY] by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;162](https://github.com/element-hq/lk-jwt-service/pull/162) - Add tests against ESS by [@&#8203;gaelgatelement](https://github.com/gaelgatelement) in [#&#8203;164](https://github.com/element-hq/lk-jwt-service/pull/164) - Update all non-major dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;165](https://github.com/element-hq/lk-jwt-service/pull/165) - Update github.com/matrix-org/gomatrixserverlib digest to [`20c9de3`](https://github.com/element-hq/lk-jwt-service/commit/20c9de3) by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;134](https://github.com/element-hq/lk-jwt-service/pull/134) - Allow HEAD method on healthcheck by [@&#8203;VlaDexa](https://github.com/VlaDexa) in [#&#8203;151](https://github.com/element-hq/lk-jwt-service/pull/151) - Push docker images also to oci.element.io by [@&#8203;fkwp](https://github.com/fkwp) in [#&#8203;166](https://github.com/element-hq/lk-jwt-service/pull/166) - Update all non-major dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;167](https://github.com/element-hq/lk-jwt-service/pull/167) - Update GitHub Actions (major) by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;168](https://github.com/element-hq/lk-jwt-service/pull/168) #### New Contributors - [@&#8203;VlaDexa](https://github.com/VlaDexa) made their first contribution in [#&#8203;151](https://github.com/element-hq/lk-jwt-service/pull/151) **Full Changelog**: <https://github.com/element-hq/lk-jwt-service/compare/v0.4.1...v0.4.2> </details> <details> <summary>livekit/livekit (livekit/livekit-server)</summary> ### [`v1.10.1`](https://github.com/livekit/livekit/releases/tag/v1.10.1) [Compare Source](https://github.com/livekit/livekit/compare/v1.10.0...v1.10.1) ##### Added - add packet trailer stripping support ([#&#8203;4361](https://github.com/livekit/livekit/issues/4361)) - Path check helpers ([#&#8203;4392](https://github.com/livekit/livekit/issues/4392)) - add deadline to dtls connect context ([#&#8203;4395](https://github.com/livekit/livekit/issues/4395)) - feat(agent-dispatch): add job restart policy ([#&#8203;4401](https://github.com/livekit/livekit/issues/4401)) ##### Changed - Close both peer connections to aid migration. ([#&#8203;4382](https://github.com/livekit/livekit/issues/4382)) ##### Fixed - Fix TURN server URL ([#&#8203;4389](https://github.com/livekit/livekit/issues/4389)) - AV1 parser overflow fix. ([#&#8203;4405](https://github.com/livekit/livekit/issues/4405)) - Address malformed H264/H265 parsing issues ([#&#8203;4407](https://github.com/livekit/livekit/issues/4407)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
peter/homelab-docker-config!304
No description provided.