We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6845241 commit 66b30d0Copy full SHA for 66b30d0
src/charm.py
@@ -64,7 +64,7 @@
64
65
INGRESS_INTEGRATION_NAME = "ingress"
66
# This constant is updated by Renovate.
67
-SYNAPSE_VERSION = "1.145.0"
+SYNAPSE_VERSION = "1.146.0"
68
S3_CANNOT_ACCESS_BUCKET = "Media: S3 bucket does not exist or cannot be accessed"
69
S3_INVALID_CONFIGURATION = "Media: S3 configuration is invalid"
70
synapse_rock/rockcraft.yaml
@@ -107,7 +107,7 @@ parts:
107
plugin: nil
108
source: https://github.com/element-hq/synapse/
109
source-type: git
110
- source-tag: v1.145.0
+ source-tag: v1.146.0
111
build-environment:
112
- RUST_VERSION: "1.82.0"
113
- POETRY_VERSION: "2.1.1"
0 commit comments