From 7383396b4c424579c3dfb511b0f48d79c3fda202 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 1 Jul 2026 10:03:22 +0200 Subject: [PATCH] =?UTF-8?q?fix(esphome):=20update=20image=20oci.trueforge.?= =?UTF-8?q?org/containerforge/esphome=202026.6.3=20=E2=86=92=202026.6.4=20?= =?UTF-8?q?(#49734)?= 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 | `60657a3` → `ce686d1` | --- > [!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.6.4`](https://redirect.github.com/esphome/esphome/releases/tag/2026.6.4) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.6.3...2026.6.4) - \[adc] Only call cyw43\_thread\_enter/exit for VSYS when WiFi is active on RP2040 [esphome#17203](https://redirect.github.com/esphome/esphome/pull/17203) by [@​jlunz](https://redirect.github.com/jlunz) - \[config\_validation] Fix multicast typo in error message [esphome#17206](https://redirect.github.com/esphome/esphome/pull/17206) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[es8388] Fix DAC unable to unmute once muted [esphome#17221](https://redirect.github.com/esphome/esphome/pull/17221) by [@​frenck](https://redirect.github.com/frenck) - \[mipi\_spi] Bug fixes [esphome#17247](https://redirect.github.com/esphome/esphome/pull/17247) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[bluetooth\_proxy] Fix -Wtype-limits warning with active: false [esphome#17273](https://redirect.github.com/esphome/esphome/pull/17273) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[espnow] Drop oversized received frames to prevent buffer overflow [esphome#17271](https://redirect.github.com/esphome/esphome/pull/17271) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - Bump bundled esphome-device-builder to 1.0.23 [esphome#17316](https://redirect.github.com/esphome/esphome/pull/17316) by [@​esphome\[bot\]](https://redirect.github.com/apps/esphome)
--- ### 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 85d129c7aea..2553b984e45 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.6.3 +appVersion: 2026.6.4 dependencies: - name: common version: 29.6.0 @@ -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.8.1 +version: 25.8.2 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 42bfa4296fe..712fe46ad46 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.6.3@sha256:60657a3d9faea38e5764e4e81f53c0ac71cf36a1e92dfea76d65915d48f4c4be" + tag: "2026.6.4@sha256:ce686d1d72b0fa5e8a34ae2726f38defbd87e7b65d7d71b795d9dee4e34cc9b1" securityContext: container: runAsNonRoot: false