chore(helm): update image oci.trueforge.org/containerforge/esphome 2025.11.3 → 2025.11.4 (#42459)
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 | `d995a99` -> `dc87870` | --- > [!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> ### [`v2025.11.4`](https://redirect.github.com/esphome/esphome/releases/tag/2025.11.4) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.11.3...2025.11.4) - \[esp32] Add build flag to suppress noexecstack message [esphome#12272](https://redirect.github.com/esphome/esphome/pull/12272) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[ld2420] Add missing USE\_SELECT ifdefs [esphome#12275](https://redirect.github.com/esphome/esphome/pull/12275) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[config] Provide path for `has_at_most_one_of` messages [esphome#12277](https://redirect.github.com/esphome/esphome/pull/12277) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[es8311] Remove MIN and MAX from mic\_gain enum options [esphome#12281](https://redirect.github.com/esphome/esphome/pull/12281) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[esp32\_hosted] Fix build and bump IDF component version to 2.7.0 [esphome#12282](https://redirect.github.com/esphome/esphome/pull/12282) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[CI] Trigger generic version notifier job on release [esphome#12292](https://redirect.github.com/esphome/esphome/pull/12292) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[scheduler] Fix use-after-free when cancelling timeouts from non-main-loop threads [esphome#12288](https://redirect.github.com/esphome/esphome/pull/12288) 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2025.11.3
|
||||
appVersion: 2025.11.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.2
|
||||
@@ -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.19.3
|
||||
version: 23.19.4
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "2025.11.3@sha256:d995a999b9ebe3fbe73988d476b1b6668d31de5735a650a42fc5ab592a0c97d9"
|
||||
tag: "2025.11.4@sha256:dc87870821c7182fe16759c7fe9a76720692e62ce87011129c43f4ccd57932b6"
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user