From cf28d362f925009e850317ea2464dfca417ba278 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 13 May 2025 20:53:45 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/espho?= =?UTF-8?q?me/esphome=202025.4.1=20=E2=86=92=202025.4.2=20(#35338)?= 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 | `2385895` -> `870d2eb` | 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.4.2`](https://redirect.github.com/esphome/esphome/releases/tag/2025.4.2) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.4.1...2025.4.2) - Fix unexpected widget update behavior [esphome#8260](https://redirect.github.com/esphome/esphome/pull/8260) by [@​bdm310](https://redirect.github.com/bdm310) - \[esp32\_ble] Remove explicit and now incorrect ble override for esp32-c6 [esphome#8643](https://redirect.github.com/esphome/esphome/pull/8643) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[media_player] Fix actions with id as value [esphome#8654](https://redirect.github.com/esphome/esphome/pull/8654) by [@​jesserockz](https://redirect.github.com/jesserockz) - Fix typo preventing tt21100 from autosetting the touchscreen res. [esphome#8662](https://redirect.github.com/esphome/esphome/pull/8662) by [@​raineth](https://redirect.github.com/raineth) - Fix HLW8012 sensor not returning values if change_mode_every is set to never [esphome#8456](https://redirect.github.com/esphome/esphome/pull/8456) by [@​SuperPlusUser](https://redirect.github.com/SuperPlusUser) - \[display] Fix Rect::inside [esphome#8679](https://redirect.github.com/esphome/esphome/pull/8679) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[as3935\_i2c] Remove redundant includes [esphome#8677](https://redirect.github.com/esphome/esphome/pull/8677) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[lvgl] Allow padding to be negative [esphome#8671](https://redirect.github.com/esphome/esphome/pull/8671) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[lvgl] Fix image property processing [esphome#8691](https://redirect.github.com/esphome/esphome/pull/8691) by [@​clydebarrow](https://redirect.github.com/clydebarrow)
--- ### 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 690c3714fca..ea1217c2ade 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.4.1 +appVersion: 2025.4.2 dependencies: - name: common version: 25.4.10 @@ -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: 22.2.1 +version: 22.2.2 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 20677e2edd9..222965637a8 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.4.1@sha256:23858951d5f414a03d14c958848d83c4955978d3d4e1b9979e04fc329daddd71 + tag: 2025.4.2@sha256:870d2eb1f2c524ba888444440312df79c905f57b9768e7bd3eb0e75bfbbd8d61 securityContext: container: runAsNonRoot: false