chore(deps): update matrixdotorg/synapse docker tag to v1.128.0 #172

Merged
finn merged 1 commit from renovate/matrixdotorg-synapse-1.x into main 2025-04-09 01:05:11 +00:00
Member

This PR contains the following updates:

Package Update Change
matrixdotorg/synapse (source) minor v1.127.1 -> v1.128.0

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

element-hq/synapse (matrixdotorg/synapse)

v1.128.0

Compare Source

Synapse 1.128.0 (2025-04-08)

No significant changes since 1.128.0rc1.

Synapse 1.128.0rc1 (2025-04-01)

Features
  • Add an access token introspection cache to make Matrix Authentication Service integration (MSC3861) more efficient. (#​18231)
  • Add background job to clear unreferenced state groups. (#​18254)
  • Hashes of media files are now tracked by Synapse. Media quarantines will now apply to all files with the same hash. (#​18277, #​18302, #​18296)
Bugfixes
  • Add index to sliding sync (MSC4186) membership snapshot table, to fix a performance issue. (#​18074)
Updates to the Docker image
  • Specify the architecture of installed packages via an APT config option, which is more reliable than appending package names with :{arch}. (#​18271)
  • Always specify base image debian versions with a build argument. (#​18272)
  • Allow passing arguments to start_for_complement.sh (to be sent to configure_workers_and_start.py). (#​18273)
  • Make some improvements to the prefix-log script in the workers image. (#​18274)
  • Use uv pip to install supervisor in the worker image. (#​18275)
  • Avoid needing to download & use rsync in a build layer. (#​18287)
Improved Documentation
  • Fix how to obtain access token and change naming from riot to element (#​18225)
  • Correct a small typo in the SSO mapping providers documentation. (#​18276)
  • Add docs for how to clear out the Poetry wheel cache. (#​18283)
Internal Changes
  • Add a column participant to room_memberships table. (#​18068)
  • Update Poetry to 2.1.1, including updating the lock file version. (#​18251)
  • Pin GitHub Actions dependencies by commit hash. (#​18255)
  • Add DB delta to remove the old state group deletion job. (#​18284)
Updates to locked dependencies
  • Bump actions/add-to-project from f5473ac to 280af8a. (#​18303)
  • Bump actions/cache from 4.2.2 to 4.2.3. (#​18266)
  • Bump actions/download-artifact from 4.2.0 to 4.2.1. (#​18268)
  • Bump actions/setup-python from 5.4.0 to 5.5.0. (#​18298)
  • Bump actions/upload-artifact from 4.6.1 to 4.6.2. (#​18304)
  • Bump authlib from 1.4.1 to 1.5.1. (#​18306)
  • Bump dawidd6/action-download-artifact from 8 to 9. (#​18204)
  • Bump jinja2 from 3.1.5 to 3.1.6. (#​18223)
  • Bump log from 0.4.26 to 0.4.27. (#​18267)
  • Bump phonenumbers from 8.13.50 to 9.0.2. (#​18299)
  • Bump pygithub from 2.5.0 to 2.6.1. (#​18243)
  • Bump pyo3-log from 0.12.1 to 0.12.2. (#​18269)

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.

🔕 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 | |---|---|---| | [matrixdotorg/synapse](https://matrix.org/docs/projects/server/synapse) ([source](https://github.com/element-hq/synapse)) | minor | `v1.127.1` -> `v1.128.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>element-hq/synapse (matrixdotorg/synapse)</summary> ### [`v1.128.0`](https://github.com/element-hq/synapse/releases/tag/v1.128.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.127.1...v1.128.0) ### Synapse 1.128.0 (2025-04-08) No significant changes since 1.128.0rc1. ### Synapse 1.128.0rc1 (2025-04-01) ##### Features - Add an access token introspection cache to make Matrix Authentication Service integration ([MSC3861](https://github.com/matrix-org/matrix-doc/pull/3861)) more efficient. ([#&#8203;18231](https://github.com/element-hq/synapse/issues/18231)) - Add background job to clear unreferenced state groups. ([#&#8203;18254](https://github.com/element-hq/synapse/issues/18254)) - Hashes of media files are now tracked by Synapse. Media quarantines will now apply to all files with the same hash. ([#&#8203;18277](https://github.com/element-hq/synapse/issues/18277), [#&#8203;18302](https://github.com/element-hq/synapse/issues/18302), [#&#8203;18296](https://github.com/element-hq/synapse/issues/18296)) ##### Bugfixes - Add index to sliding sync ([MSC4186](https://github.com/matrix-org/matrix-doc/pull/4186)) membership snapshot table, to fix a performance issue. ([#&#8203;18074](https://github.com/element-hq/synapse/issues/18074)) ##### Updates to the Docker image - Specify the architecture of installed packages via an APT config option, which is more reliable than appending package names with `:{arch}`. ([#&#8203;18271](https://github.com/element-hq/synapse/issues/18271)) - Always specify base image debian versions with a build argument. ([#&#8203;18272](https://github.com/element-hq/synapse/issues/18272)) - Allow passing arguments to `start_for_complement.sh` (to be sent to `configure_workers_and_start.py`). ([#&#8203;18273](https://github.com/element-hq/synapse/issues/18273)) - Make some improvements to the `prefix-log` script in the workers image. ([#&#8203;18274](https://github.com/element-hq/synapse/issues/18274)) - Use `uv pip` to install `supervisor` in the worker image. ([#&#8203;18275](https://github.com/element-hq/synapse/issues/18275)) - Avoid needing to download & use `rsync` in a build layer. ([#&#8203;18287](https://github.com/element-hq/synapse/issues/18287)) ##### Improved Documentation - Fix how to obtain access token and change naming from riot to element ([#&#8203;18225](https://github.com/element-hq/synapse/issues/18225)) - Correct a small typo in the SSO mapping providers documentation. ([#&#8203;18276](https://github.com/element-hq/synapse/issues/18276)) - Add docs for how to clear out the Poetry wheel cache. ([#&#8203;18283](https://github.com/element-hq/synapse/issues/18283)) ##### Internal Changes - Add a column `participant` to `room_memberships` table. ([#&#8203;18068](https://github.com/element-hq/synapse/issues/18068)) - Update Poetry to 2.1.1, including updating the lock file version. ([#&#8203;18251](https://github.com/element-hq/synapse/issues/18251)) - Pin GitHub Actions dependencies by commit hash. ([#&#8203;18255](https://github.com/element-hq/synapse/issues/18255)) - Add DB delta to remove the old state group deletion job. ([#&#8203;18284](https://github.com/element-hq/synapse/issues/18284)) ##### Updates to locked dependencies - Bump actions/add-to-project from [`f5473ac`](https://github.com/element-hq/synapse/commit/f5473ace9aeee8b97717b281e26980aa5097023f) to [`280af8a`](https://github.com/element-hq/synapse/commit/280af8ae1f83a494cfad2cb10f02f6d13529caa9). ([#&#8203;18303](https://github.com/element-hq/synapse/issues/18303)) - Bump actions/cache from 4.2.2 to 4.2.3. ([#&#8203;18266](https://github.com/element-hq/synapse/issues/18266)) - Bump actions/download-artifact from 4.2.0 to 4.2.1. ([#&#8203;18268](https://github.com/element-hq/synapse/issues/18268)) - Bump actions/setup-python from 5.4.0 to 5.5.0. ([#&#8203;18298](https://github.com/element-hq/synapse/issues/18298)) - Bump actions/upload-artifact from 4.6.1 to 4.6.2. ([#&#8203;18304](https://github.com/element-hq/synapse/issues/18304)) - Bump authlib from 1.4.1 to 1.5.1. ([#&#8203;18306](https://github.com/element-hq/synapse/issues/18306)) - Bump dawidd6/action-download-artifact from 8 to 9. ([#&#8203;18204](https://github.com/element-hq/synapse/issues/18204)) - Bump jinja2 from 3.1.5 to 3.1.6. ([#&#8203;18223](https://github.com/element-hq/synapse/issues/18223)) - Bump log from 0.4.26 to 0.4.27. ([#&#8203;18267](https://github.com/element-hq/synapse/issues/18267)) - Bump phonenumbers from 8.13.50 to 9.0.2. ([#&#8203;18299](https://github.com/element-hq/synapse/issues/18299)) - Bump pygithub from 2.5.0 to 2.6.1. ([#&#8203;18243](https://github.com/element-hq/synapse/issues/18243)) - Bump pyo3-log from 0.12.1 to 0.12.2. ([#&#8203;18269](https://github.com/element-hq/synapse/issues/18269)) </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. 🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-04-09 01:04:26 +00:00
chore(deps): update matrixdotorg/synapse docker tag to v1.128.0
All checks were successful
/ diff-and-deploy (push) Successful in 1m14s
6d04eedd53
finn merged commit c02f5ad2e2 into main 2025-04-09 01:05:11 +00:00
finn deleted branch renovate/matrixdotorg-synapse-1.x 2025-04-09 01:05:11 +00:00
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: JankySolutions/infra#172
No description provided.