From 230376e53f6b9f56bc354a5bf77569d35a53e2fe Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 5 Dec 2025 09:48:30 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20oci.trueforge.o?= =?UTF-8?q?rg/containerforge/esphome=202025.11.3=20=E2=86=92=202025.11.4?= =?UTF-8?q?=20(#42459)?= 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 | `d995a99` -> `dc87870` | --- > [!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.4`](https://redirect.github.com/esphome/esphome/releases/tag/2025.11.4) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.11.3...2025.11.4) - \[esp32] Add build flag to suppress noexecstack message [esphome#12272](https://redirect.github.com/esphome/esphome/pull/12272) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[ld2420] Add missing USE\_SELECT ifdefs [esphome#12275](https://redirect.github.com/esphome/esphome/pull/12275) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[config] Provide path for `has_at_most_one_of` messages [esphome#12277](https://redirect.github.com/esphome/esphome/pull/12277) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[es8311] Remove MIN and MAX from mic\_gain enum options [esphome#12281](https://redirect.github.com/esphome/esphome/pull/12281) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[esp32\_hosted] Fix build and bump IDF component version to 2.7.0 [esphome#12282](https://redirect.github.com/esphome/esphome/pull/12282) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[CI] Trigger generic version notifier job on release [esphome#12292](https://redirect.github.com/esphome/esphome/pull/12292) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[scheduler] Fix use-after-free when cancelling timeouts from non-main-loop threads [esphome#12288](https://redirect.github.com/esphome/esphome/pull/12288) 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 37b49182377..e9b52b8fe57 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.3 +appVersion: 2025.11.4 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.3 +version: 23.19.4 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index d2a92981ea6..f6c3fadc5b6 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.3@sha256:d995a999b9ebe3fbe73988d476b1b6668d31de5735a650a42fc5ab592a0c97d9" + tag: "2025.11.4@sha256:dc87870821c7182fe16759c7fe9a76720692e62ce87011129c43f4ccd57932b6" securityContext: container: runAsNonRoot: false