Skip to content

feat(oci/zigbee2mqtt): update 2.8.0 ➼ 2.9.1#4846

Open
tinfoild[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-koenkk-zigbee2mqtt-2.x
Open

feat(oci/zigbee2mqtt): update 2.8.0 ➼ 2.9.1#4846
tinfoild[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-koenkk-zigbee2mqtt-2.x

Conversation

@tinfoild
Copy link
Contributor

@tinfoild tinfoild bot commented Mar 1, 2026

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/koenkk/zigbee2mqtt minor 2.8.02.9.1 OpenSSF Scorecard

Warning

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


Release Notes

Koenkk/zigbee2mqtt (ghcr.io/koenkk/zigbee2mqtt)

v2.9.1

Compare Source

Bug Fixes

v2.9.0

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: 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 is behind base branch, 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 has been generated by Renovate Bot.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 1, 2026

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3a5a611
Status: ✅  Deploy successful!
Preview URL: https://83836891.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-ghcr-io-koenkk-zigb.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Mar 1, 2026

kube/kustomization/out00

--- kube/clusters/biohazard/flux Kustomization: flux-system/0-biohazard-config Kustomization: zigbee2mqtt/zigbee2mqtt-pvc

+++ kube/clusters/biohazard/flux Kustomization: flux-system/0-biohazard-config Kustomization: zigbee2mqtt/zigbee2mqtt-pvc

@@ -277,13 +277,13 @@

       RGID: '1000'
       RUID: '1000'
       SC: file
       SIZE: 1Gi
       SNAP: file
       SNAP_ACCESSMODE: ReadOnlyMany
-      VS_APP_CURRENT_VERSION: ghcr.io/koenkk/zigbee2mqtt:2.8.0@sha256:89cf02f379aa743a68494388e3a26fba7b8c9101f8b452038cc07aeff3fc983c
+      VS_APP_CURRENT_VERSION: ghcr.io/koenkk/zigbee2mqtt:2.9.1@sha256:574b2bd0dcbb59fae6edbbb81a35b5563291d3825da0225f0078aa5575dac37f
     substituteFrom:
     - kind: Secret
       name: biohazard-vars
       optional: false
     - kind: Secret
       name: biohazard-secrets
--- kube/deploy/core/storage/volsync/template Kustomization: zigbee2mqtt/zigbee2mqtt-pvc ReplicationSource: zigbee2mqtt/zigbee2mqtt-data-r2-updates-restic

+++ kube/deploy/core/storage/volsync/template Kustomization: zigbee2mqtt/zigbee2mqtt-pvc ReplicationSource: zigbee2mqtt/zigbee2mqtt-data-r2-updates-restic

@@ -53,8 +53,8 @@

       daily: 14
       within: 7d
     storageClassName: file
     volumeSnapshotClassName: file
   sourcePVC: zigbee2mqtt-data
   trigger:
-    manual: ghcr.io/koenkk/zigbee2mqtt:2.8.0@sha256:89cf02f379aa743a68494388e3a26fba7b8c9101f8b452038cc07aeff3fc983c
+    manual: ghcr.io/koenkk/zigbee2mqtt:2.9.1@sha256:574b2bd0dcbb59fae6edbbb81a35b5563291d3825da0225f0078aa5575dac37f
 
--- kube/deploy/apps/zigbee2mqtt/app Kustomization: zigbee2mqtt/zigbee2mqtt-app HelmRelease: zigbee2mqtt/zigbee2mqtt

+++ kube/deploy/apps/zigbee2mqtt/app Kustomization: zigbee2mqtt/zigbee2mqtt-app HelmRelease: zigbee2mqtt/zigbee2mqtt

@@ -71,13 +71,13 @@

               ZIGBEE2MQTT_DATA: /config
             envFrom:
             - secretRef:
                 name: zigbee2mqtt-secrets
             image:
               repository: ghcr.io/koenkk/zigbee2mqtt
-              tag: 2.8.0@sha256:89cf02f379aa743a68494388e3a26fba7b8c9101f8b452038cc07aeff3fc983c
+              tag: 2.9.1@sha256:574b2bd0dcbb59fae6edbbb81a35b5563291d3825da0225f0078aa5575dac37f
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-koenkk-zigbee2mqtt-2.x branch 2 times, most recently from 63af2db to e4249cd Compare March 1, 2026 17:10
@tinfoild
Copy link
Contributor Author

tinfoild bot commented Mar 1, 2026

kube/helmrelease/out00

--- HelmRelease: zigbee2mqtt/zigbee2mqtt Deployment: zigbee2mqtt/zigbee2mqtt

+++ HelmRelease: zigbee2mqtt/zigbee2mqtt Deployment: zigbee2mqtt/zigbee2mqtt

@@ -110,13 +110,13 @@

           value: tcp://slzb.internal:6638
         - name: ZIGBEE2MQTT_DATA
           value: /config
         envFrom:
         - secretRef:
             name: zigbee2mqtt-secrets
-        image: ghcr.io/koenkk/zigbee2mqtt:2.8.0@sha256:89cf02f379aa743a68494388e3a26fba7b8c9101f8b452038cc07aeff3fc983c
+        image: ghcr.io/koenkk/zigbee2mqtt:2.9.1@sha256:574b2bd0dcbb59fae6edbbb81a35b5563291d3825da0225f0078aa5575dac37f
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80

@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-koenkk-zigbee2mqtt-2.x branch 9 times, most recently from 4b5b6ba to 7a490e8 Compare March 2, 2026 12:21
@tinfoild tinfoild bot changed the title feat(oci/zigbee2mqtt): update 2.8.0 ➼ 2.9.0 feat(oci/zigbee2mqtt): update 2.8.0 ➼ 2.9.1 Mar 2, 2026
@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-koenkk-zigbee2mqtt-2.x branch 12 times, most recently from c320193 to b1b5b82 Compare March 3, 2026 14:25
@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-koenkk-zigbee2mqtt-2.x branch 29 times, most recently from 21cbd7e to 4360000 Compare March 7, 2026 08:11
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