chore(deps): update container image zwavejs/zwave-js-ui to v9.6.0@026a6d4 (#16082)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) | minor | `9.5.1` -> `9.6.0` | --- > [!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.6.0`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#960-2023-12-14) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.5.1...v9.6.0) ##### Bug Fixes - check for undefined driver ([#​3464](https://togithub.com/zwave-js/zwave-js-ui/issues/3464)) ([f499d5b](https://togithub.com/zwave-js/zwave-js-ui/commit/f499d5b4069074a6ecb5c3d8f4fef45ee39b8cee)) - **ui:** open in new window ([c618fd1](https://togithub.com/zwave-js/zwave-js-ui/commit/c618fd10cd5c5f5e2444ed097c64dcc9e7f4aa73)) ##### Features - bump zwave-js@12.4.1 ([#​3479](https://togithub.com/zwave-js/zwave-js-ui/issues/3479)) ([932495e](https://togithub.com/zwave-js/zwave-js-ui/commit/932495e99191256e792e9438fcca2304082c7bd4)) - create esbuild bundle for embedded devices ([#​3480](https://togithub.com/zwave-js/zwave-js-ui/issues/3480)) ([68326d6](https://togithub.com/zwave-js/zwave-js-ui/commit/68326d635917895520be883013934d2789998d83)) - **ui:** compact view sort ([#​3484](https://togithub.com/zwave-js/zwave-js-ui/issues/3484)) ([1f4cc1f](https://togithub.com/zwave-js/zwave-js-ui/commit/1f4cc1f9feaef9dbe6e393f37bfc12e755d51d97)) #### [9.5.1](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.5.0...v9.5.1) (2023-12-01) ##### Bug Fixes - pkg missing `axios` exec ([4856efd](https://togithub.com/zwave-js/zwave-js-ui/commit/4856efd3af76c50b5096b6a8bdf833bf3f7ee376)), closes [#​3458](https://togithub.com/zwave-js/zwave-js-ui/issues/3458) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
@@ -1,35 +1,34 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: zwavejs2mqtt
|
name: zwavejs2mqtt
|
||||||
version: 16.2.2
|
version: 16.3.0
|
||||||
appVersion: 9.5.1
|
appVersion: 9.6.0
|
||||||
description:
|
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS
|
||||||
Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS
|
|
||||||
and Vue
|
and Vue
|
||||||
home: https://truecharts.org/charts/stable/zwavejs2mqtt
|
home: https://truecharts.org/charts/stable/zwavejs2mqtt
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/zwave-js/zwavejs2mqtt
|
- https://github.com/zwave-js/zwavejs2mqtt
|
||||||
- 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
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
url: https://truecharts.org
|
url: https://truecharts.org
|
||||||
keywords:
|
keywords:
|
||||||
- zwavejs2mqtt
|
- zwavejs2mqtt
|
||||||
- zwave-js
|
- zwave-js
|
||||||
- z-wave
|
- z-wave
|
||||||
- zwave
|
- zwave
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 14.3.5
|
version: 14.3.5
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
tags: []
|
tags: []
|
||||||
import-values: []
|
import-values: []
|
||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 23.10.1
|
max_scale_version: 23.10.1
|
||||||
min_scale_version: 22.12.4
|
min_scale_version: 22.12.4
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: zwavejs/zwave-js-ui
|
repository: zwavejs/zwave-js-ui
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 9.5.1@sha256:1ca4c6f283db38fbde58f4792405ac145977591bc7be618e940836151db8c280
|
tag: 9.6.0@sha256:026a6d43981634a978a52cac3d95605844d475acafe828c91abf1493cdfaf771
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user