BREAKING CHANGE(esphome): Update image oci.trueforge.org/containerforge/esphome 2025.12.7 → 2026.1.1 (#43990)

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)) | major |
`312d22b` -> `a82c09a` |

---

> [!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.1`](https://redirect.github.com/esphome/esphome/releases/tag/2026.1.1)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2026.1.0...2026.1.1)

- \[wifi] Process scan results one at a time to avoid heap allocation
[esphome#13400](https://redirect.github.com/esphome/esphome/pull/13400)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[lvgl] Validate LVGL dropdown symbols require Unicode codepoint ≥
0x100
[esphome#13394](https://redirect.github.com/esphome/esphome/pull/13394)
by [@&#8203;Copilot](https://redirect.github.com/apps/copilot-swe-agent)
- \[http\_request] Fix verify\_ssl: false not working on ESP32
[esphome#13422](https://redirect.github.com/esphome/esphome/pull/13422)
by [@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[esp32] Add warning for experimental 400MHz on ESP32-P4
[esphome#13433](https://redirect.github.com/esphome/esphome/pull/13433)
by [@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[wifi] Fix bk72xx manual\_ip preventing API connection
[esphome#13426](https://redirect.github.com/esphome/esphome/pull/13426)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[spi] Fix display init failure by marking displays as write-only for
half-duplex mode
[esphome#13431](https://redirect.github.com/esphome/esphome/pull/13431)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[http\_request] Fix OTA failures on ESP8266/Arduino by making read
semantics consistent
[esphome#13435](https://redirect.github.com/esphome/esphome/pull/13435)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[dht] Increase delay for DHT22 and RHT03
[esphome#13446](https://redirect.github.com/esphome/esphome/pull/13446)
by [@&#8203;rguca](https://redirect.github.com/rguca)
- \[api] Limit Nagle batching for log messages to reduce LWIP buffer
pressure
[esphome#13439](https://redirect.github.com/esphome/esphome/pull/13439)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[wifi] Fix stale error\_from\_callback\_ causing immediate connection
failures
[esphome#13450](https://redirect.github.com/esphome/esphome/pull/13450)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[fingerprint\_grow] Use buffer-based dump\_summary to fix deprecation
warnings
[esphome#13447](https://redirect.github.com/esphome/esphome/pull/13447)
by [@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[aqi] Remove unit\_of\_measurement to fix Home Assistant warning
[esphome#13448](https://redirect.github.com/esphome/esphome/pull/13448)
by [@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[time] Always call time sync callbacks even when time unchanged
[esphome#13456](https://redirect.github.com/esphome/esphome/pull/13456)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)

###
[`v2026.1.0`](https://redirect.github.com/esphome/esphome/releases/tag/2026.1.0)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.12.7...2026.1.0)

<https://esphome.io/changelog/2026.1.0.html>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZXNwaG9tZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2026-01-23 16:32:42 +01:00
committed by GitHub
parent ac557ca53b
commit 1cd09a986b
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ annotations:
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
apiVersion: v2
appVersion: 2025.12.7
appVersion: 2026.1.1
dependencies:
- name: common
version: 28.29.30
@@ -36,5 +36,5 @@ sources:
- https://github.com/esphome/esphome
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/esphome
type: application
version: 23.20.7
version: 24.0.0

View File

@@ -1,7 +1,7 @@
image:
repository: oci.trueforge.org/containerforge/esphome
pullPolicy: IfNotPresent
tag: "2025.12.7@sha256:312d22be9a47b3e362bc970fba96ba0d029262ee221c74dd54329c19f07176ae"
tag: "2026.1.1@sha256:a82c09a4d8707a82f61af1e89aa7434313ffc9894b9ac4343393cad2f73cdb18"
securityContext:
container:
runAsNonRoot: false