Update ghcr.io/element-hq/synapse Docker tag to v1.133.0 #507

Merged
AverageMarcus merged 1 commits from renovate/ghcr.io-element-hq-synapse-1.x into master 2025-07-02 07:05:36 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/synapse (source) minor v1.132.0 -> v1.133.0

Release Notes

element-hq/synapse (ghcr.io/element-hq/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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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/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/synapse (ghcr.io/element-hq/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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-07-02 03:43:31 +00:00
AverageMarcus merged commit df895b6bed into master 2025-07-02 07:05:36 +00:00
AverageMarcus deleted branch renovate/ghcr.io-element-hq-synapse-1.x 2025-07-02 07:05:36 +00: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: AverageMarcus/cluster.fun#507
No description provided.