From b6390e9d7c5c9455f4a39b7f8b02fc12957d52a1 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 6 Mar 2025 10:07:59 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/espho?= =?UTF-8?q?me/esphome=202025.2.1=20=E2=86=92=202025.2.2=20(#32903)?= 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 | `0cd4329` -> `3dfeee9` | 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.2.2`](https://redirect.github.com/esphome/esphome/releases/tag/2025.2.2) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.2.1...2025.2.2) - Fix `end_of_scan_` not being called while disconnecting [esphome#8328](https://redirect.github.com/esphome/esphome/pull/8328) by [@​bdraco](https://redirect.github.com/bdraco) - \[audio] Determine http timeout based on duration since last successful read [esphome#8341](https://redirect.github.com/esphome/esphome/pull/8341) by [@​kahrendt](https://redirect.github.com/kahrendt) - Bump aioesphomeapi to 29.3.2 [esphome#8353](https://redirect.github.com/esphome/esphome/pull/8353) by [@​bdraco](https://redirect.github.com/bdraco) - \[ltr390] Move calculation to allow dynamic setting of gain and resolution [esphome#8343](https://redirect.github.com/esphome/esphome/pull/8343) by [@​jesserockz](https://redirect.github.com/jesserockz)
--- ### 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 fb5dc054de2..008e98e7d52 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.2.1 +appVersion: 2025.2.2 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.0.2 +version: 22.0.3 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 440556fbae3..37560ad6e67 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.2.1@sha256:0cd4329f9152b0d5bebe16047c7d952f9970cb5f91841f5cd25acf4948752b7e + tag: 2025.2.2@sha256:3dfeee93031a057642f2d082fa6a938c72ad8ff30bb634c6bbe74f4a2986629a securityContext: container: runAsNonRoot: false