From 681eb16e736294b43f47c1a5d42d1ba303c7849b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 5 May 2026 09:24:38 +0200 Subject: [PATCH] =?UTF-8?q?fix(esphome):=20update=20image=20oci.trueforge.?= =?UTF-8?q?org/containerforge/esphome=202026.4.3=20=E2=86=92=202026.4.4=20?= =?UTF-8?q?(#47875)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/esphome](https://ghcr.io/trueforge-org/esphome) ([source](https://redirect.github.com/esphome/esphome)) | patch | `c528b10` → `c1a480e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
esphome/esphome (oci.trueforge.org/containerforge/esphome) ### [`v2026.4.4`](https://redirect.github.com/esphome/esphome/releases/tag/2026.4.4) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.4.3...2026.4.4) - \[automation] Fix codegen type for component.resume update\_interval [esphome#16069](https://redirect.github.com/esphome/esphome/pull/16069) by [@​bharvey88](https://redirect.github.com/bharvey88) - \[mcp23xxx\_base] Reject unsupported interrupt\_pin options (inverted, allow\_other\_uses) [esphome#16149](https://redirect.github.com/esphome/esphome/pull/16149) by [@​bdraco](https://redirect.github.com/bdraco) - \[core] Strip \\?\ prefix from sys.executable for PlatformIO subprocess [esphome#16158](https://redirect.github.com/esphome/esphome/pull/16158) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[esp32] Replace 512B stack buffer in printf wraps with picolibc cookie FILE [esphome#16170](https://redirect.github.com/esphome/esphome/pull/16170) by [@​bdraco](https://redirect.github.com/bdraco) - \[lvgl] Clamp values for meter line indicators [esphome#16180](https://redirect.github.com/esphome/esphome/pull/16180) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[esp32] Drop printf wrap on IDF 6.0+ (picolibc no longer needs it) [esphome#16189](https://redirect.github.com/esphome/esphome/pull/16189) by [@​bdraco](https://redirect.github.com/bdraco) - \[api] Fall back to owning types for service array args used after a delay [esphome#16140](https://redirect.github.com/esphome/esphome/pull/16140) by [@​bdraco](https://redirect.github.com/bdraco) - \[api] Use safe\_print for log output and fix safe\_print bytes-repr fallback [esphome#16160](https://redirect.github.com/esphome/esphome/pull/16160) by [@​jesserockz](https://redirect.github.com/jesserockz)
--- ### Configuration 📅 **Schedule**: (UTC) - 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/esphome/Chart.yaml | 4 ++-- charts/stable/esphome/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index 3d04b417ba8..f43b53fabdc 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2026.4.3 +appVersion: 2026.4.4 dependencies: - name: common version: 29.2.8 @@ -35,5 +35,5 @@ sources: - https://github.com/trueforge-org/containers/tree/main/apps/esphome - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/esphome type: application -version: 25.3.0 +version: 25.3.1 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index e297d260fa2..ba58f81de87 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.yaml @@ -2,7 +2,7 @@ image: repository: oci.trueforge.org/containerforge/esphome pullPolicy: IfNotPresent - tag: "2026.4.3@sha256:c528b10a210a69f08c08abec009c785b09b6f11858deb4327786d916e24dd7f5" + tag: "2026.4.4@sha256:c1a480e40829f3661d1741bd4915709ee326dd1a891e9555ab41234dc4ac6f96" securityContext: container: runAsNonRoot: false