Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46f25d776d | ||
|
|
1e9400ab2e | ||
|
|
c8b81a87b3 |
@@ -1283,3 +1283,9 @@
|
||||
* Update Synapse to 1.116.0
|
||||
* [Full changelog](https://github.com/element-hq/synapse/releases/tag/v1.116.0)
|
||||
|
||||
[1.98.0]
|
||||
* Update Synapse to 1.118.0
|
||||
* [Full changelog](https://github.com/element-hq/synapse/releases/tag/v1.118.0)
|
||||
|
||||
[1.98.1]
|
||||
* Update S3 Storage Provider to 1.5.0
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"tagline": "Secure & decentralized communication",
|
||||
"version": "1.97.6",
|
||||
"version": "1.98.1",
|
||||
"upstreamVersion": "1.117.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8008,
|
||||
|
||||
@@ -13,7 +13,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
||||
ARG SYNAPSE_VERSION=1.117.0
|
||||
|
||||
# renovate: datasource=github-releases depName=matrix-org/synapse-s3-storage-provider versioning=semver extractVersion=^v(?<version>.+)$
|
||||
ARG S3PROVIDER_VERSION=1.4.0
|
||||
ARG S3PROVIDER_VERSION=1.5.0
|
||||
|
||||
# Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md)
|
||||
# lxml - required for previews
|
||||
|
||||
Reference in New Issue
Block a user