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.15.0 β†’ 9.16.0 ) #7907

Closed bot-ross[bot] closed 2 months ago

bot-ross[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/zwave-js/zwave-js-ui minor 9.15.0 -> 9.16.0

Release Notes

zwave-js/zwave-js-ui (ghcr.io/zwave-js/zwave-js-ui) ### [`v9.16.0`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9160-2024-07-18) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.15.0...v9.16.0) ##### Features - support for Z-Wave JS v13 ([#​3799](https://togithub.com/zwave-js/zwave-js-ui/issues/3799)) ([35f5e7c](https://togithub.com/zwave-js/zwave-js-ui/commit/35f5e7c43811bf3c7f5136c6c5b9d453aedbd97a)) - **ui:** show association error in association dialog ([#​3804](https://togithub.com/zwave-js/zwave-js-ui/issues/3804)) ([f919273](https://togithub.com/zwave-js/zwave-js-ui/commit/f919273448bfc82745fba4e1a6029a933c75765a))

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 2 months 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.15.0@sha256:97b0efa02fcb226ba7693e87fa6bc900a38e675d43a0a6c56ac40acec4cdac3d
+              tag: 9.16.0@sha256:192f729ed41d78af786b238480010f1e2ae95fb3893bbbcc3f5720b0e57e9443
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 2 months 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.15.0@sha256:97b0efa02fcb226ba7693e87fa6bc900a38e675d43a0a6c56ac40acec4cdac3d
+        image: ghcr.io/zwave-js/zwave-js-ui:9.16.0@sha256:192f729ed41d78af786b238480010f1e2ae95fb3893bbbcc3f5720b0e57e9443
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0