From 5cd6649cff52f9b883fdcbc98b2811ffed1d10e5 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 23 Apr 2026 07:21:01 +0200 Subject: [PATCH] =?UTF-8?q?fix(esphome):=20update=20image=20oci.trueforge.?= =?UTF-8?q?org/containerforge/esphome=202026.4.1=20=E2=86=92=202026.4.2=20?= =?UTF-8?q?(#47417)?= 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 | `4266944` → `4e15fd9` | --- > [!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.2`](https://redirect.github.com/esphome/esphome/releases/tag/2026.4.2) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.4.1...2026.4.2) - \[lvgl] Fix format of hello world page [esphome#15868](https://redirect.github.com/esphome/esphome/pull/15868) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[lvgl] Fix overloads for setting images on styles [esphome#15864](https://redirect.github.com/esphome/esphome/pull/15864) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[lvgl] Fix update of textarea attached to keyboard [esphome#15866](https://redirect.github.com/esphome/esphome/pull/15866) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[image] Fix rodata bloat for multi-frame RGB565+alpha animations [esphome#15873](https://redirect.github.com/esphome/esphome/pull/15873) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[core] Fix Pvariable placement new losing subclass identity [esphome#15881](https://redirect.github.com/esphome/esphome/pull/15881) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[ld2412] Fix null deref in set\_basic\_config when entities unconfigured [esphome#15893](https://redirect.github.com/esphome/esphome/pull/15893) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[esp32] Add Secure Boot V1 ECDSA signing scheme for pre-rev-3.0 ESP32 [esphome#15882](https://redirect.github.com/esphome/esphome/pull/15882) by [@​kbx81](https://redirect.github.com/kbx81) (new-feature) - \[io\_expanders] Self-heal interrupt-driven expanders when INT stays asserted across the read [esphome#15923](https://redirect.github.com/esphome/esphome/pull/15923) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[usb\_uart] Derive TX output chunk count from `buffer_size` config [esphome#15909](https://redirect.github.com/esphome/esphome/pull/15909) by [@​kbx81](https://redirect.github.com/kbx81)
--- ### 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 8dd0d03d928..cf70ac696d4 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.1 +appVersion: 2026.4.2 dependencies: - name: common version: 29.1.6 @@ -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.2.2 +version: 25.2.3 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index ec8985ecb81..d7a3e98df27 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.1@sha256:42669445ddc3f3290c9e949909c3854b627da936a4bcd4a56f18dd46cb2c3899" + tag: "2026.4.2@sha256:4e15fd9c0c3ea09961a727a7f67d7fb7ee17ec5c7f0cba3122cf4616e3ac1c8b" securityContext: container: runAsNonRoot: false