chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.126.0 #153

Merged
finn merged 1 commit from renovate/ghcr.io-element-hq-synapse-1.x into main 2025-03-21 23:07:01 +00:00
Member

This PR contains the following updates:

Package Type Update Change
ghcr.io/element-hq/synapse (source) final minor v1.125.0 -> v1.126.0

Release Notes

element-hq/synapse (ghcr.io/element-hq/synapse)

v1.126.0

Compare Source

Synapse 1.126.0 (2025-03-11)

No significant changes since 1.126.0rc3.

Synapse 1.126.0rc3 (2025-03-07)

Bugfixes
  • Revert the background job to clear unreferenced state groups (that was introduced in v1.126.0rc1), due to a suspected issue that causes increased disk usage. (#​18222)

Synapse 1.126.0rc2 (2025-03-05)

Administrators using the Debian/Ubuntu packages from packages.matrix.org, please check the relevant section in the upgrade notes as we have recently updated the expiry date on the repository's GPG signing key. The old version of the key will expire on 2025-03-15.

Internal Changes

Synapse 1.126.0rc1 (2025-03-04)

Synapse 1.126.0rc1 was not fully released due to an error in CI.

Features
  • Define ratelimit configuration for delayed event management. (#​18019)
  • Add form_secret_path config option. (#​18090)
  • Add the --no-secrets-in-config command line option. (#​18092)
  • Add background job to clear unreferenced state groups. (#​18154)
  • Add support for specifying/overriding id_token_signing_alg_values_supported for an OpenID identity provider. (#​18177)
  • Add worker_replication_secret_path config option. (#​18191)
  • Add support for specifying/overriding redirect_uri in the authorization and token requests against an OpenID identity provider. (#​18197)
Bugfixes
  • Make sure we advertise registration as disabled when MSC3861 is enabled. (#​17661)
  • Prevent suspended users from sending encrypted messages. (#​18157)
  • Cleanup deleted state group references. (#​18165)
  • Fix MSC4108 QR-code login not working with some reverse-proxy setups. (#​18178)
  • Support device IDs that can't be represented in a scope when delegating auth to Matrix Authentication Service 0.15.0+. (#​18174)
Updates to the Docker image
  • Speed up the building of the Docker image. (#​18038)
Improved Documentation
  • Move incorrectly placed version indicator in User Event Redaction Admin API docs. (#​18152)
  • Document suspension Admin API. (#​18162)
Deprecations and Removals
  • Disable room list publication by default. (#​18175)
Updates to locked dependencies
  • Bump anyhow from 1.0.95 to 1.0.96. (#​18187)
  • Bump authlib from 1.4.0 to 1.4.1. (#​18190)
  • Bump click from 8.1.7 to 8.1.8. (#​18189)
  • Bump log from 0.4.25 to 0.4.26. (#​18184)
  • Bump pyo3-log from 0.12.0 to 0.12.1. (#​18046)
  • Bump serde from 1.0.217 to 1.0.218. (#​18183)
  • Bump serde_json from 1.0.138 to 1.0.139. (#​18186)
  • Bump sigstore/cosign-installer from 3.8.0 to 3.8.1. (#​18185)
  • Bump types-psycopg2 from 2.9.21.20241019 to 2.9.21.20250121. (#​18188)

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 | Type | Update | Change | |---|---|---|---| | [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse) ([source](https://github.com/element-hq/synapse)) | final | minor | `v1.125.0` -> `v1.126.0` | --- ### Release Notes <details> <summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary> ### [`v1.126.0`](https://github.com/element-hq/synapse/releases/tag/v1.126.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.125.0...v1.126.0) ### Synapse 1.126.0 (2025-03-11) No significant changes since 1.126.0rc3. ### Synapse 1.126.0rc3 (2025-03-07) ##### Bugfixes - Revert the background job to clear unreferenced state groups (that was introduced in v1.126.0rc1), due to [a suspected issue](https://github.com/element-hq/synapse/issues/18217) that causes increased disk usage. ([#&#8203;18222](https://github.com/element-hq/synapse/issues/18222)) ### Synapse 1.126.0rc2 (2025-03-05) Administrators using the Debian/Ubuntu packages from `packages.matrix.org`, please check [the relevant section in the upgrade notes](https://github.com/element-hq/synapse/blob/release-v1.126/docs/upgrade.md#change-of-signing-key-expiry-date-for-the-debianubuntu-package-repository) as we have recently updated the expiry date on the repository's GPG signing key. The old version of the key will expire on `2025-03-15`. ##### Internal Changes - Fix wheel building configuration in CI by installing libatomic1. ([#&#8203;18212](https://github.com/element-hq/synapse/issues/18212), [#&#8203;18213](https://github.com/element-hq/synapse/issues/18213)) ### Synapse 1.126.0rc1 (2025-03-04) Synapse 1.126.0rc1 was not fully released due to an error in CI. ##### Features - Define ratelimit configuration for delayed event management. ([#&#8203;18019](https://github.com/element-hq/synapse/issues/18019)) - Add `form_secret_path` config option. ([#&#8203;18090](https://github.com/element-hq/synapse/issues/18090)) - Add the `--no-secrets-in-config` command line option. ([#&#8203;18092](https://github.com/element-hq/synapse/issues/18092)) - Add background job to clear unreferenced state groups. ([#&#8203;18154](https://github.com/element-hq/synapse/issues/18154)) - Add support for specifying/overriding `id_token_signing_alg_values_supported` for an OpenID identity provider. ([#&#8203;18177](https://github.com/element-hq/synapse/issues/18177)) - Add `worker_replication_secret_path` config option. ([#&#8203;18191](https://github.com/element-hq/synapse/issues/18191)) - Add support for specifying/overriding `redirect_uri` in the authorization and token requests against an OpenID identity provider. ([#&#8203;18197](https://github.com/element-hq/synapse/issues/18197)) ##### Bugfixes - Make sure we advertise registration as disabled when [MSC3861](https://github.com/matrix-org/matrix-spec-proposals/pull/3861) is enabled. ([#&#8203;17661](https://github.com/element-hq/synapse/issues/17661)) - Prevent suspended users from sending encrypted messages. ([#&#8203;18157](https://github.com/element-hq/synapse/issues/18157)) - Cleanup deleted state group references. ([#&#8203;18165](https://github.com/element-hq/synapse/issues/18165)) - Fix [MSC4108 QR-code login](https://github.com/matrix-org/matrix-spec-proposals/pull/4108) not working with some reverse-proxy setups. ([#&#8203;18178](https://github.com/element-hq/synapse/issues/18178)) - Support device IDs that can't be represented in a scope when delegating auth to Matrix Authentication Service 0.15.0+. ([#&#8203;18174](https://github.com/element-hq/synapse/issues/18174)) ##### Updates to the Docker image - Speed up the building of the Docker image. ([#&#8203;18038](https://github.com/element-hq/synapse/issues/18038)) ##### Improved Documentation - Move incorrectly placed version indicator in User Event Redaction Admin API docs. ([#&#8203;18152](https://github.com/element-hq/synapse/issues/18152)) - Document suspension Admin API. ([#&#8203;18162](https://github.com/element-hq/synapse/issues/18162)) ##### Deprecations and Removals - Disable room list publication by default. ([#&#8203;18175](https://github.com/element-hq/synapse/issues/18175)) ##### Updates to locked dependencies - Bump anyhow from 1.0.95 to 1.0.96. ([#&#8203;18187](https://github.com/element-hq/synapse/issues/18187)) - Bump authlib from 1.4.0 to 1.4.1. ([#&#8203;18190](https://github.com/element-hq/synapse/issues/18190)) - Bump click from 8.1.7 to 8.1.8. ([#&#8203;18189](https://github.com/element-hq/synapse/issues/18189)) - Bump log from 0.4.25 to 0.4.26. ([#&#8203;18184](https://github.com/element-hq/synapse/issues/18184)) - Bump pyo3-log from 0.12.0 to 0.12.1. ([#&#8203;18046](https://github.com/element-hq/synapse/issues/18046)) - Bump serde from 1.0.217 to 1.0.218. ([#&#8203;18183](https://github.com/element-hq/synapse/issues/18183)) - Bump serde_json from 1.0.138 to 1.0.139. ([#&#8203;18186](https://github.com/element-hq/synapse/issues/18186)) - Bump sigstore/cosign-installer from 3.8.0 to 3.8.1. ([#&#8203;18185](https://github.com/element-hq/synapse/issues/18185)) - Bump types-psycopg2 from 2.9.21.20241019 to 2.9.21.20250121. ([#&#8203;18188](https://github.com/element-hq/synapse/issues/18188)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovatebot added 1 commit 2025-03-21 23:04:05 +00:00
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.126.0
All checks were successful
/ build-synapse (push) Successful in 48s
/ roll out update (push) Successful in 4s
ce82a652aa
finn merged commit ce82a652aa into main 2025-03-21 23:07:01 +00:00
finn deleted branch renovate/ghcr.io-element-hq-synapse-1.x 2025-03-21 23:07:02 +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#153
No description provided.