diff --git a/CloudronManifest.json b/CloudronManifest.json index 200e7a6..49e643e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,23 +6,38 @@ "changelog": "file://CHANGELOG.md", "tagline": "Secure & decentralized communication", "version": "1.97.6", - "upstreamVersion": "1.116.0", + "upstreamVersion": "1.117.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, "addons": { "localstorage": {}, - "oidc": { "loginRedirectUri": "/_synapse/client/oidc/callback" }, + "oidc": { + "loginRedirectUri": "/_synapse/client/oidc/callback" + }, "postgresql": {}, - "sendmail": { "supportsDisplayName": true }, - "turn": { "optional": true } + "sendmail": { + "supportsDisplayName": true + }, + "turn": { + "optional": true + } }, "manifestVersion": 2, "website": "https://matrix.org", "contactEmail": "support@cloudron.io", "icon": "file://logo.png", "tags": [ - "im", "collaboration", "voip", "videochat", "chat", "slack", "zulip", "federated", "element", "riot" + "im", + "collaboration", + "voip", + "videochat", + "chat", + "slack", + "zulip", + "federated", + "element", + "riot" ], "mediaLinks": [ "https://screenshots.cloudron.io/org.matrix.synapse/1.png", diff --git a/Dockerfile b/Dockerfile index f8cd7c4..5865571 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV VIRTUAL_ENV=/app/code/env ENV PATH="$VIRTUAL_ENV/bin:$PATH" # renovate: datasource=github-releases depName=element-hq/synapse versioning=semver extractVersion=^v(?.+)$ -ARG SYNAPSE_VERSION=1.116.0 +ARG SYNAPSE_VERSION=1.117.0 # renovate: datasource=github-releases depName=matrix-org/synapse-s3-storage-provider versioning=semver extractVersion=^v(?.+)$ ARG S3PROVIDER_VERSION=1.4.0