From ffbaa54bdef54c73d40b703c0aede91d0c248ace Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 19 Sep 2025 14:29:13 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/espho?= =?UTF-8?q?me/esphome=202025.9.0=20=E2=86=92=202025.9.1=20(#39726)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/esphome/esphome](https://esphome.io/) ([source](https://redirect.github.com/esphome/esphome)) | patch | `2a2f954` -> `f9c1523` | --- > [!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 (docker.io/esphome/esphome) ### [`v2025.9.1`](https://redirect.github.com/esphome/esphome/releases/tag/2025.9.1) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.9.0...2025.9.1) - \[mqtt] Fix KeyError when MQTT logging configured without explicit level [esphome#10774](https://redirect.github.com/esphome/esphome/pull/10774) by [@​bdraco](https://redirect.github.com/bdraco) - fix(packet\_transport): Add initialization for sensor configuration in packet transport [esphome#10765](https://redirect.github.com/esphome/esphome/pull/10765) by [@​TMaYaD](https://redirect.github.com/TMaYaD) - \[core] Fix ESP8266 mDNS compilation failure caused by incorrect coroutine priorities [esphome#10773](https://redirect.github.com/esphome/esphome/pull/10773) by [@​bdraco](https://redirect.github.com/bdraco) - \[gpio] Fix unused function warnings when compiling with log level below DEBUG [esphome#10779](https://redirect.github.com/esphome/esphome/pull/10779) 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 ed34f8f5379..4f3eb9d01eb 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2025.9.0 +appVersion: 2025.9.1 dependencies: - name: common version: 28.18.0 @@ -35,5 +35,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/esphome - https://hub.docker.com/r/esphome/esphome type: application -version: 23.8.0 +version: 23.8.1 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index e3ea61e4522..3eda8a1233c 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/esphome/esphome pullPolicy: IfNotPresent - tag: 2025.9.0@sha256:2a2f95459b007f362a2c4e0e13ab8e19f50165cd853ae05d34551b0ccc5482af + tag: 2025.9.1@sha256:f9c15238693c6c305b2030409f42b2cf57353a37337ba010d628d4e2cf2f2700 securityContext: container: runAsNonRoot: false