chore(helm): update image docker.io/esphome/esphome 2024.11.1 → 2024.11.3 (#30086)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/esphome/esphome](https://esphome.io/) ([source](https://redirect.github.com/esphome/esphome)) | patch | `f6a3f8e` -> `92d8744` | --- > [!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 (docker.io/esphome/esphome)</summary> ### [`v2024.11.3`](https://redirect.github.com/esphome/esphome/releases/tag/2024.11.3) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2024.11.2...2024.11.3) - \[opentherm] Fix out of memory errors on ESP8266 [esphome#7835](https://redirect.github.com/esphome/esphome/pull/7835) by [@​olegtarasov](https://redirect.github.com/olegtarasov) - fix local time timestamp calculation [esphome#7807](https://redirect.github.com/esphome/esphome/pull/7807) by [@​ssieb](https://redirect.github.com/ssieb) - \[online_image]Don't access decoder if not initialized [esphome#7882](https://redirect.github.com/esphome/esphome/pull/7882) by [@​guillempages](https://redirect.github.com/guillempages) - Add IRAM_ATTR to all functions used during interrupts on esp8266 chips. [esphome#7840](https://redirect.github.com/esphome/esphome/pull/7840) by [@​FreeBear-nc](https://redirect.github.com/FreeBear-nc) - \[st7920] Remove unnecessary warning when drawing outside display bounds [esphome#7868](https://redirect.github.com/esphome/esphome/pull/7868) by [@​jesserockz](https://redirect.github.com/jesserockz) - Fix recalc_timestamp_utc [esphome#7894](https://redirect.github.com/esphome/esphome/pull/7894) by [@​RouNNdeL](https://redirect.github.com/RouNNdeL) - Cast port to int for ota pushing [esphome#7888](https://redirect.github.com/esphome/esphome/pull/7888) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[lvgl] Bugfixes [esphome#7896](https://redirect.github.com/esphome/esphome/pull/7896) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[lvgl] Fix msgbox content [esphome#7912](https://redirect.github.com/esphome/esphome/pull/7912) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[esp32] Fix crash with empty `platformio_options:` value [esphome#7920](https://redirect.github.com/esphome/esphome/pull/7920) by [@​clydebarrow](https://redirect.github.com/clydebarrow) ### [`v2024.11.2`](https://redirect.github.com/esphome/esphome/releases/tag/2024.11.2) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2024.11.1...2024.11.2) - \[lvgl] Bugfixes [esphome#7803](https://redirect.github.com/esphome/esphome/pull/7803) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[docker] Leave run-time required libraries installed. [esphome#7804](https://redirect.github.com/esphome/esphome/pull/7804) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[qspi_dbi] Fix init sequences (Bugfix) [esphome#7805](https://redirect.github.com/esphome/esphome/pull/7805) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - fix modbus crashing when bad data returned [esphome#7810](https://redirect.github.com/esphome/esphome/pull/7810) by [@​ssieb](https://redirect.github.com/ssieb) - \[Modbus Controller] Fix issue [#​6477](https://redirect.github.com/esphome/esphome/issues/6477). Online automation triggering Offline [esphome#7801](https://redirect.github.com/esphome/esphome/pull/7801) by [@​0x3333](https://redirect.github.com/0x3333) - \[fix] Status sensor does not check if required network component is missing [esphome#7734](https://redirect.github.com/esphome/esphome/pull/7734) by [@​rvalitov](https://redirect.github.com/rvalitov) - keypad binary sensors should be initially off [esphome#7808](https://redirect.github.com/esphome/esphome/pull/7808) by [@​ssieb](https://redirect.github.com/ssieb) - fix 32 char SSIDs [esphome#7834](https://redirect.github.com/esphome/esphome/pull/7834) by [@​ssieb](https://redirect.github.com/ssieb) - \[honeywell] use warning instead of failing [esphome#7862](https://redirect.github.com/esphome/esphome/pull/7862) by [@​ssieb](https://redirect.github.com/ssieb) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2024.11.1
|
||||
appVersion: 2024.11.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.7
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/esphome
|
||||
- https://hub.docker.com/r/esphome/esphome
|
||||
type: application
|
||||
version: 21.8.1
|
||||
version: 21.8.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/esphome/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2024.11.1@sha256:f6a3f8e7a5fa562bbc50595381c3378f30ab4585ea8d1e03de237f4ba239aac3
|
||||
tag: 2024.11.3@sha256:92d8744930833bf9b3b7fc7f18fcae1d256b6cc6fa234fd961ae79b20c49b393
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user