From 10217836b3d25ed410d70fe692622c83877b9833 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 3 Apr 2025 14:50:16 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/espho?= =?UTF-8?q?me/esphome=202025.3.2=20=E2=86=92=202025.3.3=20(#33872)?= 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 | `7f0095c` -> `28f07a8` | --- > [!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.3.3`](https://redirect.github.com/esphome/esphome/releases/tag/2025.3.3) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.3.2...2025.3.3) - \[display] Don't assume glyph x_offset is zero. [esphome#8473](https://redirect.github.com/esphome/esphome/pull/8473) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - Bump ESP mdns to 1.8.2 [esphome#8482](https://redirect.github.com/esphome/esphome/pull/8482) by [@​bdraco](https://redirect.github.com/bdraco) - \[speaker] Bugfix: Media player always unpauses when receiving a stop command [esphome#8474](https://redirect.github.com/esphome/esphome/pull/8474) by [@​kahrendt](https://redirect.github.com/kahrendt) - \[lvgl] Implement switch restore [esphome#8481](https://redirect.github.com/esphome/esphome/pull/8481) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[speaker] Bugfixes: two pause state issues [esphome#8488](https://redirect.github.com/esphome/esphome/pull/8488) by [@​kahrendt](https://redirect.github.com/kahrendt)
--- ### 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 ba8151c24e8..789cef39d32 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2025.3.2 +appVersion: 2025.3.3 dependencies: - name: common version: 25.4.10 @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/esphome - https://hub.docker.com/r/esphome/esphome type: application -version: 22.1.1 +version: 22.1.2 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 8e364c7fa94..b03298cbccb 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.3.2@sha256:7f0095c15c4b109828d3c9ef979cb567e0c4c383f754be768f32592343be35c7 + tag: 2025.3.3@sha256:28f07a8feb0b035924b6fb32424fe792b70af85f9849f5ae6ffe52b3e4388c29 securityContext: container: runAsNonRoot: false