Update Matrix #139

Merged
peter merged 1 commits from renovate/matrix into master 2025-07-02 06:17:32 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/matrix-authentication-service minor 0.17.1 -> 0.18.0
matrixdotorg/synapse (source) minor v1.132.0 -> v1.133.0

Release Notes

element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)

v0.18.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:549ccdbae2e6da8a3ff3689ae4e4a7af8c242df1ebe0cb1f2117534d6f0588b4
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.18.0
    ghcr.io/element-hq/matrix-authentication-service:0.18
    ghcr.io/element-hq/matrix-authentication-service:0
    ghcr.io/element-hq/matrix-authentication-service:sha-66d565d
    ghcr.io/element-hq/matrix-authentication-service:latest

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:f6858b74771dd589b0642430b1adb5f7242181bfe530c8ad29b90c0a9c8f7f59
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.18.0-debug
    ghcr.io/element-hq/matrix-authentication-service:0.18-debug
    ghcr.io/element-hq/matrix-authentication-service:0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-66d565d-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug

What's Changed

Documentation
Translations
Internal Changes
Dependency Updates

New Contributors

Full Changelog: https://github.com/element-hq/matrix-authentication-service/compare/v0.17.1...v0.18.0

element-hq/synapse (matrixdotorg/synapse)

v1.133.0

Compare Source

Synapse 1.133.0 (2025-07-01)

Pre-built wheels are now built using the manylinux_2_28 base, which is expected to be compatible with distros using glibc 2.28 or later, including:

  • Debian 10+
  • Ubuntu 18.10+
  • Fedora 29+
  • CentOS/RHEL 8+

Previously, wheels were built using the manylinux2014 base, which was expected to be compatible with distros using glibc 2.17 or later.

Bugfixes
  • Bump cibuildwheel to 3.0.0 to fix the manylinux wheel builds. (#​18615)

Synapse 1.133.0rc1 (2025-06-24)

Features
Bugfixes
  • Fix an issue where, during state resolution for v11 rooms, Synapse would incorrectly calculate the power level of the creator when there was no power levels event in the room. (#​18534, #​18547)
  • Fix long-standing bug where sliding sync did not honour the room_id_to_include config option. (#​18535)
  • Fix an issue where "Lock timeout is getting excessive" warnings would be logged even when the lock timeout was <10 minutes. (#​18543)
  • Fix an issue where Synapse could calculate the wrong power level for the creator of the room if there was no power levels event. (#​18545)
Improved Documentation
  • Generate config documentation from JSON Schema file. (#​18528)
  • Fix typo in user type documentation. (#​18568)
Internal Changes
Updates to locked dependencies
  • Bump actions/setup-python from 5.5.0 to 5.6.0. (#​18555)
  • Bump base64 from 0.21.7 to 0.22.1. (#​18559)
  • Bump dawidd6/action-download-artifact from 9 to 11. (#​18556)
  • Bump headers from 0.4.0 to 0.4.1. (#​18529)
  • Bump requests from 2.32.2 to 2.32.4. (#​18533)
  • Bump types-requests from 2.32.0.20250328 to 2.32.4.20250611. (#​18558)

Configuration

📅 Schedule: 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/matrix-authentication-service](https://github.com/element-hq/matrix-authentication-service) | minor | `0.17.1` -> `0.18.0` | | [matrixdotorg/synapse](https://matrix.org/docs/projects/server/synapse) ([source](https://github.com/element-hq/synapse)) | minor | `v1.132.0` -> `v1.133.0` | --- ### Release Notes <details> <summary>element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)</summary> ### [`v0.18.0`](https://github.com/element-hq/matrix-authentication-service/releases/tag/v0.18.0) [Compare Source](https://github.com/element-hq/matrix-authentication-service/compare/v0.17.1...v0.18.0) ##### Docker image Regular image: - Digest: ghcr.io/element-hq/matrix-authentication-service@sha256:549ccdbae2e6da8a3ff3689ae4e4a7af8c242df1ebe0cb1f2117534d6f0588b4 - Tags: ghcr.io/element-hq/matrix-authentication-service:0.18.0 ghcr.io/element-hq/matrix-authentication-service:0.18 ghcr.io/element-hq/matrix-authentication-service:0 ghcr.io/element-hq/matrix-authentication-service:sha-66d565d ghcr.io/element-hq/matrix-authentication-service:latest Debug variant: - Digest: ghcr.io/element-hq/matrix-authentication-service@sha256:f6858b74771dd589b0642430b1adb5f7242181bfe530c8ad29b90c0a9c8f7f59 - Tags: ghcr.io/element-hq/matrix-authentication-service:0.18.0-debug ghcr.io/element-hq/matrix-authentication-service:0.18-debug ghcr.io/element-hq/matrix-authentication-service:0-debug ghcr.io/element-hq/matrix-authentication-service:sha-66d565d-debug ghcr.io/element-hq/matrix-authentication-service:latest-debug <!-- Release notes generated using configuration in .github/release.yml at v0.18.0 --> #### What's Changed ##### Documentation - README, contribution and release documentation by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4675 - Fix link to contributing guidelines in the README by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4676 ##### Translations - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4715 - Translations updates for v0.18 by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4738 ##### Internal Changes - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4659 - Move all dependencies on the workspace level by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4656 - Remove unused devcontainer setup by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4677 - Allow bumping major versions in the release workflow by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4668 - Make the dual license explicit by [@&#8203;ara4n](https://github.com/ara4n) in https://github.com/element-hq/matrix-authentication-service/pull/3955 - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4698 - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4703 ##### Dependency Updates - build(deps): bump clap from 4.5.39 to 4.5.40 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4662 - build(deps): bump quanta from 0.12.5 to 0.12.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4661 - build(deps): bump valibot from 1.0.0 to 1.1.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4666 - build(deps-dev): bump msw-storybook-addon from 2.0.4 to 2.0.5 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4665 - build(deps-dev): bump the types group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4664 - build(deps-dev): bump [@&#8203;vitejs/plugin-react](https://github.com/vitejs/plugin-react) from 4.5.1 to 4.5.2 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4663 - build(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4667 - build(deps): bump reqwest from 0.12.19 to 0.12.20 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4669 - build(deps-dev): bump [@&#8203;codecov/vite-plugin](https://github.com/codecov/vite-plugin) from 1.9.0 to 1.9.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4674 - build(deps-dev): bump the storybook group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4671 - build(deps): bump psl from 2.1.119 to 2.1.120 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4670 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4672 - Bump most frontend dependencies by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4678 - build(deps-dev): bump the tanstack-router group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4685 - build(deps): bump react-i18next from 15.5.2 to 15.5.3 in /frontend in the i18next group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4684 - build(deps): bump psl from 2.1.120 to 2.1.122 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4700 - build(deps): bump sigstore/cosign-installer from 3.8.2 to 3.9.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4701 - build(deps): bump rustls from 0.23.27 to 0.23.28 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4689 - build(deps): bump pest from 2.8.0 to 2.8.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4691 - build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4693 - build(deps): bump swagger-ui-dist from 5.24.1 to 5.24.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4696 - build(deps): bump [@&#8203;vector-im/compound-web](https://github.com/vector-im/compound-web) from 8.0.0 to 8.1.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4699 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 24.0.1 to 24.0.3 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4695 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4694 - build(deps): bump [@&#8203;vector-im/compound-web](https://github.com/vector-im/compound-web) from 8.1.0 to 8.1.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4713 - build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.11 to 2.0.12 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4711 - build(deps): bump wiremock from 0.6.3 to 0.6.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4710 - build(deps): bump docker/setup-buildx-action from 3.11.0 to 3.11.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4709 - build(deps-dev): bump postcss-import from 16.1.0 to 16.1.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4707 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4705 - build(deps-dev): bump the vitest group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4704 - build(deps): bump serde_with from 3.12.0 to 3.13.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4692 - build(deps-dev): bump the storybook group in /frontend with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4683 - build(deps-dev): bump the storybook group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4716 - build(deps-dev): bump postcss from 8.5.5 to 8.5.6 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4720 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4719 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4718 #### New Contributors - [@&#8203;ara4n](https://github.com/ara4n) made their first contribution in https://github.com/element-hq/matrix-authentication-service/pull/3955 **Full Changelog**: https://github.com/element-hq/matrix-authentication-service/compare/v0.17.1...v0.18.0 </details> <details> <summary>element-hq/synapse (matrixdotorg/synapse)</summary> ### [`v1.133.0`](https://github.com/element-hq/synapse/releases/tag/v1.133.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.132.0...v1.133.0) ### Synapse 1.133.0 (2025-07-01) Pre-built wheels are now built using the [manylinux\_2\_28](https://github.com/pypa/manylinux#manylinux\_2\_28-almalinux-8-based) base, which is expected to be compatible with distros using glibc 2.28 or later, including: - Debian 10+ - Ubuntu 18.10+ - Fedora 29+ - CentOS/RHEL 8+ Previously, wheels were built using the [manylinux2014](https://github.com/pypa/manylinux#manylinux2014-centos-7-based-glibc-217) base, which was expected to be compatible with distros using glibc 2.17 or later. ##### Bugfixes - Bump `cibuildwheel` to 3.0.0 to fix the `manylinux` wheel builds. ([#&#8203;18615](https://github.com/element-hq/synapse/issues/18615)) ### Synapse 1.133.0rc1 (2025-06-24) ##### Features - Add support for the [MSC4260 user report API](https://github.com/matrix-org/matrix-spec-proposals/pull/4260). ([#&#8203;18120](https://github.com/element-hq/synapse/issues/18120)) ##### Bugfixes - Fix an issue where, during state resolution for v11 rooms, Synapse would incorrectly calculate the power level of the creator when there was no power levels event in the room. ([#&#8203;18534](https://github.com/element-hq/synapse/issues/18534), [#&#8203;18547](https://github.com/element-hq/synapse/issues/18547)) - Fix long-standing bug where sliding sync did not honour the `room_id_to_include` config option. ([#&#8203;18535](https://github.com/element-hq/synapse/issues/18535)) - Fix an issue where "Lock timeout is getting excessive" warnings would be logged even when the lock timeout was <10 minutes. ([#&#8203;18543](https://github.com/element-hq/synapse/issues/18543)) - Fix an issue where Synapse could calculate the wrong power level for the creator of the room if there was no power levels event. ([#&#8203;18545](https://github.com/element-hq/synapse/issues/18545)) ##### Improved Documentation - Generate config documentation from JSON Schema file. ([#&#8203;18528](https://github.com/element-hq/synapse/issues/18528)) - Fix typo in user type documentation. ([#&#8203;18568](https://github.com/element-hq/synapse/issues/18568)) ##### Internal Changes - Increase performance of introspecting access tokens when using delegated auth. ([#&#8203;18357](https://github.com/element-hq/synapse/issues/18357), [#&#8203;18561](https://github.com/element-hq/synapse/issues/18561)) - Log user deactivations. ([#&#8203;18541](https://github.com/element-hq/synapse/issues/18541)) - Enable [`flake8-logging`](https://docs.astral.sh/ruff/rules/#flake8-logging-log) and [`flake8-logging-format`](https://docs.astral.sh/ruff/rules/#flake8-logging-format-g) rules in Ruff and fix related issues throughout the codebase. ([#&#8203;18542](https://github.com/element-hq/synapse/issues/18542)) - Clean up old, unused rows from the `device_federation_inbox` table. ([#&#8203;18546](https://github.com/element-hq/synapse/issues/18546)) - Run config schema CI on develop and release branches. ([#&#8203;18551](https://github.com/element-hq/synapse/issues/18551)) - Add support for Twisted `25.5.0`+ releases. ([#&#8203;18577](https://github.com/element-hq/synapse/issues/18577)) - Update PyO3 to version 0.25. ([#&#8203;18578](https://github.com/element-hq/synapse/issues/18578)) ##### Updates to locked dependencies - Bump actions/setup-python from 5.5.0 to 5.6.0. ([#&#8203;18555](https://github.com/element-hq/synapse/issues/18555)) - Bump base64 from 0.21.7 to 0.22.1. ([#&#8203;18559](https://github.com/element-hq/synapse/issues/18559)) - Bump dawidd6/action-download-artifact from 9 to 11. ([#&#8203;18556](https://github.com/element-hq/synapse/issues/18556)) - Bump headers from 0.4.0 to 0.4.1. ([#&#8203;18529](https://github.com/element-hq/synapse/issues/18529)) - Bump requests from 2.32.2 to 2.32.4. ([#&#8203;18533](https://github.com/element-hq/synapse/issues/18533)) - Bump types-requests from 2.32.0.20250328 to 2.32.4.20250611. ([#&#8203;18558](https://github.com/element-hq/synapse/issues/18558)) </details> --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjciLCJ1cGRhdGVkSW5WZXIiOiI0MC4wLjciLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-07-02 02:01:23 +02:00
peter merged commit c5a6c1891a into master 2025-07-02 06:17:32 +02:00
peter deleted branch renovate/matrix 2025-07-02 06:17:33 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: peter/homelab-docker-config#139