mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 07:21:24 -03:00
fix(esphome): update image oci.trueforge.org/containerforge/esphome 2026.1.1 → 2026.1.2 (#44118)
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 | `a82c09a` -> `9a6c06d` | --- > [!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.2`](https://redirect.github.com/esphome/esphome/releases/tag/2026.1.2) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.1.1...2026.1.2) - \[st7701s] Fix dump\_summary deprecation warning [esphome#13462](https://redirect.github.com/esphome/esphome/pull/13462) by [@​bdraco](https://redirect.github.com/bdraco) - \[mipi\_rgb] Fix dump\_summary deprecation warning [esphome#13463](https://redirect.github.com/esphome/esphome/pull/13463) by [@​bdraco](https://redirect.github.com/bdraco) - \[rpi\_dpi\_rgb] Fix dump\_summary deprecation warning [esphome#13461](https://redirect.github.com/esphome/esphome/pull/13461) by [@​bdraco](https://redirect.github.com/bdraco) - \[ir\_rf\_proxy] Remove unnecessary headers, add tests [esphome#13464](https://redirect.github.com/esphome/esphome/pull/13464) by [@​kbx81](https://redirect.github.com/kbx81) - \[mipi\_rgb] Add software reset command to st7701s init sequence [esphome#13470](https://redirect.github.com/esphome/esphome/pull/13470) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[slow\_pwm] Fix dump\_summary deprecation warning [esphome#13460](https://redirect.github.com/esphome/esphome/pull/13460) by [@​bdraco](https://redirect.github.com/bdraco) - \[sen5x] Fix store baseline functionality [esphome#13469](https://redirect.github.com/esphome/esphome/pull/13469) by [@​mikelawrence](https://redirect.github.com/mikelawrence) - \[lvgl] Fix setting empty text [esphome#13494](https://redirect.github.com/esphome/esphome/pull/13494) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[light] Fix cwww state restore [esphome#13493](https://redirect.github.com/esphome/esphome/pull/13493) by [@​kbx81](https://redirect.github.com/kbx81) - \[rd03d] Fix speed and resolution field order [esphome#13495](https://redirect.github.com/esphome/esphome/pull/13495) by [@​jasstrong](https://redirect.github.com/jasstrong) - \[modbus\_controller] Fix YAML serialization error with custom\_command [esphome#13482](https://redirect.github.com/esphome/esphome/pull/13482) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[i2c] Increase ESP-IDF I2C transaction timeout from 20ms to 100ms [esphome#13483](https://redirect.github.com/esphome/esphome/pull/13483) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[wifi] Fix watchdog timeout on P4 WiFi scan [esphome#13520](https://redirect.github.com/esphome/esphome/pull/13520) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[wifi] Fix scan flag race condition causing reconnect failure on ESP8266/LibreTiny [esphome#13514](https://redirect.github.com/esphome/esphome/pull/13514) by [@​bdraco](https://redirect.github.com/bdraco) </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:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2026.1.1
|
||||
appVersion: 2026.1.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.36
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/esphome/esphome
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/esphome
|
||||
type: application
|
||||
version: 24.0.1
|
||||
version: 24.0.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "2026.1.1@sha256:a82c09a4d8707a82f61af1e89aa7434313ffc9894b9ac4343393cad2f73cdb18"
|
||||
tag: "2026.1.2@sha256:9a6c06d1aa8472b647c9e9bed229f8fe5926ddf8d8fff36bc04d08aec1a0cc38"
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user