chore(helm): update image docker.io/koenkk/zigbee2mqtt 2.2.0 → 2.2.1 (#34005)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/koenkk/zigbee2mqtt](https://redirect.github.com/Koenkk/zigbee2mqtt) | patch | `8a7d164` -> `5c1f0ca` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Koenkk/zigbee2mqtt (docker.io/koenkk/zigbee2mqtt)</summary> ### [`v2.2.1`](https://redirect.github.com/Koenkk/zigbee2mqtt/blob/HEAD/CHANGELOG.md#221-2025-04-04) [Compare Source](https://redirect.github.com/Koenkk/zigbee2mqtt/compare/2.2.0...2.2.1) ##### Bug Fixes - Fix issue with some settings when migrating from 1.x.x to 2.2.x ([#​26947](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26947)) ([9e481fe](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/9e481fe5e57a8e664dd58cff7765b5365630c7c1)) - Fix settings being overwriting when env var is set to a ref ([#​26988](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26988)) ([d6a5128](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/d6a5128aa819a85e2a06e57307329d2b35938397)) - **ignore:** update zigbee-herdsman-converters to 23.19.0 ([#​26938](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26938)) ([0b7d003](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/0b7d0039f709215ac1a4895f15f06db41b4d4998)) - **ignore:** update zigbee-herdsman-converters to 23.19.1 ([#​26961](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26961)) ([e90afb2](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/e90afb286a15c5416fd1126864acdfc4c03c3a64)) - **ignore:** update zigbee-herdsman-converters to 23.20.0 ([#​26978](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26978)) ([37927e6](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/37927e698abcb242965423e9ee37623255feadab)) - **ignore:** update zigbee-herdsman-converters to 23.20.1 ([#​26989](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26989)) ([9d0ee03](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/9d0ee03f38ee6881dce3b17c219a6580303607ef)) - **ignore:** update zigbee2mqtt-frontend to 0.9.6 ([#​26959](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26959)) ([fb4d01e](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/fb4d01ebced7046919d6657c7609a196d39a1a6c)) - **ignore:** update zigbee2mqtt-frontend to 0.9.7 ([#​26976](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26976)) ([89cdb1f](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/89cdb1f180bb343b56a50c94dc6a23dda1345582)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.2.0
|
||||
appVersion: 2.2.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt
|
||||
- https://hub.docker.com/r/koenkk/zigbee2mqtt
|
||||
type: application
|
||||
version: 14.3.0
|
||||
version: 14.3.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/koenkk/zigbee2mqtt
|
||||
tag: 2.2.0@sha256:8a7d164906a69dab48d8f761920c9672ad889e16e27db4b912afee7903b102d7
|
||||
tag: 2.2.1@sha256:5c1f0ca9669292b1bdabc7b6d9927642049bc2c1ee53f42b7299181e93dd7d8f
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user