Update matrixdotorg/synapse Docker tag to v1.94.0 #77

Merged
jake merged 1 commits from renovate/matrixdotorg-synapse-1.x into master 2023-10-15 21:33:22 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
matrixdotorg/synapse minor v1.92.3 -> v1.94.0

Release Notes

matrix-org/synapse (matrixdotorg/synapse)

v1.94.0

Compare Source

Synapse 1.94.0 (2023-10-10)

No significant changes since 1.94.0rc1.
However, please take note of the security advisory that follows.

Security advisory

The following issue is fixed in 1.94.0 (and RC).

  • GHSA-5chr-wjw5-3gq4 / CVE-2023-45129 — Moderate Severity

    A malicious server ACL event can impact performance temporarily or permanently leading to a persistent denial of service.

    Homeservers running on a closed federation (which presumably do not need to use server ACLs) are not affected.

See the advisory for more details. If you have any questions, email security@matrix.org.

Synapse 1.94.0rc1 (2023-10-03)

Features
  • Render plain, CSS, CSV, JSON and common image formats in the browser (inline) when requested through the /download endpoint. (#​15988)
  • Add experimental support for MSC4028 to push all encrypted events to clients. (#​16361)
  • Minor performance improvement when sending presence to federated servers. (#​16385)
  • Minor performance improvement by caching server ACL checking. (#​16360)
Improved Documentation
  • Add developer documentation concerning gradual schema migrations with column alterations. (#​15691)
  • Improve documentation of the user directory search algorithm. (#​16320)
  • Fix rendering of user admin API documentation around deactivation. This was broken in Synapse 1.91.0. (#​16355)
  • Update documentation around message retention policies. (#​16382)
  • Add note to federation_domain_whitelist config option to clarify its usage. (#​16416)
  • Improve legacy release notes. (#​16418)
Deprecations and Removals
  • Remove Python version from /_synapse/admin/v1/server_version. (#​16380)
Internal Changes
Updates to locked dependencies
  • Bump actions/checkout from 3 to 4. (#​16250)
  • Bump cryptography from 41.0.3 to 41.0.4. (#​16362)
  • Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0. (#​16374)
  • Bump docker/setup-buildx-action from 2 to 3. (#​16375)
  • Bump gitpython from 3.1.35 to 3.1.37. (#​16376)
  • Bump msgpack from 1.0.5 to 1.0.6. (#​16377)
  • Bump msgpack from 1.0.6 to 1.0.7. (#​16412)
  • Bump phonenumbers from 8.13.19 to 8.13.22. (#​16413)
  • Bump psycopg2 from 2.9.7 to 2.9.8. (#​16409)
  • Bump pydantic from 2.3.0 to 2.4.2. (#​16410)
  • Bump regex from 1.9.5 to 1.9.6. (#​16408)
  • Bump sentry-sdk from 1.30.0 to 1.31.0. (#​16378)
  • Bump types-netaddr from 0.8.0.9 to 0.9.0.1. (#​16411)
  • Bump types-psycopg2 from 2.9.21.11 to 2.9.21.14. (#​16381)
  • Bump urllib3 from 1.26.15 to 1.26.17. (#​16422)

v1.93.0

Compare Source

Synapse 1.93.0 (2023-09-26)

No significant changes since 1.93.0rc1.

Security advisory

The following issues are fixed in 1.93.0 (and RCs).

See the advisories for more details. If you have any questions, email security@matrix.org.

Synapse 1.93.0rc1 (2023-09-19)

Features
  • Add automatic purge after all users have forgotten a room. (#​15488)
  • Restore room purge/shutdown after a Synapse restart. (#​15488)
  • Support resolving homeservers using matrix-fed DNS SRV records from MSC4040. (#​16137)
  • Add the ability to use G (GiB) and T (TiB) suffixes in configuration options that refer to numbers of bytes. (#​16219)
  • Add span information to requests sent to appservices. Contributed by MTRNord. (#​16227)
  • Add the ability to enable/disable registrations when using CAS. Contributed by Aurélien Grimpard. (#​16262)
  • Allow the /notifications endpoint to be routed to workers. (#​16265)
  • Enable users to easily unsubscribe to notifications emails via the List-Unsubscribe header. (#​16274)
  • Report whether a user is locked in the List Accounts admin API, and exclude locked users by default. (#​16328)
Bugfixes
  • Fix a long-standing bug where multi-device accounts could cause high load due to presence. (#​16066, #​16170, #​16171, #​16172, #​16174)
  • Fix a long-standing bug where appservices using MSC2409 to receive to_device messages would only get messages for one user. (#​16251)
  • Fix bug when using workers where Synapse could end up re-requesting the same remote device repeatedly. (#​16252)
  • Fix long-standing bug where we kept re-requesting a remote server's key repeatedly, potentially causing delays in receiving events over federation. (#​16257)
  • Avoid temporary storage of sensitive information. (#​16272)
  • Fix bug introduced in Synapse 1.49.0 when using dehydrated devices (MSC2697) and refresh tokens. Contributed by Hanadi. (#​16288)
  • Fix a long-standing bug where invalid receipts would be accepted. (#​16327)
  • Use standard name for UTF-8 charset in emails. (#​16329)
  • Don't try refetching device lists for users on remote hosts that are marked as "down". (#​16298)
Improved Documentation
  • Fix typos in the documentation. (#​16282)
  • Link to the Alpine Linux community package for Synapse. (#​16304)
  • Use string for federation_client_minimum_tls_version documentation examples. Contributed by @​jcgruenhage. (#​16353)
Internal Changes
  • Allow modules to delete rooms. (#​15997)
  • Add GCC and GNU Make to the Nix flake development environment so that ruff can be compiled. (#​16090, #​16263)
  • Fix type checking when using the new version of Twisted. (#​16235)
  • Delete device messages asynchronously and in staged batches using the task scheduler. (#​16240, #​16311, #​16312, #​16313)
  • Bump minimum supported Rust version to 1.61.0. (#​16248)
  • Update rust to version 1.71.1 in the nix development environment. (#​16260)
  • Simplify server key storage. (#​16261)
  • Reduce CPU overhead of change password endpoint. (#​16264)
  • Stop purging from tables slated for removal. (#​16273)
  • Improve type hints. (#​16276, #​16301, #​16325, #​16326)
  • Raise setuptools_rust version cap to 1.7.0. (#​16277)
  • Fix using the new task scheduler causing lots of CPU to be used. (#​16278)
  • Upgrade CI run of Python 3.12 from rc1 to rc2. (#​16280)
  • Include values in SQL debug when using execute_values with Postgres. (#​16281)
  • Enable additional linting checks. (#​16283)
  • Refactor receipts_graph Postgres transactions to stop error messages. (#​16299)
  • Small improvements to logging in replication code. (#​16309)
  • Remove a reference cycle in background processes. (#​16314)
  • Only use literal strings for background process names. (#​16315)
  • Refactor get_user_by_id. (#​16316)
  • Speed up task to delete to-device messages. (#​16318)
  • Avoid patching code in tests. (#​16349)
  • Test against PostgreSQL 16. (#​16351)
Updates to locked dependencies
  • Bump mypy from 1.4.1 to 1.5.1. (#​16300)
  • Bump black from 23.7.0 to 23.9.1. (#​16295)
  • Bump docker/build-push-action from 4 to 5. (#​16336)
  • Bump docker/login-action from 2 to 3. (#​16339)
  • Bump docker/metadata-action from 4 to 5. (#​16337)
  • Bump docker/setup-qemu-action from 2 to 3. (#​16338)
  • Bump furo from 2023.8.19 to 2023.9.10. (#​16340)
  • Bump gitpython from 3.1.32 to 3.1.35. (#​16267, #​16279)
  • Bump mypy-zope from 1.0.0 to 1.0.1. (#​16291)
  • Bump pillow from 10.0.0 to 10.0.1. (#​16344)
  • Bump regex from 1.9.4 to 1.9.5. (#​16233)
  • Bump ruff from 0.0.286 to 0.0.290. (#​16342)
  • Bump serde_json from 1.0.105 to 1.0.107. (#​16296, #​16345)
  • Bump twisted from 22.10.0 to 23.8.0. (#​16235)
  • Bump types-pillow from 10.0.0.2 to 10.0.0.3. (#​16293)
  • Bump types-setuptools from 68.0.0.3 to 68.2.0.0. (#​16292)
  • Bump typing-extensions from 4.7.1 to 4.8.0. (#​16341)

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://github.com/matrix-org/synapse) | minor | `v1.92.3` -> `v1.94.0` | --- ### Release Notes <details> <summary>matrix-org/synapse (matrixdotorg/synapse)</summary> ### [`v1.94.0`](https://github.com/matrix-org/synapse/releases/tag/v1.94.0) [Compare Source](https://github.com/matrix-org/synapse/compare/v1.93.0...v1.94.0) ### Synapse 1.94.0 (2023-10-10) No significant changes since 1.94.0rc1. However, please take note of the security advisory that follows. #### Security advisory The following issue is fixed in 1.94.0 (and RC). - [GHSA-5chr-wjw5-3gq4](https://github.com/matrix-org/synapse/security/advisories/GHSA-5chr-wjw5-3gq4) / [CVE-2023-45129](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-45129) — Moderate Severity A malicious server ACL event can impact performance temporarily or permanently leading to a persistent denial of service. Homeservers running on a closed federation (which presumably do not need to use server ACLs) are not affected. See the advisory for more details. If you have any questions, email security@matrix.org. ### Synapse 1.94.0rc1 (2023-10-03) ##### Features - Render plain, CSS, CSV, JSON and common image formats in the browser (inline) when requested through the /download endpoint. ([#&#8203;15988](https://github.com/matrix-org/synapse/issues/15988)) - Add experimental support for [MSC4028](https://github.com/matrix-org/matrix-spec-proposals/pull/4028) to push all encrypted events to clients. ([#&#8203;16361](https://github.com/matrix-org/synapse/issues/16361)) - Minor performance improvement when sending presence to federated servers. ([#&#8203;16385](https://github.com/matrix-org/synapse/issues/16385)) - Minor performance improvement by caching server ACL checking. ([#&#8203;16360](https://github.com/matrix-org/synapse/issues/16360)) ##### Improved Documentation - Add developer documentation concerning gradual schema migrations with column alterations. ([#&#8203;15691](https://github.com/matrix-org/synapse/issues/15691)) - Improve documentation of the user directory search algorithm. ([#&#8203;16320](https://github.com/matrix-org/synapse/issues/16320)) - Fix rendering of user admin API documentation around deactivation. This was broken in Synapse 1.91.0. ([#&#8203;16355](https://github.com/matrix-org/synapse/issues/16355)) - Update documentation around message retention policies. ([#&#8203;16382](https://github.com/matrix-org/synapse/issues/16382)) - Add note to `federation_domain_whitelist` config option to clarify its usage. ([#&#8203;16416](https://github.com/matrix-org/synapse/issues/16416)) - Improve legacy release notes. ([#&#8203;16418](https://github.com/matrix-org/synapse/issues/16418)) ##### Deprecations and Removals - Remove Python version from `/_synapse/admin/v1/server_version`. ([#&#8203;16380](https://github.com/matrix-org/synapse/issues/16380)) ##### Internal Changes - Avoid running CI steps when the files they check have not been changed. ([#&#8203;14745](https://github.com/matrix-org/synapse/issues/14745), [#&#8203;16387](https://github.com/matrix-org/synapse/issues/16387)) - Improve type hints. ([#&#8203;14911](https://github.com/matrix-org/synapse/issues/14911), [#&#8203;16350](https://github.com/matrix-org/synapse/issues/16350), [#&#8203;16356](https://github.com/matrix-org/synapse/issues/16356), [#&#8203;16395](https://github.com/matrix-org/synapse/issues/16395)) - Added support for pydantic v2 in addition to pydantic v1. Contributed by Maxwell G ([@&#8203;gotmax23](https://github.com/gotmax23)). ([#&#8203;16332](https://github.com/matrix-org/synapse/issues/16332)) - Get CI to check PRs have been signed-off. ([#&#8203;16348](https://github.com/matrix-org/synapse/issues/16348)) - Add missing licence header. ([#&#8203;16359](https://github.com/matrix-org/synapse/issues/16359)) - Improve type hints, and bump types-psycopg2 from 2.9.21.11 to 2.9.21.14. ([#&#8203;16381](https://github.com/matrix-org/synapse/issues/16381)) - Improve comments in `StateGroupBackgroundUpdateStore`. ([#&#8203;16383](https://github.com/matrix-org/synapse/issues/16383)) - Update maturin configuration. ([#&#8203;16394](https://github.com/matrix-org/synapse/issues/16394)) - Downgrade replication stream time out error log lines to warning. ([#&#8203;16401](https://github.com/matrix-org/synapse/issues/16401)) ##### Updates to locked dependencies - Bump actions/checkout from 3 to 4. ([#&#8203;16250](https://github.com/matrix-org/synapse/issues/16250)) - Bump cryptography from 41.0.3 to 41.0.4. ([#&#8203;16362](https://github.com/matrix-org/synapse/issues/16362)) - Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0. ([#&#8203;16374](https://github.com/matrix-org/synapse/issues/16374)) - Bump docker/setup-buildx-action from 2 to 3. ([#&#8203;16375](https://github.com/matrix-org/synapse/issues/16375)) - Bump gitpython from 3.1.35 to 3.1.37. ([#&#8203;16376](https://github.com/matrix-org/synapse/issues/16376)) - Bump msgpack from 1.0.5 to 1.0.6. ([#&#8203;16377](https://github.com/matrix-org/synapse/issues/16377)) - Bump msgpack from 1.0.6 to 1.0.7. ([#&#8203;16412](https://github.com/matrix-org/synapse/issues/16412)) - Bump phonenumbers from 8.13.19 to 8.13.22. ([#&#8203;16413](https://github.com/matrix-org/synapse/issues/16413)) - Bump psycopg2 from 2.9.7 to 2.9.8. ([#&#8203;16409](https://github.com/matrix-org/synapse/issues/16409)) - Bump pydantic from 2.3.0 to 2.4.2. ([#&#8203;16410](https://github.com/matrix-org/synapse/issues/16410)) - Bump regex from 1.9.5 to 1.9.6. ([#&#8203;16408](https://github.com/matrix-org/synapse/issues/16408)) - Bump sentry-sdk from 1.30.0 to 1.31.0. ([#&#8203;16378](https://github.com/matrix-org/synapse/issues/16378)) - Bump types-netaddr from 0.8.0.9 to 0.9.0.1. ([#&#8203;16411](https://github.com/matrix-org/synapse/issues/16411)) - Bump types-psycopg2 from 2.9.21.11 to 2.9.21.14. ([#&#8203;16381](https://github.com/matrix-org/synapse/issues/16381)) - Bump urllib3 from 1.26.15 to 1.26.17. ([#&#8203;16422](https://github.com/matrix-org/synapse/issues/16422)) ### [`v1.93.0`](https://github.com/matrix-org/synapse/releases/tag/v1.93.0) [Compare Source](https://github.com/matrix-org/synapse/compare/v1.92.3...v1.93.0) ### Synapse 1.93.0 (2023-09-26) No significant changes since 1.93.0rc1. #### Security advisory The following issues are fixed in 1.93.0 (and RCs). - [GHSA-4f74-84v3-j9q5](https://github.com/matrix-org/synapse/security/advisories/GHSA-4f74-84v3-j9q5) / [CVE-2023-41335](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-41335) — Low Severity Temporary storage of plaintext passwords during password changes. - [GHSA-7565-cq32-vx2x](https://github.com/matrix-org/synapse/security/advisories/GHSA-7565-cq32-vx2x) / [CVE-2023-42453](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-42453) — Low Severity Improper validation of receipts allows forged read receipts. See the advisories for more details. If you have any questions, email security@matrix.org. ### Synapse 1.93.0rc1 (2023-09-19) ##### Features - Add automatic purge after all users have forgotten a room. ([#&#8203;15488](https://github.com/matrix-org/synapse/issues/15488)) - Restore room purge/shutdown after a Synapse restart. ([#&#8203;15488](https://github.com/matrix-org/synapse/issues/15488)) - Support resolving homeservers using `matrix-fed` DNS SRV records from [MSC4040](https://github.com/matrix-org/matrix-spec-proposals/pull/4040). ([#&#8203;16137](https://github.com/matrix-org/synapse/issues/16137)) - Add the ability to use `G` (GiB) and `T` (TiB) suffixes in configuration options that refer to numbers of bytes. ([#&#8203;16219](https://github.com/matrix-org/synapse/issues/16219)) - Add span information to requests sent to appservices. Contributed by MTRNord. ([#&#8203;16227](https://github.com/matrix-org/synapse/issues/16227)) - Add the ability to enable/disable registrations when using CAS. Contributed by Aurélien Grimpard. ([#&#8203;16262](https://github.com/matrix-org/synapse/issues/16262)) - Allow the `/notifications` endpoint to be routed to workers. ([#&#8203;16265](https://github.com/matrix-org/synapse/issues/16265)) - Enable users to easily unsubscribe to notifications emails via the `List-Unsubscribe` header. ([#&#8203;16274](https://github.com/matrix-org/synapse/issues/16274)) - Report whether a user is `locked` in the [List Accounts admin API](https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html#list-accounts), and exclude locked users by default. ([#&#8203;16328](https://github.com/matrix-org/synapse/issues/16328)) ##### Bugfixes - Fix a long-standing bug where multi-device accounts could cause high load due to presence. ([#&#8203;16066](https://github.com/matrix-org/synapse/issues/16066), [#&#8203;16170](https://github.com/matrix-org/synapse/issues/16170), [#&#8203;16171](https://github.com/matrix-org/synapse/issues/16171), [#&#8203;16172](https://github.com/matrix-org/synapse/issues/16172), [#&#8203;16174](https://github.com/matrix-org/synapse/issues/16174)) - Fix a long-standing bug where appservices using [MSC2409](https://github.com/matrix-org/matrix-spec-proposals/pull/2409) to receive `to_device` messages would only get messages for one user. ([#&#8203;16251](https://github.com/matrix-org/synapse/issues/16251)) - Fix bug when using workers where Synapse could end up re-requesting the same remote device repeatedly. ([#&#8203;16252](https://github.com/matrix-org/synapse/issues/16252)) - Fix long-standing bug where we kept re-requesting a remote server's key repeatedly, potentially causing delays in receiving events over federation. ([#&#8203;16257](https://github.com/matrix-org/synapse/issues/16257)) - Avoid temporary storage of sensitive information. ([#&#8203;16272](https://github.com/matrix-org/synapse/issues/16272)) - Fix bug introduced in Synapse 1.49.0 when using dehydrated devices ([MSC2697](https://github.com/matrix-org/matrix-spec-proposals/pull/2697)) and refresh tokens. Contributed by Hanadi. ([#&#8203;16288](https://github.com/matrix-org/synapse/issues/16288)) - Fix a long-standing bug where invalid receipts would be accepted. ([#&#8203;16327](https://github.com/matrix-org/synapse/issues/16327)) - Use standard name for UTF-8 charset in emails. ([#&#8203;16329](https://github.com/matrix-org/synapse/issues/16329)) - Don't try refetching device lists for users on remote hosts that are marked as "down". ([#&#8203;16298](https://github.com/matrix-org/synapse/issues/16298)) ##### Improved Documentation - Fix typos in the documentation. ([#&#8203;16282](https://github.com/matrix-org/synapse/issues/16282)) - Link to the Alpine Linux community package for Synapse. ([#&#8203;16304](https://github.com/matrix-org/synapse/issues/16304)) - Use string for `federation_client_minimum_tls_version` documentation examples. Contributed by [@&#8203;jcgruenhage](https://github.com/jcgruenhage). ([#&#8203;16353](https://github.com/matrix-org/synapse/issues/16353)) ##### Internal Changes - Allow modules to delete rooms. ([#&#8203;15997](https://github.com/matrix-org/synapse/issues/15997)) - Add GCC and GNU Make to the Nix flake development environment so that `ruff` can be compiled. ([#&#8203;16090](https://github.com/matrix-org/synapse/issues/16090), [#&#8203;16263](https://github.com/matrix-org/synapse/issues/16263)) - Fix type checking when using the new version of Twisted. ([#&#8203;16235](https://github.com/matrix-org/synapse/issues/16235)) - Delete device messages asynchronously and in staged batches using the task scheduler. ([#&#8203;16240](https://github.com/matrix-org/synapse/issues/16240), [#&#8203;16311](https://github.com/matrix-org/synapse/issues/16311), [#&#8203;16312](https://github.com/matrix-org/synapse/issues/16312), [#&#8203;16313](https://github.com/matrix-org/synapse/issues/16313)) - Bump minimum supported Rust version to 1.61.0. ([#&#8203;16248](https://github.com/matrix-org/synapse/issues/16248)) - Update rust to version 1.71.1 in the nix development environment. ([#&#8203;16260](https://github.com/matrix-org/synapse/issues/16260)) - Simplify server key storage. ([#&#8203;16261](https://github.com/matrix-org/synapse/issues/16261)) - Reduce CPU overhead of change password endpoint. ([#&#8203;16264](https://github.com/matrix-org/synapse/issues/16264)) - Stop purging from tables slated for removal. ([#&#8203;16273](https://github.com/matrix-org/synapse/issues/16273)) - Improve type hints. ([#&#8203;16276](https://github.com/matrix-org/synapse/issues/16276), [#&#8203;16301](https://github.com/matrix-org/synapse/issues/16301), [#&#8203;16325](https://github.com/matrix-org/synapse/issues/16325), [#&#8203;16326](https://github.com/matrix-org/synapse/issues/16326)) - Raise `setuptools_rust` version cap to 1.7.0. ([#&#8203;16277](https://github.com/matrix-org/synapse/issues/16277)) - Fix using the new task scheduler causing lots of CPU to be used. ([#&#8203;16278](https://github.com/matrix-org/synapse/issues/16278)) - Upgrade CI run of Python 3.12 from rc1 to rc2. ([#&#8203;16280](https://github.com/matrix-org/synapse/issues/16280)) - Include values in SQL debug when using `execute_values` with Postgres. ([#&#8203;16281](https://github.com/matrix-org/synapse/issues/16281)) - Enable additional linting checks. ([#&#8203;16283](https://github.com/matrix-org/synapse/issues/16283)) - Refactor `receipts_graph` Postgres transactions to stop error messages. ([#&#8203;16299](https://github.com/matrix-org/synapse/issues/16299)) - Small improvements to logging in replication code. ([#&#8203;16309](https://github.com/matrix-org/synapse/issues/16309)) - Remove a reference cycle in background processes. ([#&#8203;16314](https://github.com/matrix-org/synapse/issues/16314)) - Only use literal strings for background process names. ([#&#8203;16315](https://github.com/matrix-org/synapse/issues/16315)) - Refactor `get_user_by_id`. ([#&#8203;16316](https://github.com/matrix-org/synapse/issues/16316)) - Speed up task to delete to-device messages. ([#&#8203;16318](https://github.com/matrix-org/synapse/issues/16318)) - Avoid patching code in tests. ([#&#8203;16349](https://github.com/matrix-org/synapse/issues/16349)) - Test against PostgreSQL 16. ([#&#8203;16351](https://github.com/matrix-org/synapse/issues/16351)) ##### Updates to locked dependencies - Bump mypy from 1.4.1 to 1.5.1. ([#&#8203;16300](https://github.com/matrix-org/synapse/issues/16300)) - Bump black from 23.7.0 to 23.9.1. ([#&#8203;16295](https://github.com/matrix-org/synapse/issues/16295)) - Bump docker/build-push-action from 4 to 5. ([#&#8203;16336](https://github.com/matrix-org/synapse/issues/16336)) - Bump docker/login-action from 2 to 3. ([#&#8203;16339](https://github.com/matrix-org/synapse/issues/16339)) - Bump docker/metadata-action from 4 to 5. ([#&#8203;16337](https://github.com/matrix-org/synapse/issues/16337)) - Bump docker/setup-qemu-action from 2 to 3. ([#&#8203;16338](https://github.com/matrix-org/synapse/issues/16338)) - Bump furo from 2023.8.19 to 2023.9.10. ([#&#8203;16340](https://github.com/matrix-org/synapse/issues/16340)) - Bump gitpython from 3.1.32 to 3.1.35. ([#&#8203;16267](https://github.com/matrix-org/synapse/issues/16267), [#&#8203;16279](https://github.com/matrix-org/synapse/issues/16279)) - Bump mypy-zope from 1.0.0 to 1.0.1. ([#&#8203;16291](https://github.com/matrix-org/synapse/issues/16291)) - Bump pillow from 10.0.0 to 10.0.1. ([#&#8203;16344](https://github.com/matrix-org/synapse/issues/16344)) - Bump regex from 1.9.4 to 1.9.5. ([#&#8203;16233](https://github.com/matrix-org/synapse/issues/16233)) - Bump ruff from 0.0.286 to 0.0.290. ([#&#8203;16342](https://github.com/matrix-org/synapse/issues/16342)) - Bump serde_json from 1.0.105 to 1.0.107. ([#&#8203;16296](https://github.com/matrix-org/synapse/issues/16296), [#&#8203;16345](https://github.com/matrix-org/synapse/issues/16345)) - Bump twisted from 22.10.0 to 23.8.0. ([#&#8203;16235](https://github.com/matrix-org/synapse/issues/16235)) - Bump types-pillow from 10.0.0.2 to 10.0.0.3. ([#&#8203;16293](https://github.com/matrix-org/synapse/issues/16293)) - Bump types-setuptools from 68.0.0.3 to 68.2.0.0. ([#&#8203;16292](https://github.com/matrix-org/synapse/issues/16292)) - Bump typing-extensions from 4.7.1 to 4.8.0. ([#&#8203;16341](https://github.com/matrix-org/synapse/issues/16341)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate force-pushed renovate/matrixdotorg-synapse-1.x from c70e712e6c to 0919e8d8b2 2023-10-10 12:00:38 +01:00 Compare
renovate changed title from Update matrixdotorg/synapse Docker tag to v1.93.0 to Update matrixdotorg/synapse Docker tag to v1.94.0 2023-10-10 12:00:41 +01:00
jake merged commit 92914303ad into master 2023-10-15 21:33:22 +01:00
jake deleted branch renovate/matrixdotorg-synapse-1.x 2023-10-15 21:33:22 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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: systems/infrastructure#77
No description provided.