mirror of
https://github.com/truecharts/charts.git
synced 2026-07-31 04:11:31 -03:00
chore(deps): update container image zwavejs/zwave-js-ui to v9.12.0@1ac0290 by renovate (#21635)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) | minor | `9.11.1` -> `9.12.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.12.0`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9120-2024-04-29) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.11.1...v9.12.0) ##### Bug Fixes - **ui:** add offset to smart start hover menu ([9f72cf3](9f72cf3625)), closes [#​3688](https://togithub.com/zwave-js/zwave-js-ui/issues/3688) - **ui:** cannot scroll down to channel values in controller info panel ([8d75372](8d75372440)), closes [#​3685](https://togithub.com/zwave-js/zwave-js-ui/issues/3685) - **ui:** display missing zwlr keys ([315ab0f](315ab0ffaa)) - **ui:** not able to sending actions from advanced dialog ([367b75f](367b75f6b9)), closes [#​3693](https://togithub.com/zwave-js/zwave-js-ui/issues/3693) - **ui:** only allow healthchecks against controller and hide neighbors ([0209b55](0209b55ef3)), closes [#​3681](https://togithub.com/zwave-js/zwave-js-ui/issues/3681) - **ui:** only check for missing keys that are valid LR keys ([#​3689](https://togithub.com/zwave-js/zwave-js-ui/issues/3689)) ([1aaf299](1aaf2997f6)) - **ui:** prevent changing requested security classes when switching protocol ([e327942](e327942edd)) - **ui:** use different dialog for node added popup ([2affdce](2affdcee29)), closes [#​3690](https://togithub.com/zwave-js/zwave-js-ui/issues/3690) - **ui:** use vuetify's material design palette colors for protocol color ([#​3692](https://togithub.com/zwave-js/zwave-js-ui/issues/3692)) ([2df5105](2df5105afd)) ##### Features - bump zwave-js@12.5.6 ([#​3683](https://togithub.com/zwave-js/zwave-js-ui/issues/3683)) ([1b0e49d](1b0e49d826)) - **ui:** smart start view improvements ([#​3684](https://togithub.com/zwave-js/zwave-js-ui/issues/3684)) ([425a817](425a817d98)) #### [9.11.1](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.11.0...v9.11.1) (2024-04-19) ##### Bug Fixes - **ui:** add missing channel 3 serie to bgRssi chart ([3961d53](3961d537bb)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 9.11.1
|
||||
appVersion: 9.12.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.0
|
||||
@@ -25,7 +25,7 @@ keywords:
|
||||
- zwave-js
|
||||
- z-wave
|
||||
- zwave
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
|
||||
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
||||
type: application
|
||||
version: 20.0.4
|
||||
version: 20.1.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.11.1@sha256:3014a633cf9749775d150ea3904547d31e8c4c868a5e87fa963bf106da0126b5
|
||||
tag: 9.12.0@sha256:1ac0290f8323e254973e228df2ba5c825d23cf879593f0457e825eb0ef39dc1a
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user