fix(esphome): update image oci.trueforge.org/containerforge/esphome 2026.3.0 → 2026.3.1 (#46319)
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 | `4198f64` → `14f4b1e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.3.1`](https://redirect.github.com/esphome/esphome/releases/tag/2026.3.1) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.3.0...2026.3.1) - Bump aioesphomeapi from 44.5.2 to 44.6.0 [esphome#14927](https://redirect.github.com/esphome/esphome/pull/14927) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - \[http\_request] Prevent double update task launch [esphome#14910](https://redirect.github.com/esphome/esphome/pull/14910) by [@​bdraco](https://redirect.github.com/bdraco) - \[ble\_client] Fix RSSI sensor reporting same value for all clients [esphome#14939](https://redirect.github.com/esphome/esphome/pull/14939) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[openthread] Guard InstanceLock against uninitialized semaphore [esphome#14940](https://redirect.github.com/esphome/esphome/pull/14940) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - Bump aioesphomeapi from 44.6.0 to 44.6.1 [esphome#14954](https://redirect.github.com/esphome/esphome/pull/14954) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - \[time] Fix lookup of top-level IANA timezone keys like UTC and GMT [esphome#14952](https://redirect.github.com/esphome/esphome/pull/14952) by [@​bdraco](https://redirect.github.com/bdraco) - \[logger] Fix ESP8266 crash with VERY\_VERBOSE log level [esphome#14980](https://redirect.github.com/esphome/esphome/pull/14980) by [@​bdraco](https://redirect.github.com/bdraco) - \[sdl] Fix get\_width()/height() when rotation used [esphome#14950](https://redirect.github.com/esphome/esphome/pull/14950) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[uart] Fix UART0 default pin IOMUX loopback on ESP32 [esphome#14978](https://redirect.github.com/esphome/esphome/pull/14978) by [@​bdraco](https://redirect.github.com/bdraco) - \[ld2450] Fix zone target counts including untracked ghost targets [esphome#15026](https://redirect.github.com/esphome/esphome/pull/15026) by [@​kroehre](https://redirect.github.com/kroehre) - Bump aioesphomeapi from 44.6.1 to 44.6.2 [esphome#15027](https://redirect.github.com/esphome/esphome/pull/15027) by [@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - \[api] Increase noise handshake timeout to 60s for slow WiFi environments [esphome#15022](https://redirect.github.com/esphome/esphome/pull/15022) by [@​bdraco](https://redirect.github.com/bdraco) - \[wifi] Fix ESP8266 power\_save\_mode mapping (LIGHT/HIGH were swapped) [esphome#15029](https://redirect.github.com/esphome/esphome/pull/15029) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - \[esp32\_touch] Fix initial state never published when sensor untouched [esphome#15032](https://redirect.github.com/esphome/esphome/pull/15032) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[web\_server] Increase httpd task stack size to prevent stack overflow [esphome#14997](https://redirect.github.com/esphome/esphome/pull/14997) by [@​bdraco](https://redirect.github.com/bdraco) - \[core] Add copy() method to StringRef for std::string compatibility [esphome#15028](https://redirect.github.com/esphome/esphome/pull/15028) by [@​bdraco](https://redirect.github.com/bdraco) - \[time] Fix timezone\_offset() and recalc\_timestamp\_local() always returning UTC [esphome#14996](https://redirect.github.com/esphome/esphome/pull/14996) by [@​bdraco](https://redirect.github.com/bdraco) - \[analog\_threshhold] add missing header [esphome#15058](https://redirect.github.com/esphome/esphome/pull/15058) by [@​ssieb](https://redirect.github.com/ssieb) - \[mqtt] Rate-limit component resends to prevent task WDT on reconnect [esphome#15061](https://redirect.github.com/esphome/esphome/pull/15061) by [@​bdraco](https://redirect.github.com/bdraco) - \[light] Fix constant\_brightness broken by gamma LUT refactor [esphome#15048](https://redirect.github.com/esphome/esphome/pull/15048) by [@​bdraco](https://redirect.github.com/bdraco) - \[sht4x] Fix heater causing measurement jitter [esphome#15030](https://redirect.github.com/esphome/esphome/pull/15030) by [@​bdraco](https://redirect.github.com/bdraco) - \[uart] Fix RTL87xx compilation failure due to SUCCESS macro collision [esphome#15054](https://redirect.github.com/esphome/esphome/pull/15054) by [@​bdraco](https://redirect.github.com/bdraco) - \[light] Fix gamma LUT quantizing small brightness to zero [esphome#15060](https://redirect.github.com/esphome/esphome/pull/15060) by [@​bdraco](https://redirect.github.com/bdraco) - \[ultrasonic] Fix ISR edge detection with debounce and trigger filtering [esphome#15014](https://redirect.github.com/esphome/esphome/pull/15014) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[logger] Fix race condition in task log buffer initialization [esphome#15071](https://redirect.github.com/esphome/esphome/pull/15071) by [@​bdraco](https://redirect.github.com/bdraco) - \[pmsx003] Keep active-mode reads aligned [esphome#14832](https://redirect.github.com/esphome/esphome/pull/14832) by [@​jkoelker](https://redirect.github.com/jkoelker) - \[logger] Fix unit test Logger constructor call [esphome#15086](https://redirect.github.com/esphome/esphome/pull/15086) by [@​bdraco](https://redirect.github.com/bdraco) - \[sht4x] Add missing hal.h include for millis() on ESP-IDF [esphome#15087](https://redirect.github.com/esphome/esphome/pull/15087) by [@​bdraco](https://redirect.github.com/bdraco) - \[logger] Fix dummy\_main.cpp Logger constructor for clang-tidy [esphome#15088](https://redirect.github.com/esphome/esphome/pull/15088) 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZXNwaG9tZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2026.3.0
|
||||
appVersion: 2026.3.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -34,5 +34,5 @@ sources:
|
||||
- https://github.com/trueforge-org/containers/tree/main/apps/esphome
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/esphome
|
||||
type: application
|
||||
version: 25.0.0
|
||||
version: 25.0.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "2026.3.0@sha256:4198f640f29651283bb2b952c0a2ffac8735c1619d92544ff6f75c2f26c3fcc1"
|
||||
tag: "2026.3.1@sha256:14f4b1efc2e5673a50e42da7ffc3dd81e8f3a198980e1e53399bda9c7b6cbc3f"
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user