Bump version
This commit is contained in:
@@ -1044,3 +1044,8 @@
|
|||||||
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.91.1)
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.91.1)
|
||||||
* Fix a performance regression introduced in Synapse 1.91.0 where event persistence would cause an excessive linear growth in CPU usage. (#16220)
|
* Fix a performance regression introduced in Synapse 1.91.0 where event persistence would cause an excessive linear growth in CPU usage. (#16220)
|
||||||
|
|
||||||
|
[1.75.2]
|
||||||
|
* Update Synapse to 1.91.2
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.91.2)
|
||||||
|
* Revert MSC3861 introspection cache, admin impersonation and account lock. (#16258)
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"tagline": "Secure & decentralized communication",
|
"tagline": "Secure & decentralized communication",
|
||||||
"version": "1.75.1",
|
"version": "1.75.2",
|
||||||
"upstreamVersion": "1.91.1",
|
"upstreamVersion": "1.91.2",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ RUN virtualenv -p python3 /app/code/env
|
|||||||
ENV VIRTUAL_ENV=/app/code/env
|
ENV VIRTUAL_ENV=/app/code/env
|
||||||
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
||||||
|
|
||||||
ARG VERSION=1.91.1
|
ARG VERSION=1.91.2
|
||||||
|
|
||||||
# https://github.com/matrix-org/synapse-s3-storage-provider
|
# https://github.com/matrix-org/synapse-s3-storage-provider
|
||||||
ARG STORAGE_PROVIDER_VERSION=1beb6af95e1f5caedb8e6e7e1cc176cdb2106d37
|
ARG STORAGE_PROVIDER_VERSION=1beb6af95e1f5caedb8e6e7e1cc176cdb2106d37
|
||||||
|
|||||||
Reference in New Issue
Block a user