From 9600853788970568295f82bfe4ebe18de8f2eea0 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 6 May 2026 23:08:55 +0200 Subject: [PATCH] =?UTF-8?q?fix(esphome):=20update=20image=20oci.trueforge.?= =?UTF-8?q?org/containerforge/esphome=202026.4.4=20=E2=86=92=202026.4.5=20?= =?UTF-8?q?(#47928)?= 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 | `c1a480e` → `152f1f8` | --- > [!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.5`](https://redirect.github.com/esphome/esphome/releases/tag/2026.4.5) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.4.4...2026.4.5) - \[ha-addon] Add opt-in toggle for the new ESPHome Device Builder [esphome#16247](https://redirect.github.com/esphome/esphome/pull/16247) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[bundle] Include secrets.yaml when `!secret` keys are quoted [esphome#16271](https://redirect.github.com/esphome/esphome/pull/16271) by [@​bdraco](https://redirect.github.com/bdraco) - \[substitutions] Fix sibling references inside dict-valued substitutions [esphome#16273](https://redirect.github.com/esphome/esphome/pull/16273) by [@​bdraco](https://redirect.github.com/bdraco) - \[core] Fix WiFi connection in safe mode [esphome#16269](https://redirect.github.com/esphome/esphome/pull/16269) by [@​Mat931](https://redirect.github.com/Mat931) - \[nextion] Fix text sensor state not updated on string response [esphome#16280](https://redirect.github.com/esphome/esphome/pull/16280) by [@​edwardtfn](https://redirect.github.com/edwardtfn)
--- ### 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 f43b53fabdc..2645df1a7f2 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.4 +appVersion: 2026.4.5 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.1 +version: 25.3.2 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index ba58f81de87..d80413aa404 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.4@sha256:c1a480e40829f3661d1741bd4915709ee326dd1a891e9555ab41234dc4ac6f96" + tag: "2026.4.5@sha256:152f1f8c30b4ce56801fd87336f452f0973e6f4c9f426e36fb3ae3637a1f57ed" securityContext: container: runAsNonRoot: false