From f92b200f9e3cabc679d84e6123492bab21a70aef Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 21 Feb 2026 12:19:11 +0100 Subject: [PATCH] =?UTF-8?q?feat(esphome):=20update=20image=20oci.trueforge?= =?UTF-8?q?.org/containerforge/esphome=202026.1.5=20=E2=86=92=202026.2.1?= =?UTF-8?q?=20(#45219)?= 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)) | minor | `6ad1533` → `b1fb774` | --- > [!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.2.1`](https://redirect.github.com/esphome/esphome/releases/tag/2026.2.1) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.2.0...2026.2.1) - \[esp32\_ble\_server] fix infinitely large characteristic value [esphome#14011](https://redirect.github.com/esphome/esphome/pull/14011) by [@​Rapsssito](https://redirect.github.com/Rapsssito) - \[udp] Register socket consumption for CONFIG\_LWIP\_MAX\_SOCKETS [esphome#14068](https://redirect.github.com/esphome/esphome/pull/14068) by [@​bdraco](https://redirect.github.com/bdraco) - \[web\_server] Double socket allocation to prevent connection exhaustion [esphome#14067](https://redirect.github.com/esphome/esphome/pull/14067) by [@​bdraco](https://redirect.github.com/bdraco) - \[pulse\_counter] Fix compilation on ESP32-C6/C5/H2/P4 [esphome#14070](https://redirect.github.com/esphome/esphome/pull/14070) by [@​bdraco](https://redirect.github.com/bdraco) - \[web\_server] Fix water\_heater JSON key names and move traits to DETAIL\_ALL [esphome#14064](https://redirect.github.com/esphome/esphome/pull/14064) by [@​bdraco](https://redirect.github.com/bdraco) - \[ld2420] Use constexpr for compile-time constants [esphome#14079](https://redirect.github.com/esphome/esphome/pull/14079) by [@​bdraco](https://redirect.github.com/bdraco) - \[e131] Fix E1.31 on ESP8266 and RP2040 by restoring WiFiUDP support [esphome#14086](https://redirect.github.com/esphome/esphome/pull/14086) by [@​bdraco](https://redirect.github.com/bdraco) - \[socket] Fix IPv6 compilation error on host platform [esphome#14101](https://redirect.github.com/esphome/esphome/pull/14101) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[ethernet] Improve clk\_mode deprecation warning with actionable YAML [esphome#14104](https://redirect.github.com/esphome/esphome/pull/14104) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[pulse\_counter] Fix build failure when use\_pcnt is false [esphome#14111](https://redirect.github.com/esphome/esphome/pull/14111) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[esp32\_ble] Enable CONFIG\_BT\_RELEASE\_IRAM on ESP32-C2 [esphome#14109](https://redirect.github.com/esphome/esphome/pull/14109) by [@​bdraco](https://redirect.github.com/bdraco) - \[safe\_mode] Log brownout as reset reason on OTA rollback [esphome#14113](https://redirect.github.com/esphome/esphome/pull/14113) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[wifi] Sync output\_power with PHY max TX power to prevent brownout [esphome#14118](https://redirect.github.com/esphome/esphome/pull/14118) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[uart] Always call pin setup for UART0 default pins on ESP-IDF [esphome#14130](https://redirect.github.com/esphome/esphome/pull/14130) by [@​bdraco](https://redirect.github.com/bdraco) - \[pulse\_counter] Fix PCNT glitch filter calculation off by 1000x [esphome#14132](https://redirect.github.com/esphome/esphome/pull/14132) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[ld2450] Add frame header synchronization to readline\_() [esphome#14135](https://redirect.github.com/esphome/esphome/pull/14135) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[ld2410] Add frame header synchronization to readline\_() [esphome#14136](https://redirect.github.com/esphome/esphome/pull/14136) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[ld2420] Increase MAX\_LINE\_LENGTH to allow footer-based resync [esphome#14137](https://redirect.github.com/esphome/esphome/pull/14137) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[ld2410/ld2450] Replace header sync with buffer size increase for frame resync [esphome#14138](https://redirect.github.com/esphome/esphome/pull/14138) by [@​swoboda1337](https://redirect.github.com/swoboda1337) ### [`v2026.2.0`](https://redirect.github.com/esphome/esphome/releases/tag/2026.2.0) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.1.5...2026.2.0)
--- ### 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. --- - [ ] 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). Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- 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 30df2f2265a..c60fe05eca7 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2026.1.5 +appVersion: 2026.2.1 dependencies: - name: common version: 28.30.2 @@ -40,5 +40,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: 24.1.4 +version: 24.2.0 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index eb9ccda9b1d..b4626e58acf 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.1.5@sha256:6b3bbc1ea5573437070663b0243b682c4c7e4718a749e4e0407445118a50adcd" + tag: "2026.2.1@sha256:b1fb774e645ba8e36e2a1671f0ad6ced846f180d2096c53067f9a5b585229c02" securityContext: container: runAsNonRoot: false