From 2a479f1f2dacd9e8263a72c1e6b455d0265eff8e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 6 Jun 2025 02:28:51 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/acock?= =?UTF-8?q?burn/appdaemon=204.5.7=20=E2=86=92=204.5.8=20(#36006)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/acockburn/appdaemon](https://redirect.github.com/AppDaemon/appdaemon) | patch | `8564d24` -> `9dc67ea` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
AppDaemon/appdaemon (docker.io/acockburn/appdaemon) ### [`v4.5.8`](https://redirect.github.com/AppDaemon/appdaemon/releases/tag/4.5.8) [Compare Source](https://redirect.github.com/AppDaemon/appdaemon/compare/4.5.7...4.5.8) #### 4.5.8 **Features** None **Fixes** - Fix for time & day constraints - Additional error checking around websocket aceesses for HASS - restored metadata to service callbacks - refactor of services dictionary access **Breaking Changes** None **Changes in Behavior** None
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/appdaemon/Chart.yaml | 4 ++-- charts/stable/appdaemon/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index 000d2b0e2a7..1a258e073eb 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 4.5.7 +appVersion: 4.5.8 dependencies: - name: common version: 25.4.10 @@ -36,5 +36,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon - https://hub.docker.com/r/acockburn/appdaemon type: application -version: 18.6.1 +version: 18.6.2 diff --git a/charts/stable/appdaemon/values.yaml b/charts/stable/appdaemon/values.yaml index 44ab73b8abe..17869446d34 100644 --- a/charts/stable/appdaemon/values.yaml +++ b/charts/stable/appdaemon/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/acockburn/appdaemon pullPolicy: IfNotPresent - tag: 4.5.7@sha256:8564d24a22abea8b16bf29fae11ba5e68079e3995cc8ea151d43fed3b7d3009e + tag: 4.5.8@sha256:9dc67ea2f47b14349d8792f263e7cf8b81753560302ddf3c6d907426ae7fa1a7 securityContext: container: runAsNonRoot: false