onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

feat(container): update ghcr.io/zwave-js/zwave-js-ui ( 9.21.1 ā†’ 9.22.0 ) #8213

Closed bot-ross[bot] closed 3 hours ago

bot-ross[bot] commented 4 hours ago

This PR contains the following updates:

Package Update Change
ghcr.io/zwave-js/zwave-js-ui minor 9.21.1 -> 9.22.0

Release Notes

zwave-js/zwave-js-ui (ghcr.io/zwave-js/zwave-js-ui) ### [`v9.22.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9220-2024-10-11) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.21.1...v9.22.0) ##### Bug Fixes - add controller status changes to controller events ([#​3932](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3932)) ([3f95e30](https://redirect.github.com/zwave-js/zwave-js-ui/commit/3f95e3083bd7ebef284a42a0a0327d3cc124e209)) - translate removal reason enum value to its name ([18bddac](https://redirect.github.com/zwave-js/zwave-js-ui/commit/18bddac35c48f94a4358fe9160fe01eb8d8ea66e)), closes [#​3927](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3927) ##### Features - bump zwave-js@13.5.0 ([#​3930](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3930)) ([75ad9e9](https://redirect.github.com/zwave-js/zwave-js-ui/commit/75ad9e97d0f83ceb074e0e3f981a053663df512b)) - bump zwave-js@13.8.0 ([#​3941](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3941)) ([7d1f11d](https://redirect.github.com/zwave-js/zwave-js-ui/commit/7d1f11db489ab9ea77f5cb4d2e6776c1f618f159)) - **ui:** allow to toggle auto-scroll on debug window ([#​3933](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3933)) ([b9b335c](https://redirect.github.com/zwave-js/zwave-js-ui/commit/b9b335c91ffead5ac38c4eab523fc28179fa86bb)) #### [9.21.1](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.21.0...v9.21.1) (2024-10-02) ##### Bug Fixes - **discovery:** correctly handle up/down commands for covers ([#​3916](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3916)) ([1582b2a](https://redirect.github.com/zwave-js/zwave-js-ui/commit/1582b2ad5eabcc9dae21e67257560d42f092f758)) - **ui:** hide dsk codes when streamer mode is enabled ([c0785b7](https://redirect.github.com/zwave-js/zwave-js-ui/commit/c0785b7a970e4cef79e1a3d1613e8ff64e5fe15c)), closes [#​3921](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3921)

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» 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.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 4 hours ago
--- HelmRelease: default/zwave Deployment: default/zwave

+++ HelmRelease: default/zwave Deployment: default/zwave

@@ -45,13 +45,13 @@

       containers:
       - env:
         - name: PORT
           value: '80'
         - name: TZ
           value: America/New_York
-        image: ghcr.io/zwave-js/zwave-js-ui:9.21.1@sha256:a28eaf01060dbe2fa30045d6b2ac6a31bc34efbebb7aa7d19787929929aea16a
+        image: ghcr.io/zwave-js/zwave-js-ui:9.22.0@sha256:10fa3054ca739b740e97cf2d98ea0bed494c3d188af1ae75388fd4b2e78b1115
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0
bot-ross[bot] commented 4 hours ago
--- kubernetes/main/apps/default/zwave/app Kustomization: flux-system/zwave HelmRelease: default/zwave

+++ kubernetes/main/apps/default/zwave/app Kustomization: flux-system/zwave HelmRelease: default/zwave

@@ -40,13 +40,13 @@

           app:
             env:
               PORT: 80
               TZ: America/New_York
             image:
               repository: ghcr.io/zwave-js/zwave-js-ui
-              tag: 9.21.1@sha256:a28eaf01060dbe2fa30045d6b2ac6a31bc34efbebb7aa7d19787929929aea16a
+              tag: 9.22.0@sha256:10fa3054ca739b740e97cf2d98ea0bed494c3d188af1ae75388fd4b2e78b1115
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3