fix(esphome): update image oci.trueforge.org/containerforge/esphome 2026.4.3 → 2026.4.4 (#47875)
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 | `c528b10` → `c1a480e` | --- > [!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.4.4`](https://redirect.github.com/esphome/esphome/releases/tag/2026.4.4) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.4.3...2026.4.4) - \[automation] Fix codegen type for component.resume update\_interval [esphome#16069](https://redirect.github.com/esphome/esphome/pull/16069) by [@​bharvey88](https://redirect.github.com/bharvey88) - \[mcp23xxx\_base] Reject unsupported interrupt\_pin options (inverted, allow\_other\_uses) [esphome#16149](https://redirect.github.com/esphome/esphome/pull/16149) by [@​bdraco](https://redirect.github.com/bdraco) - \[core] Strip \\?\ prefix from sys.executable for PlatformIO subprocess [esphome#16158](https://redirect.github.com/esphome/esphome/pull/16158) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[esp32] Replace 512B stack buffer in printf wraps with picolibc cookie FILE [esphome#16170](https://redirect.github.com/esphome/esphome/pull/16170) by [@​bdraco](https://redirect.github.com/bdraco) - \[lvgl] Clamp values for meter line indicators [esphome#16180](https://redirect.github.com/esphome/esphome/pull/16180) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[esp32] Drop printf wrap on IDF 6.0+ (picolibc no longer needs it) [esphome#16189](https://redirect.github.com/esphome/esphome/pull/16189) by [@​bdraco](https://redirect.github.com/bdraco) - \[api] Fall back to owning types for service array args used after a delay [esphome#16140](https://redirect.github.com/esphome/esphome/pull/16140) by [@​bdraco](https://redirect.github.com/bdraco) - \[api] Use safe\_print for log output and fix safe\_print bytes-repr fallback [esphome#16160](https://redirect.github.com/esphome/esphome/pull/16160) by [@​jesserockz](https://redirect.github.com/jesserockz) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9lc3Bob21lIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
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.3
|
||||
appVersion: 2026.4.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.2.8
|
||||
@@ -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.3.0
|
||||
version: 25.3.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "2026.4.3@sha256:c528b10a210a69f08c08abec009c785b09b6f11858deb4327786d916e24dd7f5"
|
||||
tag: "2026.4.4@sha256:c1a480e40829f3661d1741bd4915709ee326dd1a891e9555ab41234dc4ac6f96"
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user