Skip to content

feat(container): update image ghcr.io/element-hq/synapse ( v1.158.0 → v1.161.0 ) - #3067

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-element-hq-synapse-1.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-element-hq-synapse-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/synapse minor v1.158.0v1.161.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

element-hq/synapse (ghcr.io/element-hq/synapse)

v1.161.0

Compare Source

Changelog: https://github.com/element-hq/synapse/blob/release-v1.161/CHANGES.md

v1.160.0

Compare Source

Changelog: https://github.com/element-hq/synapse/blob/release-v1.160/CHANGES.md

v1.159.0

Compare Source

Changelog: https://github.com/element-hq/synapse/blob/release-v1.159/CHANGES.md


Configuration

📅 Schedule: (in timezone Europe/Moscow)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mglants-bot

mglants-bot Bot commented Aug 18, 2026

Copy link
Copy Markdown
--- kubernetes/subterra/apps/matrix/synapse/app Kustomization: flux-system/cluster-apps-synapse HelmRelease: matrix/synapse

+++ kubernetes/subterra/apps/matrix/synapse/app Kustomization: flux-system/cluster-apps-synapse HelmRelease: matrix/synapse

@@ -77,13 +77,13 @@

       - ::1/128
       - fe80::/64
       - fc00::/7
     image:
       pullPolicy: IfNotPresent
       repository: ghcr.io/element-hq/synapse
-      tag: v1.158.0
+      tag: v1.161.0
     ingress:
       annotations:
         cert-manager.io/cluster-issuer: letsencrypt-prod
         external-dns.alpha.kubernetes.io/target: ingress.ur30.ru
         nginx.ingress.kubernetes.io/cors-allow-origin: '*'
         nginx.ingress.kubernetes.io/enable-cors: 'true'

@mglants-bot

mglants-bot Bot commented Aug 18, 2026

Copy link
Copy Markdown
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-matrix-synapse

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-matrix-synapse

@@ -17,13 +17,13 @@

       app.kubernetes.io/name: matrix-synapse
       app.kubernetes.io/instance: synapse
       app.kubernetes.io/component: synapse
   template:
     metadata:
       annotations:
-        checksum/secrets: 0b364e12586d10e2ab34f696961f8cad6754747a92732758906fc5767b7f65ac
+        checksum/secrets: b3f267d9248460b7ddda9cc8bfe1514429fb0c10a436481651d3e42f61f34531
         setGateway: 'true'
       labels:
         app.kubernetes.io/name: matrix-synapse
         app.kubernetes.io/instance: synapse
         app.kubernetes.io/component: synapse
     spec:
@@ -53,13 +53,13 @@

               key: password
         - name: REDIS_PASSWORD
           valueFrom:
             secretKeyRef:
               name: synapse-secret
               key: redis-password
-        image: ghcr.io/element-hq/synapse:v1.158.0
+        image: ghcr.io/element-hq/synapse:v1.161.0
         imagePullPolicy: IfNotPresent
         securityContext: {}
         ports:
         - name: http
           containerPort: 8008
           protocol: TCP
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-appservice

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-appservice

@@ -18,13 +18,13 @@

       app.kubernetes.io/instance: synapse
       app.kubernetes.io/component: appservice
   template:
     metadata:
       annotations:
         checksum/worker-config: a629bc76a0a210e81731b3b0a29c29351aa70661585617fe8a55a2211d46d3ff
-        checksum/secrets: 8a0371290bcccf924af2044fa30f14fbb511736e6f0ec251b4601be476e49037
+        checksum/secrets: eeed6257191acdc9ce4d9c0a299214330c6268c83df425379fbfe1936c15e645
       labels:
         app.kubernetes.io/name: matrix-synapse
         app.kubernetes.io/instance: synapse
         app.kubernetes.io/component: appservice
     spec:
       serviceAccountName: default
@@ -53,13 +53,13 @@

         - name: REDIS_PASSWORD
           valueFrom:
             secretKeyRef:
               name: synapse-secret
               key: redis-password
         securityContext: {}
-        image: ghcr.io/element-hq/synapse:v1.158.0
+        image: ghcr.io/element-hq/synapse:v1.161.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: metrics
           containerPort: 9090
           protocol: TCP
         livenessProbe:
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-federation-reader

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-federation-reader

@@ -18,13 +18,13 @@

       app.kubernetes.io/instance: synapse
       app.kubernetes.io/component: federation-reader
   template:
     metadata:
       annotations:
         checksum/worker-config: a629bc76a0a210e81731b3b0a29c29351aa70661585617fe8a55a2211d46d3ff
-        checksum/secrets: bb4cc27ff4bacaed40eeed8af88aefde6e5b5466e18a20760b674b04530a1fe8
+        checksum/secrets: 2ed0a261c080c6e861375f1fe9925fe29669b18e4fc3ad712c5e15c6d30890c7
         setGateway: 'true'
       labels:
         app.kubernetes.io/name: matrix-synapse
         app.kubernetes.io/instance: synapse
         app.kubernetes.io/component: federation-reader
     spec:
@@ -54,13 +54,13 @@

         - name: REDIS_PASSWORD
           valueFrom:
             secretKeyRef:
               name: synapse-secret
               key: redis-password
         securityContext: {}
-        image: ghcr.io/element-hq/synapse:v1.158.0
+        image: ghcr.io/element-hq/synapse:v1.161.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: metrics
           containerPort: 9090
           protocol: TCP
         - name: listener
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-federation-sender

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-federation-sender

@@ -18,13 +18,13 @@

       app.kubernetes.io/instance: synapse
       app.kubernetes.io/component: federation-sender
   template:
     metadata:
       annotations:
         checksum/worker-config: a629bc76a0a210e81731b3b0a29c29351aa70661585617fe8a55a2211d46d3ff
-        checksum/secrets: ae231c9722f697986fd345f9fed6936fd409d431acfa6d4a5d5b33f479f27caf
+        checksum/secrets: c160cee92a22813299e8bd62ca67d472256fda6ed1d9ddfb6f39c35dee29065a
         setGateway: 'true'
       labels:
         app.kubernetes.io/name: matrix-synapse
         app.kubernetes.io/instance: synapse
         app.kubernetes.io/component: federation-sender
     spec:
@@ -54,13 +54,13 @@

         - name: REDIS_PASSWORD
           valueFrom:
             secretKeyRef:
               name: synapse-secret
               key: redis-password
         securityContext: {}
-        image: ghcr.io/element-hq/synapse:v1.158.0
+        image: ghcr.io/element-hq/synapse:v1.161.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: metrics
           containerPort: 9090
           protocol: TCP
         livenessProbe:
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-frontend-proxy

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-frontend-proxy

@@ -18,13 +18,13 @@

       app.kubernetes.io/instance: synapse
       app.kubernetes.io/component: frontend-proxy
   template:
     metadata:
       annotations:
         checksum/worker-config: a629bc76a0a210e81731b3b0a29c29351aa70661585617fe8a55a2211d46d3ff
-        checksum/secrets: ed422f8fa55c1d20c5d0666a92c06db9f5c4922e3573a855e5a7857f49643d0e
+        checksum/secrets: 1aea2de22942b8648236e22b7cd7340d9d69c5268531a91ae8016c73040120f6
       labels:
         app.kubernetes.io/name: matrix-synapse
         app.kubernetes.io/instance: synapse
         app.kubernetes.io/component: frontend-proxy
     spec:
       serviceAccountName: default
@@ -53,13 +53,13 @@

         - name: REDIS_PASSWORD
           valueFrom:
             secretKeyRef:
               name: synapse-secret
               key: redis-password
         securityContext: {}
-        image: ghcr.io/element-hq/synapse:v1.158.0
+        image: ghcr.io/element-hq/synapse:v1.161.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: metrics
           containerPort: 9090
           protocol: TCP
         - name: listener
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-generic-worker

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-generic-worker

@@ -18,13 +18,13 @@

       app.kubernetes.io/instance: synapse
       app.kubernetes.io/component: generic-worker
   template:
     metadata:
       annotations:
         checksum/worker-config: a629bc76a0a210e81731b3b0a29c29351aa70661585617fe8a55a2211d46d3ff
-        checksum/secrets: 58c96ab49ecf954a0bca8270f70e6c500b4fe2c7a9291141462da20dbd3462bc
+        checksum/secrets: ef9901d395c6ce18955eab791a46671d27c933bc65f915263237ac0b5cdce73d
       labels:
         app.kubernetes.io/name: matrix-synapse
         app.kubernetes.io/instance: synapse
         app.kubernetes.io/component: generic-worker
     spec:
       serviceAccountName: default
@@ -53,13 +53,13 @@

         - name: REDIS_PASSWORD
           valueFrom:
             secretKeyRef:
               name: synapse-secret
               key: redis-password
         securityContext: {}
-        image: ghcr.io/element-hq/synapse:v1.158.0
+        image: ghcr.io/element-hq/synapse:v1.161.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: metrics
           containerPort: 9090
           protocol: TCP
         - name: listener
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-messages

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-messages

@@ -18,13 +18,13 @@

       app.kubernetes.io/instance: synapse
       app.kubernetes.io/component: messages
   template:
     metadata:
       annotations:
         checksum/worker-config: a629bc76a0a210e81731b3b0a29c29351aa70661585617fe8a55a2211d46d3ff
-        checksum/secrets: 6e7e509d0a0ead4de7ed50fe4a4b62a2f4088caa2e1f3df63794aba277bae38f
+        checksum/secrets: cd904048b3e82d8cd558088e365f179d496560e99219cac986328b6124f2c04c
       labels:
         app.kubernetes.io/name: matrix-synapse
         app.kubernetes.io/instance: synapse
         app.kubernetes.io/component: messages
     spec:
       serviceAccountName: default
@@ -53,13 +53,13 @@

         - name: REDIS_PASSWORD
           valueFrom:
             secretKeyRef:
               name: synapse-secret
               key: redis-password
         securityContext: {}
-        image: ghcr.io/element-hq/synapse:v1.158.0
+        image: ghcr.io/element-hq/synapse:v1.161.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: metrics
           containerPort: 9090
           protocol: TCP
         - name: listener
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-pusher

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-pusher

@@ -18,13 +18,13 @@

       app.kubernetes.io/instance: synapse
       app.kubernetes.io/component: pusher
   template:
     metadata:
       annotations:
         checksum/worker-config: a629bc76a0a210e81731b3b0a29c29351aa70661585617fe8a55a2211d46d3ff
-        checksum/secrets: fe3ff9a89577b818c7df6cc0179b0a0fb6e5b6bdaefc45d2d1806f84150e0559
+        checksum/secrets: c03292d3e4088ec4098a6efacb1ed206565e84b22028bcf7bd8831f76556cbc4
       labels:
         app.kubernetes.io/name: matrix-synapse
         app.kubernetes.io/instance: synapse
         app.kubernetes.io/component: pusher
     spec:
       serviceAccountName: default
@@ -53,13 +53,13 @@

         - name: REDIS_PASSWORD
           valueFrom:
             secretKeyRef:
               name: synapse-secret
               key: redis-password
         securityContext: {}
-        image: ghcr.io/element-hq/synapse:v1.158.0
+        image: ghcr.io/element-hq/synapse:v1.161.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: metrics
           containerPort: 9090
           protocol: TCP
         livenessProbe:
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-sso

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-sso

@@ -18,13 +18,13 @@

       app.kubernetes.io/instance: synapse
       app.kubernetes.io/component: sso
   template:
     metadata:
       annotations:
         checksum/worker-config: a629bc76a0a210e81731b3b0a29c29351aa70661585617fe8a55a2211d46d3ff
-        checksum/secrets: 1ffee3d7fa3e7cc553953af82a284c279e996b2e7a682f30a999aedf4bf50a0a
+        checksum/secrets: e81c8b69850f59ccb9c5da4658c76db3bbca1a5481d96db065a3b13e7b43bde8
       labels:
         app.kubernetes.io/name: matrix-synapse
         app.kubernetes.io/instance: synapse
         app.kubernetes.io/component: sso
     spec:
       serviceAccountName: default
@@ -53,13 +53,13 @@

         - name: REDIS_PASSWORD
           valueFrom:
             secretKeyRef:
               name: synapse-secret
               key: redis-password
         securityContext: {}
-        image: ghcr.io/element-hq/synapse:v1.158.0
+        image: ghcr.io/element-hq/synapse:v1.161.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: metrics
           containerPort: 9090
           protocol: TCP
         - name: listener
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-synchrotron

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-synchrotron

@@ -18,13 +18,13 @@

       app.kubernetes.io/instance: synapse
       app.kubernetes.io/component: synchrotron
   template:
     metadata:
       annotations:
         checksum/worker-config: a629bc76a0a210e81731b3b0a29c29351aa70661585617fe8a55a2211d46d3ff
-        checksum/secrets: 090c3cbee5dc160a2e356961e4f3205a2182e5bccccd4f3b5a630bcb328f4b89
+        checksum/secrets: d273b51cee1cc3dc52bd770e410341281a59e2b0cefe89c081f546b9a9c4d9e2
       labels:
         app.kubernetes.io/name: matrix-synapse
         app.kubernetes.io/instance: synapse
         app.kubernetes.io/component: synchrotron
     spec:
       serviceAccountName: default
@@ -53,13 +53,13 @@

         - name: REDIS_PASSWORD
           valueFrom:
             secretKeyRef:
               name: synapse-secret
               key: redis-password
         securityContext: {}
-        image: ghcr.io/element-hq/synapse:v1.158.0
+        image: ghcr.io/element-hq/synapse:v1.161.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: metrics
           containerPort: 9090
           protocol: TCP
         - name: listener

@renovate renovate Bot changed the title feat(container): update image ghcr.io/element-hq/synapse ( v1.158.0 → v1.159.0 ) feat(container): update image ghcr.io/element-hq/synapse ( v1.158.0 → v1.160.0 ) Sep 2, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-element-hq-synapse-1.x branch 3 times, most recently from bf36401 to 232f293 Compare September 7, 2026 17:20
@renovate
renovate Bot force-pushed the renovate/ghcr.io-element-hq-synapse-1.x branch 3 times, most recently from fff2dc3 to d998275 Compare September 16, 2026 06:05
@renovate renovate Bot changed the title feat(container): update image ghcr.io/element-hq/synapse ( v1.158.0 → v1.160.0 ) feat(container): update image ghcr.io/element-hq/synapse ( v1.158.0 → v1.161.0 ) Sep 16, 2026
… v1.161.0 )

| datasource | package                    | from     | to       |
| ---------- | -------------------------- | -------- | -------- |
| docker     | ghcr.io/element-hq/synapse | v1.158.0 | v1.161.0 |
@renovate
renovate Bot force-pushed the renovate/ghcr.io-element-hq-synapse-1.x branch from d998275 to 381518a Compare September 18, 2026 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants