feat(esphome): update image oci.trueforge.org/containerforge/esphome 2026.4.5 → 2026.5.3 (#48904)
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)) | minor | `b816285` → `8e6be59` | --- > [!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.5.3`](https://redirect.github.com/esphome/esphome/releases/tag/2026.5.3) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.4.5...2026.5.3) - \[remote\_base] Fix RC5 decoding at either receive polarity [esphome#16767](https://redirect.github.com/esphome/esphome/pull/16767) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[esp32]\[core] Restore ESP-IDF version on logs/upload fast path and clean build on framework change [esphome#16770](https://redirect.github.com/esphome/esphome/pull/16770) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[rp2040] Fix lwipopts template load on Windows extended-length paths [esphome#16783](https://redirect.github.com/esphome/esphome/pull/16783) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[esp32\_ble\_server] Fix duplicate Device Information Service with string UUIDs [esphome#16784](https://redirect.github.com/esphome/esphome/pull/16784) by [@​swoboda1337](https://redirect.github.com/swoboda1337) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9lc3Bob21lIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2026.4.5
|
||||
appVersion: 2026.5.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -35,5 +35,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.4.0
|
||||
version: 25.5.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "2026.4.5@sha256:b816285f7b57409f0ebc85ec7e288801353dd9b6c207e4bcd5f7fcbc6856a3ed"
|
||||
tag: "2026.5.3@sha256:8e6be59a125bd89c7e9882d1d086c770224c99e7ec851754464bdd770d555bff"
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user