mirror of
https://github.com/truecharts/charts.git
synced 2026-07-10 19:14:16 -03:00
chore(helm): update image docker.io/esphome/esphome 2025.9.0 → 2025.9.1 (#39726)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/esphome/esphome](https://esphome.io/) ([source](https://redirect.github.com/esphome/esphome)) | patch | `2a2f954` -> `f9c1523` | --- > [!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> ### [`v2025.9.1`](https://redirect.github.com/esphome/esphome/releases/tag/2025.9.1) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.9.0...2025.9.1) - \[mqtt] Fix KeyError when MQTT logging configured without explicit level [esphome#10774](https://redirect.github.com/esphome/esphome/pull/10774) by [@​bdraco](https://redirect.github.com/bdraco) - fix(packet\_transport): Add initialization for sensor configuration in packet transport [esphome#10765](https://redirect.github.com/esphome/esphome/pull/10765) by [@​TMaYaD](https://redirect.github.com/TMaYaD) - \[core] Fix ESP8266 mDNS compilation failure caused by incorrect coroutine priorities [esphome#10773](https://redirect.github.com/esphome/esphome/pull/10773) by [@​bdraco](https://redirect.github.com/bdraco) - \[gpio] Fix unused function warnings when compiling with log level below DEBUG [esphome#10779](https://redirect.github.com/esphome/esphome/pull/10779) 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2025.9.0
|
||||
appVersion: 2025.9.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.18.0
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/esphome
|
||||
- https://hub.docker.com/r/esphome/esphome
|
||||
type: application
|
||||
version: 23.8.0
|
||||
version: 23.8.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/esphome/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2025.9.0@sha256:2a2f95459b007f362a2c4e0e13ab8e19f50165cd853ae05d34551b0ccc5482af
|
||||
tag: 2025.9.1@sha256:f9c15238693c6c305b2030409f42b2cf57353a37337ba010d628d4e2cf2f2700
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user