onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

fix(container): update ghcr.io/koenkk/zigbee2mqtt ( 1.40.0 ā†’ 1.40.1 ) #8087

Closed bot-ross[bot] closed 1 month ago

bot-ross[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
ghcr.io/koenkk/zigbee2mqtt patch 1.40.0 -> 1.40.1

Release Notes

Koenkk/zigbee2mqtt (ghcr.io/koenkk/zigbee2mqtt) ### [`v1.40.1`](https://redirect.github.com/Koenkk/zigbee2mqtt/blob/HEAD/CHANGELOG.md#1401-2024-09-07) [Compare Source](https://redirect.github.com/Koenkk/zigbee2mqtt/compare/1.40.0...1.40.1) ##### Bug Fixes - Fix `Cannot read properties of undefined (reading 'some')` [https://github.com/Koenkk/zigbee2mqtt/issues/23821](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/23821) ([557b17a](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/557b17ad5b6dc375e361fb3ec5a84134be761a00)) - **ignore:** update dependencies ([#​23790](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/23790)) ([b7fa722](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/b7fa7221093656cee3c908aa1c0e45e350aa43c9)) - **ignore:** update zigbee-herdsman to 0.57.2 ([#​23872](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/23872)) ([5524e88](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/5524e881e6458afac2c5ae712bc6d0a1090e7115)) - **ignore:** update zigbee-herdsman to 0.57.3 ([#​23877](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/23877)) ([0d46354](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/0d46354c485ba5c644af8d933b1689468b3a058c)) - **ignore:** update zigbee-herdsman-converters to 20.11.0 ([#​23837](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/23837)) ([a33c29f](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/a33c29f10af5fc423ff9668af59826a37d9784bf)) - **ignore:** update zigbee-herdsman-converters to 20.12.1 ([#​23884](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/23884)) ([9283c4b](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/9283c4b4973e9e7309081a9444427c87f9309f91)) - **ignore:** update zigbee-herdsman-converters to 20.9.0 ([#​23822](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/23822)) ([6dade8b](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/6dade8b11faa13096191f9774a7a1dd320af6bde)) - Log stack trace when update check fails [https://github.com/Koenkk/zigbee2mqtt/discussions/23798](https://redirect.github.com/Koenkk/zigbee2mqtt/discussions/23798) ([13a108d](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/13a108ddbc8f33d1cb23b92e2c67854fbd2dc338))

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 becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 1 month ago
--- kubernetes/main/apps/default/zigbee2mqtt/app Kustomization: flux-system/zigbee2mqtt HelmRelease: default/zigbee2mqtt

+++ kubernetes/main/apps/default/zigbee2mqtt/app Kustomization: flux-system/zigbee2mqtt HelmRelease: default/zigbee2mqtt

@@ -69,13 +69,13 @@

               ZIGBEE2MQTT_DATA: /config
             envFrom:
             - secretRef:
                 name: zigbee2mqtt-secret
             image:
               repository: ghcr.io/koenkk/zigbee2mqtt
-              tag: 1.40.0@sha256:619566d36e377413a1a6263c19ea21cc1b034da37162aadfe41b10a9e9c9c6ee
+              tag: 1.40.1@sha256:8127ec2b6e5370eb83033e9cd7250a72bc418b4ead722eadb17c664bebd8b829
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:
bot-ross[bot] commented 1 month ago
--- HelmRelease: default/zigbee2mqtt Deployment: default/zigbee2mqtt

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

@@ -100,13 +100,13 @@

           value: tcp://192.168.1.90:6638
         - name: ZIGBEE2MQTT_DATA
           value: /config
         envFrom:
         - secretRef:
             name: zigbee2mqtt-secret
-        image: ghcr.io/koenkk/zigbee2mqtt:1.40.0@sha256:619566d36e377413a1a6263c19ea21cc1b034da37162aadfe41b10a9e9c9c6ee
+        image: ghcr.io/koenkk/zigbee2mqtt:1.40.1@sha256:8127ec2b6e5370eb83033e9cd7250a72bc418b4ead722eadb17c664bebd8b829
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80