From a2627958e1aeee810437f7a1b35c9b9ee9d1eb50 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 28 Feb 2025 15:18:31 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/espho?= =?UTF-8?q?me/esphome=202025.2.0=20=E2=86=92=202025.2.1=20(#32632)?= 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 | `00ca3a1` -> `0cd4329` | 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.1`](https://redirect.github.com/esphome/esphome/releases/tag/2025.2.1) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.2.0...2025.2.1) - Bump aioesphomeapi to 29.1.1 [esphome#8274](https://redirect.github.com/esphome/esphome/pull/8274) by [@​bdraco](https://redirect.github.com/bdraco) - Fix BLE max notifications with ESP-IDF 5.x [esphome#8301](https://redirect.github.com/esphome/esphome/pull/8301) by [@​bdraco](https://redirect.github.com/bdraco) - Update webserver local assets to [`2025022`](https://redirect.github.com/esphome/esphome/commit/20250224)-195901 [esphome#8312](https://redirect.github.com/esphome/esphome/pull/8312) by [@​esphomebot](https://redirect.github.com/esphomebot) - Fix bluetooth race when disconnect called while still connecting [esphome#8297](https://redirect.github.com/esphome/esphome/pull/8297) by [@​bdraco](https://redirect.github.com/bdraco) - \[esp32\_touch] Fix variants, add tests for variants [esphome#8320](https://redirect.github.com/esphome/esphome/pull/8320) by [@​kbx81](https://redirect.github.com/kbx81)
--- ### 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 ecf97094f97..fa6f4d2d33d 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.0 +appVersion: 2025.2.1 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.0 +version: 22.0.1 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 03dce91bdb7..2982b36ea3c 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.0@sha256:00ca3a161a5f59892435eff9f25f36739ab89e919352ba97a209c7da3495035e + tag: 2025.2.1@sha256:0cd4329f9152b0d5bebe16047c7d952f9970cb5f91841f5cd25acf4948752b7e securityContext: container: runAsNonRoot: false