Skip to content

Commit 0c79627

Browse files
authored
V1.149.1 (#20)
* bump synapse to v1.149.1 * bump envoy to 1.36.6 * bump MAS to 1.14
1 parent 6f3a9e8 commit 0c79627

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v1.146.0
1+
VERSION=v1.149.1
22

33
all: build-main push-main build-e2e push-e2e
44

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SYNAPSE_PKG_VER="v1.142.1"
1+
ARG SYNAPSE_PKG_VER="v1.149.1"
22
ARG PYTHON_PKG_VER="3.13"
33

44
# stage 1 : build pip

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.46.2
3+
version: 0.47.0

charts/synapse/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ synapse:
1616
# this is patched version of mainstream synamse
1717
# please find patches by link: https://github.com/code-tool/matrix-stack/tree/main/build
1818
# also this ghcr contains synapse:v1.146.0-e2e-optimized with e2e_room_key query patches
19-
tag: "v1.146.0"
19+
tag: "v1.149.1"
2020
pullPolicy: IfNotPresent
2121
autoscaling:
2222
enabled: true
@@ -505,7 +505,7 @@ envoyProxy:
505505
# maxUnavailable: 1
506506
image:
507507
repository: envoyproxy/envoy
508-
tag: v1.36.4
508+
tag: v1.36.6
509509
pullPolicy: IfNotPresent
510510
resources: {}
511511
# limits:
@@ -549,7 +549,7 @@ matrixAuthentication:
549549
# maxUnavailable: 1
550550
image:
551551
repository: ghcr.io/element-hq/matrix-authentication-service
552-
tag: 1.10.0
552+
tag: 1.14.0
553553
pullPolicy: IfNotPresent
554554
resources: {}
555555
# limits:

0 commit comments

Comments
 (0)