feat(container): update image ghcr.io/koenkk/zigbee2mqtt ( 2.7.2 ➔ 2.9.1 )#520
Merged
Aviator-Coding merged 1 commit intomainfrom Mar 18, 2026
Merged
Conversation
Contributor
Author
--- kubernetes/apps/openclaw/homeops-claw Kustomization: openclaw/homeops-claw OpenClawInstance: openclaw/homeops-claw
+++ kubernetes/apps/openclaw/homeops-claw Kustomization: openclaw/homeops-claw OpenClawInstance: openclaw/homeops-claw
@@ -50,39 +50,23 @@
name: openclaw-skills-secret
gateway:
controlUiOrigins: []
existingSecret: openclaw-gateway-token
initContainers:
- args:
- - |
- set -e
- BASE="/home/openclaw/.openclaw"
- export PNPM_HOME="$BASE/pnpm"
- export PATH="$PNPM_HOME:$BASE/.local/bin:/usr/local/bin:/usr/bin:/bin"
-
- # gh CLI (extract from .deb)
- GH_VERSION="2.88.1"
- if [ ! -f "$BASE/.local/bin/gh" ]; then
- mkdir -p "$BASE/.local/bin" /tmp/gh-install
- curl -fsSL -o /tmp/gh-install/gh.deb \
- "https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.deb"
- dpkg-deb -x /tmp/gh-install/gh.deb /tmp/gh-install
- cp /tmp/gh-install/usr/bin/gh "$BASE/.local/bin/gh"
- rm -rf /tmp/gh-install
- echo "gh $GH_VERSION installed"
- else
- echo "gh already installed, skipping"
- fi
-
- # summarize (pnpm global to PVC)
- if ! command -v summarize >/dev/null 2>&1; then
- pnpm add -g @steipete/summarize
- echo "summarize installed"
- else
- echo "summarize already installed, skipping"
- fi
+ - "set -e\nBASE=\"/home/openclaw/.openclaw\"\nexport PNPM_HOME=\"$BASE/pnpm\"\n\
+ export PATH=\"$PNPM_HOME:$BASE/.local/bin:/usr/local/bin:/usr/bin:/bin\"\n\n\
+ # gh CLI (extract from .deb \u2014 avoids tarball redirect issues)\nGH_VERSION=\"\
+ 2.88.1\"\nif [ ! -f \"$BASE/.local/bin/gh\" ]; then\n mkdir -p \"$BASE/.local/bin\"\
+ \ /tmp/gh-install\n curl -fsSL -o /tmp/gh-install/gh.deb \\\n \"https://github.com/cli/cli/releases/download/v/gh__linux_amd64.deb\"\
+ \n dpkg-deb -x /tmp/gh-install/gh.deb /tmp/gh-install\n cp /tmp/gh-install/usr/bin/gh\
+ \ \"$BASE/.local/bin/gh\"\n rm -rf /tmp/gh-install\n echo \"gh installed\"\
+ \nelse\n echo \"gh already installed, skipping\"\nfi\n\n# summarize (pnpm global\
+ \ to PVC)\nif ! command -v summarize >/dev/null 2>&1; then\n pnpm add -g @steipete/summarize\n\
+ \ echo \"summarize installed\"\nelse\n echo \"summarize already installed,\
+ \ skipping\"\nfi\n"
command:
- /bin/sh
- -c
image: ghcr.io/openclaw/openclaw:latest
name: install-tools
volumeMounts:
--- kubernetes/apps/home-automation/zigbee2mqtt/app Kustomization: home-automation/zigbee2mqtt HelmRelease: home-automation/zigbee2mqtt
+++ kubernetes/apps/home-automation/zigbee2mqtt/app Kustomization: home-automation/zigbee2mqtt HelmRelease: home-automation/zigbee2mqtt
@@ -96,13 +96,13 @@
ZIGBEE2MQTT_CONFIG_SERIAL_BAUDRATE: 115200
ZIGBEE2MQTT_CONFIG_SERIAL_DISABLE_LED: false
ZIGBEE2MQTT_CONFIG_SERIAL_PORT: tcp://10.40.2.101:6638
ZIGBEE2MQTT_DATA: /data
image:
repository: ghcr.io/koenkk/zigbee2mqtt
- tag: 2.7.2
+ tag: 2.9.1
resources:
limits:
memory: 384Mi
requests:
cpu: 50m
memory: 384Mi |
Contributor
Author
--- HelmRelease: home-automation/zigbee2mqtt Deployment: home-automation/zigbee2mqtt
+++ HelmRelease: home-automation/zigbee2mqtt Deployment: home-automation/zigbee2mqtt
@@ -128,13 +128,13 @@
- name: ZIGBEE2MQTT_CONFIG_SERIAL_DISABLE_LED
value: 'false'
- name: ZIGBEE2MQTT_CONFIG_SERIAL_PORT
value: tcp://10.40.2.101:6638
- name: ZIGBEE2MQTT_DATA
value: /data
- image: ghcr.io/koenkk/zigbee2mqtt:2.7.2
+ image: ghcr.io/koenkk/zigbee2mqtt:2.9.1
name: app
resources:
limits:
memory: 384Mi
requests:
cpu: 50m |
67609c7 to
dbc6ae1
Compare
dbc6ae1 to
ceadbec
Compare
Aviator-Coding
approved these changes
Mar 17, 2026
Owner
Aviator-Coding
left a comment
There was a problem hiding this comment.
🤖 Auto-approved: safe update
ceadbec to
842a239
Compare
…9.1 ) | datasource | package | from | to | | ---------- | -------------------------- | ----- | ----- | | docker | ghcr.io/koenkk/zigbee2mqtt | 2.7.2 | 2.9.1 |
842a239 to
7e1f5d5
Compare
Owner
|
🤖 Auto-review: Merging Minor container update for zigbee2mqtt (2.7.2 → 2.9.1). This is the Zigbee-to-MQTT bridge that connects Zigbee devices to the home automation stack. All CI checks (Flux Local, Image Pull, Labeler) passed. Minor version bump with bug fixes and device support additions — safe to merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.7.2→2.9.1Release Notes
Koenkk/zigbee2mqtt (ghcr.io/koenkk/zigbee2mqtt)
v2.9.1Compare Source
Bug Fixes
v2.9.0Compare Source
Features
Bug Fixes
measurementstate_classto_countentities (#30978) (d475aa5)state_class: measurementforexternal_humidityandoccupancy_level#31022 (02a2fd8)temperature_probeastemperaturedevice_class#30862 (8d8d37e)state_classmeasurementforexternal_temperature#31022 (28a9f39)definition.version(#30402) (b71461e)v2.8.0Compare Source
Features
Bug Fixes
measurementforilluminane_raw#30439 (3e60f91)gasdevice class (#30653) (4815d51)device_classofeco2tovolatile_organic_compounds_parts(#30840) (4f412cb)load_estimateasstate_classmeasurementKoenkk/zigbee-herdsman-converters#11240 (a32c8ee)Area1-4Occupancyasoccupancy(#30712) (2e36084)temperature_deltafor calibration (#30784) (8e68295)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Renovate Bot.