From 7401a806217abcabda4202efd992154bfb6ded8c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 28 Nov 2025 07:08:03 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20oci.trueforge.o?= =?UTF-8?q?rg/containerforge/esphome=202025.11.1=20=E2=86=92=202025.11.2?= =?UTF-8?q?=20(#42219)?= 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 | `9392111` -> `8834c21` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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) ### [`v2025.11.2`](https://redirect.github.com/esphome/esphome/releases/tag/2025.11.2) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.11.1...2025.11.2) - \[nextion] Do not set alternative baud rate when not specified or `<= 0` [esphome#12097](https://redirect.github.com/esphome/esphome/pull/12097) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - \[esp32] Fix platformio flash size print [esphome#12099](https://redirect.github.com/esphome/esphome/pull/12099) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[script] Fix script.wait hanging when triggered from on\_boot [esphome#12102](https://redirect.github.com/esphome/esphome/pull/12102) by [@​bdraco](https://redirect.github.com/bdraco) - \[lvgl] Allow multiple widgets per grid cell [esphome#12091](https://redirect.github.com/esphome/esphome/pull/12091) by [@​clydebarrow](https://redirect.github.com/clydebarrow) (new-feature) - \[lvgl] Fix position of errors in widget config [esphome#12111](https://redirect.github.com/esphome/esphome/pull/12111) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[esp32] Fix hosted update when there is no wifi [esphome#12123](https://redirect.github.com/esphome/esphome/pull/12123) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[wifi] Restore blocking setup until connected for RP2040 [esphome#12142](https://redirect.github.com/esphome/esphome/pull/12142) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[scheduler] Fix use-after-move crash in heap operations [esphome#12124](https://redirect.github.com/esphome/esphome/pull/12124) by [@​bdraco](https://redirect.github.com/bdraco)
--- ### 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). --- 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 86011f11045..9ccafeae43b 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 2025.11.1 +appVersion: 2025.11.2 dependencies: - name: common version: 28.29.2 @@ -36,5 +36,5 @@ sources: - https://github.com/esphome/esphome - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/esphome type: application -version: 23.19.1 +version: 23.19.2 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index bdf898add8d..72055a6e43d 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.yaml @@ -1,7 +1,7 @@ image: repository: oci.trueforge.org/containerforge/esphome pullPolicy: IfNotPresent - tag: "2025.11.1@sha256:93921117cd3d7907ba6a15f38529485829639cf77241afbca7434015b04d39f1" + tag: "2025.11.2@sha256:8834c2128ec63314b3bc0e7768eb7210a47ec67f1d25052d28c7388d695c834d" securityContext: container: runAsNonRoot: false