mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 09:11:21 -03:00
fix(esphome): update image oci.trueforge.org/containerforge/esphome 2026.1.3 → 2026.1.4 (#44540)
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 <details> <summary>esphome/esphome (oci.trueforge.org/containerforge/esphome)</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZXNwaG9tZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user