chore(deps): update container image zwavejs/zwave-js-ui to v9.9.1@c0c9f8a by renovate (#18930)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) | patch | `9.9.0` -> `9.9.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>zwave-js/zwave-js-ui (zwavejs/zwave-js-ui)</summary> ### [`v9.9.1`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#991-2024-03-04) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.9.0...v9.9.1) ##### Bug Fixes - better message in case association is not allowed ([#​3624](https://togithub.com/zwave-js/zwave-js-ui/issues/3624)) ([abcfd41](abcfd41a28
)) - create custom logs cleanup function ([#​3610](https://togithub.com/zwave-js/zwave-js-ui/issues/3610)) ([64f32f0](64f32f0020
)) - node name and location change not catched on value added ([#​3612](https://togithub.com/zwave-js/zwave-js-ui/issues/3612)) ([fa37244](fa37244cd1
)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
6ee7322cf6
commit
74a0e13982
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 9.9.0
|
appVersion: 9.9.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 18.1.2
|
version: 18.1.2
|
||||||
|
@ -25,7 +25,7 @@ keywords:
|
||||||
- zwave-js
|
- zwave-js
|
||||||
- z-wave
|
- z-wave
|
||||||
- zwave
|
- zwave
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
@ -36,4 +36,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
|
- https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
|
||||||
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
||||||
type: application
|
type: application
|
||||||
version: 19.2.0
|
version: 19.2.1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: zwavejs/zwave-js-ui
|
repository: zwavejs/zwave-js-ui
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 9.9.0@sha256:4f8634550e9b42693a5235ac64a06c9bc89a7e81799aa0ca72a0aa01dcd4d41b
|
tag: 9.9.1@sha256:c0c9f8a9eeefd29522398639deb3a2394467626521165b85d274adeb401fef33
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue