fix(esphome): update image oci.trueforge.org/containerforge/esphome 2026.4.1 → 2026.4.2 (#47417)
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 | `4266944` → `4e15fd9` | --- > [!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.2`](https://redirect.github.com/esphome/esphome/releases/tag/2026.4.2) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.4.1...2026.4.2) - \[lvgl] Fix format of hello world page [esphome#15868](https://redirect.github.com/esphome/esphome/pull/15868) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[lvgl] Fix overloads for setting images on styles [esphome#15864](https://redirect.github.com/esphome/esphome/pull/15864) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[lvgl] Fix update of textarea attached to keyboard [esphome#15866](https://redirect.github.com/esphome/esphome/pull/15866) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[image] Fix rodata bloat for multi-frame RGB565+alpha animations [esphome#15873](https://redirect.github.com/esphome/esphome/pull/15873) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[core] Fix Pvariable placement new losing subclass identity [esphome#15881](https://redirect.github.com/esphome/esphome/pull/15881) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[ld2412] Fix null deref in set\_basic\_config when entities unconfigured [esphome#15893](https://redirect.github.com/esphome/esphome/pull/15893) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[esp32] Add Secure Boot V1 ECDSA signing scheme for pre-rev-3.0 ESP32 [esphome#15882](https://redirect.github.com/esphome/esphome/pull/15882) by [@​kbx81](https://redirect.github.com/kbx81) (new-feature) - \[io\_expanders] Self-heal interrupt-driven expanders when INT stays asserted across the read [esphome#15923](https://redirect.github.com/esphome/esphome/pull/15923) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[usb\_uart] Derive TX output chunk count from `buffer_size` config [esphome#15909](https://redirect.github.com/esphome/esphome/pull/15909) by [@​kbx81](https://redirect.github.com/kbx81) </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.1
|
||||
appVersion: 2026.4.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.1.6
|
||||
@@ -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.2.2
|
||||
version: 25.2.3
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "2026.4.1@sha256:42669445ddc3f3290c9e949909c3854b627da936a4bcd4a56f18dd46cb2c3899"
|
||||
tag: "2026.4.2@sha256:4e15fd9c0c3ea09961a727a7f67d7fb7ee17ec5c7f0cba3122cf4616e3ac1c8b"
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user