From dc25932bfd101ac8f0c751965b1b3aef5dc4e726 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 22 Apr 2021 12:36:21 +0200 Subject: [PATCH] Bump version for 1.32.2 --- CHANGELOG | 4 ++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 14b84de..cf0d7d4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -390,3 +390,7 @@ * Update Synapse to 1.32.1 * Fix a regression in Synapse 1.32.0 which caused Synapse to report large numbers of Prometheus time series, potentially overwhelming Prometheus instances. (#9854) +[1.22.4] +* Update Synapse to 1.32.2 +* Fix a regression in Synapse 1.32.0 and 1.32.1 which caused LoggingContext errors in plugins. (#9857) + diff --git a/CloudronManifest.json b/CloudronManifest.json index f3991bb..a4ae4f9 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.22.3", + "version": "1.22.4", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 4b9362d..ae595cc 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Synapse 1.32.1. +This app packages Synapse 1.32.2. **This package only provides the Matrix backend. A variety of clients are available [here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and diff --git a/Dockerfile b/Dockerfile index aad7623..6a02bd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN virtualenv -p python3 /app/code/env ENV VIRTUAL_ENV=/app/code/env ENV PATH="$VIRTUAL_ENV/bin:$PATH" -ARG VERSION=v1.32.1 +ARG VERSION=v1.32.2 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md) # lxml - required for previews