chore(helm): update image docker.io/acockburn/appdaemon 4.5.8 → 4.5.10 (#36105)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/acockburn/appdaemon](https://redirect.github.com/AppDaemon/appdaemon)
| patch | `9dc67ea` -> `55bfe7c` |

---

> [!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

<details>
<summary>AppDaemon/appdaemon (docker.io/acockburn/appdaemon)</summary>

###
[`v4.5.10`](https://redirect.github.com/AppDaemon/appdaemon/releases/tag/4.5.10)

[Compare
Source](https://redirect.github.com/AppDaemon/appdaemon/compare/4.5.8...4.5.10)

#### 4.5.10

**Features**

- Added "log_level" directive to `appdaemon'yaml` to allow global log
level setting

**Fixes**

-   Upgrading pip version to latest in Dockerfile
-   Passing through `timeout` kwarg in `dash_navigate` and `fire_event`
-   Fixed a bug with `parse_timedelta` in cases like `"00:2.5"`
-   Minor type fixes
- Added missing `name` attributes to some classes that use
`run_in_executor`
-   Fixed `diable_apps`
- Fix for constrain_input_select when it is a string contributed by
[Xavi Moreno](https://redirect.github.com/xaviml)

**Breaking Changes**

None

**Changes in Behavior**

None

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2025-06-09 03:01:35 +02:00
committed by GitHub
parent 8051f5a376
commit 304b4e5acf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 4.5.8
appVersion: 4.5.10
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.2
version: 18.6.3
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: docker.io/acockburn/appdaemon
pullPolicy: IfNotPresent
tag: 4.5.8@sha256:9dc67ea2f47b14349d8792f263e7cf8b81753560302ddf3c6d907426ae7fa1a7
tag: 4.5.10@sha256:55bfe7c9d43a18ae3ac2bcf374cf1d64921dab351f0cc8979a65153dbbcd399f
securityContext:
container:
runAsNonRoot: false