From 5918b628b701ef8f33b65f05a093f123cffcdb18 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 4 Feb 2026 18:32:15 +0100 Subject: [PATCH] =?UTF-8?q?fix(esphome):=20update=20image=20oci.trueforge.?= =?UTF-8?q?org/containerforge/esphome=202026.1.3=20=E2=86=92=202026.1.4=20?= =?UTF-8?q?(#44540)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/esphome](https://ghcr.io/trueforge-org/esphome) ([source](https://redirect.github.com/esphome/esphome)) | patch | `1c4c08d` -> `27c3c03` | --- > [!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 (oci.trueforge.org/containerforge/esphome) ### [`v2026.1.4`](https://redirect.github.com/esphome/esphome/releases/tag/2026.1.4) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.1.3...2026.1.4) - \[mipi\_spi] Fix log\_pin() FlashStringHelper compatibility [esphome#13624](https://redirect.github.com/esphome/esphome/pull/13624) by [@​J0k3r2k1](https://redirect.github.com/J0k3r2k1) - \[max7219] Allocate buffer in constructor [esphome#13660](https://redirect.github.com/esphome/esphome/pull/13660) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[mqtt] resolve warnings related to use of ip.str() [esphome#13719](https://redirect.github.com/esphome/esphome/pull/13719) by [@​rwrozelle](https://redirect.github.com/rwrozelle) - \[core] Add missing uint32\_t ID overloads for defer() and cancel\_defer() [esphome#13720](https://redirect.github.com/esphome/esphome/pull/13720) by [@​bdraco](https://redirect.github.com/bdraco) - \[http\_request] Fix requests taking full timeout when response is already complete [esphome#13649](https://redirect.github.com/esphome/esphome/pull/13649) by [@​bdraco](https://redirect.github.com/bdraco) - \[cse7766] Fix power reading stuck when load switches off [esphome#13734](https://redirect.github.com/esphome/esphome/pull/13734) by [@​bdraco](https://redirect.github.com/bdraco) - \[wifi] Fix wifi.connected condition returning false in connect state listener automations [esphome#13733](https://redirect.github.com/esphome/esphome/pull/13733) by [@​bdraco](https://redirect.github.com/bdraco) - \[ultrasonic] adjust timeouts and bring the parameter back [esphome#13738](https://redirect.github.com/esphome/esphome/pull/13738) by [@​ssieb](https://redirect.github.com/ssieb)
--- ### 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 | 14 +++++++------- charts/stable/esphome/values.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index 712486d981c..d6cd0ccedfa 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2026.1.3 +appVersion: 2026.1.4 dependencies: - name: common version: 28.29.49 @@ -25,20 +25,20 @@ dependencies: import-values: [] deprecated: false description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -home: https://trueforge.org/truetech/truecharts/charts/stable/esphome -icon: https://trueforge.org/img/hotlink-ok/chart-icons/esphome.webp +home: https://truecharts.org/charts/stable/esphome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.webp keywords: - esphome -kubeVersion: '>=1.27.0-0' +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@trueforge.org - url: https://trueforge.org + email: info@truecharts.org + url: https://truecharts.org name: esphome sources: - https://github.com/esphome/esphome - https://github.com/trueforge-org/containers/tree/main/apps/esphome - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/esphome type: application -version: 24.0.7 +version: 24.0.8 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 83aa91b754b..0caefd8c5d1 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.yaml @@ -1,7 +1,7 @@ image: repository: oci.trueforge.org/containerforge/esphome pullPolicy: IfNotPresent - tag: "2026.1.3@sha256:1c4c08dd15162b93615a649032ef6d29f654e28c64dc18183e533fa22863a0e1" + tag: "2026.1.4@sha256:27c3c033ab4fbb977bff1422871fed9da8c604a6ed562ed074c6902824d0bf04" securityContext: container: runAsNonRoot: false