Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container)!: Update ghcr.io/koenkk/zigbee2mqtt ( 1.42.0 → 2.0.0 ) #1772

Merged
merged 2 commits into from
Jan 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/koenkk/zigbee2mqtt major 1.42.0 -> 2.0.0

Release Notes

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

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • Change default homeassistant.status_topic to homeassistant/status (#​25286)
  • Docker: update Alpine to 3.21, drop x86 support (#​25171)
  • Remove permit_join_timeout (#​25082)
  • Home Assistant: remove duplicate sensor/select for select/number/button entities (#​25026)
  • Ensure data in response is always empty on error (#​24971)
  • Rework OTA (#​24634)
  • Remove deprecated Home Assistant integration features (#​24494)
  • Improve bind/bridge/groups parsing and resolving consistency (#​24432)
  • Remove configuring group members through configuration.yaml (#​24338)
  • Improve permit join (#​24257)
  • The big cleanup (#​24200)
  • HA permit join switch: disable automatically after 254 seconds (#​24245)
Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - "on monday,on wednesday,on friday" in timezone Europe/Berlin, 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.


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

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

@renovate renovate bot requested a review from martinohmann as a code owner January 3, 2025 22:39
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Jan 3, 2025
Copy link

github-actions bot commented Jan 3, 2025

kustomization changes in kubernetes/main

--- 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

@@ -37,46 +37,39 @@

       zigbee2mqtt:
         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             env:
-              ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_DISCOVERY_TOPIC: homeassistant
-              ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_LEGACY_ENTITY_ATTRIBUTES: 'false'
-              ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_LEGACY_TRIGGERS: 'false'
-              ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_STATUS_TOPIC: homeassistant/status
               ZIGBEE2MQTT_CONFIG_ADVANCED_LAST_SEEN: ISO_8601
-              ZIGBEE2MQTT_CONFIG_ADVANCED_LEGACY_API: 'false'
-              ZIGBEE2MQTT_CONFIG_ADVANCED_LEGACY_AVAILABILITY_PAYLOAD: 'false'
               ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_LEVEL: info
               ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_OUTPUT: '["console"]'
               ZIGBEE2MQTT_CONFIG_AVAILABILITY_ACTIVE_TIMEOUT: 60
               ZIGBEE2MQTT_CONFIG_AVAILABILITY_PASSIVE_TIMEOUT: 2000
-              ZIGBEE2MQTT_CONFIG_DEVICE_OPTIONS_LEGACY: 'false'
               ZIGBEE2MQTT_CONFIG_DEVICE_OPTIONS_RETAIN: 'true'
-              ZIGBEE2MQTT_CONFIG_EXPERIMENTAL_NEW_API: 'true'
-              ZIGBEE2MQTT_CONFIG_FRONTEND: 'false'
               ZIGBEE2MQTT_CONFIG_FRONTEND_PORT: 80
               ZIGBEE2MQTT_CONFIG_FRONTEND_URL: https://zigbee.18b.haus
-              ZIGBEE2MQTT_CONFIG_HOMEASSISTANT: 'true'
+              ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_DISCOVERY_TOPIC: homeassistant
+              ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_STATUS_TOPIC: homeassistant/status
               ZIGBEE2MQTT_CONFIG_MQTT_INCLUDE_DEVICE_INFORMATION: 'true'
               ZIGBEE2MQTT_CONFIG_MQTT_KEEPALIVE: 60
               ZIGBEE2MQTT_CONFIG_MQTT_REJECT_UNAUTHORIZED: 'true'
               ZIGBEE2MQTT_CONFIG_MQTT_SERVER: mqtt://mosquitto.default.svc.cluster.local
               ZIGBEE2MQTT_CONFIG_MQTT_VERSION: 5
               ZIGBEE2MQTT_CONFIG_PERMIT_JOIN: 'false'
+              ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER: zstack
               ZIGBEE2MQTT_CONFIG_SERIAL_BAUDRATE: 115200
               ZIGBEE2MQTT_CONFIG_SERIAL_DISABLE_LED: 'false'
               ZIGBEE2MQTT_CONFIG_SERIAL_PORT: tcp://192.168.30.30:1053
               ZIGBEE2MQTT_DATA: /config
             envFrom:
             - secretRef:
                 name: zigbee2mqtt
             image:
               repository: ghcr.io/koenkk/zigbee2mqtt
-              tag: 1.42.0@sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131
+              tag: 2.0.0@sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   exec:
@@ -110,12 +103,14 @@

                 memory: 512Mi
               requests:
                 cpu: 20m
             securityContext:
               allowPrivilegeEscalation: false
               capabilities:
+                add:
+                - NET_BIND_SERVICE
                 drop:
                 - ALL
               readOnlyRootFilesystem: true
     defaultPodOptions:
       securityContext:
         fsGroup: 568

Copy link

github-actions bot commented Jan 3, 2025

helmrelease changes in kubernetes/main

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

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

@@ -42,72 +42,58 @@

       hostNetwork: false
       hostPID: false
       hostUsers: true
       dnsPolicy: ClusterFirst
       containers:
       - env:
-        - name: ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_DISCOVERY_TOPIC
-          value: homeassistant
-        - name: ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_LEGACY_ENTITY_ATTRIBUTES
-          value: 'false'
-        - name: ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_LEGACY_TRIGGERS
-          value: 'false'
-        - name: ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_STATUS_TOPIC
-          value: homeassistant/status
         - name: ZIGBEE2MQTT_CONFIG_ADVANCED_LAST_SEEN
           value: ISO_8601
-        - name: ZIGBEE2MQTT_CONFIG_ADVANCED_LEGACY_API
-          value: 'false'
-        - name: ZIGBEE2MQTT_CONFIG_ADVANCED_LEGACY_AVAILABILITY_PAYLOAD
-          value: 'false'
         - name: ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_LEVEL
           value: info
         - name: ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_OUTPUT
           value: '["console"]'
         - name: ZIGBEE2MQTT_CONFIG_AVAILABILITY_ACTIVE_TIMEOUT
           value: '60'
         - name: ZIGBEE2MQTT_CONFIG_AVAILABILITY_PASSIVE_TIMEOUT
           value: '2000'
-        - name: ZIGBEE2MQTT_CONFIG_DEVICE_OPTIONS_LEGACY
-          value: 'false'
         - name: ZIGBEE2MQTT_CONFIG_DEVICE_OPTIONS_RETAIN
           value: 'true'
-        - name: ZIGBEE2MQTT_CONFIG_EXPERIMENTAL_NEW_API
-          value: 'true'
-        - name: ZIGBEE2MQTT_CONFIG_FRONTEND
-          value: 'false'
         - name: ZIGBEE2MQTT_CONFIG_FRONTEND_PORT
           value: '80'
         - name: ZIGBEE2MQTT_CONFIG_FRONTEND_URL
           value: https://zigbee.18b.haus
-        - name: ZIGBEE2MQTT_CONFIG_HOMEASSISTANT
-          value: 'true'
+        - name: ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_DISCOVERY_TOPIC
+          value: homeassistant
+        - name: ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_STATUS_TOPIC
+          value: homeassistant/status
         - name: ZIGBEE2MQTT_CONFIG_MQTT_INCLUDE_DEVICE_INFORMATION
           value: 'true'
         - name: ZIGBEE2MQTT_CONFIG_MQTT_KEEPALIVE
           value: '60'
         - name: ZIGBEE2MQTT_CONFIG_MQTT_REJECT_UNAUTHORIZED
           value: 'true'
         - name: ZIGBEE2MQTT_CONFIG_MQTT_SERVER
           value: mqtt://mosquitto.default.svc.cluster.local
         - name: ZIGBEE2MQTT_CONFIG_MQTT_VERSION
           value: '5'
         - name: ZIGBEE2MQTT_CONFIG_PERMIT_JOIN
           value: 'false'
+        - name: ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER
+          value: zstack
         - name: ZIGBEE2MQTT_CONFIG_SERIAL_BAUDRATE
           value: '115200'
         - name: ZIGBEE2MQTT_CONFIG_SERIAL_DISABLE_LED
           value: 'false'
         - name: ZIGBEE2MQTT_CONFIG_SERIAL_PORT
           value: tcp://192.168.30.30:1053
         - name: ZIGBEE2MQTT_DATA
           value: /config
         envFrom:
         - secretRef:
             name: zigbee2mqtt
-        image: ghcr.io/koenkk/zigbee2mqtt:1.42.0@sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131
+        image: ghcr.io/koenkk/zigbee2mqtt:2.0.0@sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545
         livenessProbe:
           exec:
             command:
             - wget
             - --no-verbose
             - --tries=1
@@ -135,12 +121,14 @@

             memory: 512Mi
           requests:
             cpu: 20m
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
+            add:
+            - NET_BIND_SERVICE
             drop:
             - ALL
           readOnlyRootFilesystem: true
         volumeMounts:
         - mountPath: /config
           name: config

@martinohmann martinohmann merged commit a915dc0 into main Jan 5, 2025
7 checks passed
@martinohmann martinohmann deleted the renovate/main-ghcr.io-koenkk-zigbee2mqtt-2.x branch January 5, 2025 09:25
martinohmann added a commit that referenced this pull request Jan 5, 2025
martinohmann added a commit that referenced this pull request Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant