Commit Graph

47574 Commits

Author SHA1 Message Date
TrueCharts Bot 65fd18db3a chore(helm): update image docker.io/esphome/esphome 2025.8.4 → 2025.9.0 (#39647)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | minor |
`9b35635` -> `2a2f954` |

---

> [!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.0`](https://redirect.github.com/esphome/esphome/releases/tag/2025.9.0)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.8.4...2025.9.0)

#### Full list of changes

##### New Features

- \[light] Add support for querying effects by index
[esphome#10195](https://redirect.github.com/esphome/esphome/pull/10195)
by [@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
(new-feature)
- \[mipi\_spi] Add model
[esphome#10392](https://redirect.github.com/esphome/esphome/pull/10392)
by [@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-feature)
- \[mapping] Use custom allocator
[esphome#9972](https://redirect.github.com/esphome/esphome/pull/9972) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-feature)
- Add JPEG encoder support via new camera\_encoder component
[esphome#9459](https://redirect.github.com/esphome/esphome/pull/9459) by
[@&#8203;DT-art1](https://redirect.github.com/DT-art1) (new-component)
(new-feature)
- \[nrf52] add dfu
[esphome#9319](https://redirect.github.com/esphome/esphome/pull/9319) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
(new-feature)
- \[bluetooth\_proxy] Expose configured scanning mode in API responses
[esphome#10490](https://redirect.github.com/esphome/esphome/pull/10490)
by [@&#8203;bdraco](https://redirect.github.com/bdraco) (new-feature)
- \[wizard] extend the wizard dashboard API to allow upload and empty
config options
[esphome#10203](https://redirect.github.com/esphome/esphome/pull/10203)
by [@&#8203;maximmaxim345](https://redirect.github.com/maximmaxim345)
(new-feature)
- \[mipi\_rgb] Unified driver for MIPI RGB displays
[esphome#9892](https://redirect.github.com/esphome/esphome/pull/9892) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-component) (new-feature) (new-platform)
- \[api] Add timezone support to GetTimeResponse for automatic timezone
synchronization
[esphome#10661](https://redirect.github.com/esphome/esphome/pull/10661)
by [@&#8203;bdraco](https://redirect.github.com/bdraco) (new-feature)
- \[bl0940] extend configuration options of bl0940 device
[esphome#8158](https://redirect.github.com/esphome/esphome/pull/8158) by
[@&#8203;dan-s-github](https://redirect.github.com/dan-s-github)
(new-feature) (new-platform)

##### New Components

- Add JPEG encoder support via new camera\_encoder component
[esphome#9459](https://redirect.github.com/esphome/esphome/pull/9459) by
[@&#8203;DT-art1](https://redirect.github.com/DT-art1) (new-component)
(new-feature)
- \[mipi\_rgb] Unified driver for MIPI RGB displays
[esphome#9892](https://redirect.github.com/esphome/esphome/pull/9892) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-component) (new-feature) (new-platform)

##### New Platforms

- \[mipi\_rgb] Unified driver for MIPI RGB displays
[esphome#9892](https://redirect.github.com/esphome/esphome/pull/9892) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-component) (new-feature) (new-platform)
- \[bl0940] extend configuration options of bl0940 device
[esphome#8158](https://redirect.github.com/esphome/esphome/pull/8158) by
[@&#8203;dan-s-github](https://redirect.github.com/dan-s-github)
(new-feature) (new-platform)

##### Breaking Changes

- \[core] Fix preference storage to account for device\_id
[esphome#10333](https://redirect.github.com/esphome/esphome/pull/10333)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
(breaking-change)
- \[lvgl] Replace spinbox step with selected\_digit
[esphome#10349](https://redirect.github.com/esphome/esphome/pull/10349)
by [@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[sensor] Change state\_class\_to\_string() to return const char\* to
avoid allocations
[esphome#10533](https://redirect.github.com/esphome/esphome/pull/10533)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
(breaking-change)
- \[bluetooth\_proxy] Change default for active connections to true
[esphome#10546](https://redirect.github.com/esphome/esphome/pull/10546)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
(breaking-change)
- \[core] Store component source strings in flash on ESP8266 (breaking
change)
[esphome#10621](https://redirect.github.com/esphome/esphome/pull/10621)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
(breaking-change)
- \[inkplate] Rename component and fix grayscale
[esphome#10200](https://redirect.github.com/esphome/esphome/pull/10200)
by [@&#8203;JosipKuci](https://redirect.github.com/JosipKuci)
(breaking-change)

##### All changes

- \[CI] Fix CI job failures for PRs with >300 changed files
[esphome#10215](https://redirect.github.com/esphome/esphome/pull/10215)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[qm6988] Clean up code
[esphome#10216](https://redirect.github.com/esphome/esphome/pull/10216)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[quality] Remove period from audio related Invalid raises
[esphome#10229](https://redirect.github.com/esphome/esphome/pull/10229)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[api] Optimize message buffer allocation and eliminate redundant
methods
[esphome#10231](https://redirect.github.com/esphome/esphome/pull/10231)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[esp32] Optimize preferences is\_changed() by replacing temporary
vector with unique\_ptr
[esphome#10246](https://redirect.github.com/esphome/esphome/pull/10246)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Remove unnecessary FD\_SETSIZE check on ESP32 and improve
logging
[esphome#10255](https://redirect.github.com/esphome/esphome/pull/10255)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[esp8266] Replace std::vector with std::unique\_ptr in preferences to
save flash
[esphome#10245](https://redirect.github.com/esphome/esphome/pull/10245)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[api] Optimize APIFrameHelper virtual methods and mark
implementations as final
[esphome#10278](https://redirect.github.com/esphome/esphome/pull/10278)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[api] Mark protobuf message classes as final to enable compiler
optimizations
[esphome#10276](https://redirect.github.com/esphome/esphome/pull/10276)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[api] Mark APIConnection as final for compiler optimizations
[esphome#10279](https://redirect.github.com/esphome/esphome/pull/10279)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[api] Optimize protobuf decode loop for better performance and
maintainability
[esphome#10277](https://redirect.github.com/esphome/esphome/pull/10277)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[CI] Rename and expand needs-docs workflow
[esphome#10299](https://redirect.github.com/esphome/esphome/pull/10299)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[safe\_mode] Reduce flash usage by 184 bytes through code
optimization
[esphome#10284](https://redirect.github.com/esphome/esphome/pull/10284)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[helper] Make crc8 function more flexible to avoid reimplementation
in individual components
[esphome#10201](https://redirect.github.com/esphome/esphome/pull/10201)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[api] Avoid object\_id string allocations for all entity info
messages
[esphome#10260](https://redirect.github.com/esphome/esphome/pull/10260)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[mdns] Reduce flash usage and prevent RAM over-allocation in service
compilation
[esphome#10287](https://redirect.github.com/esphome/esphome/pull/10287)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[quality] Convert remaining `to_code` to `async`
[esphome#10271](https://redirect.github.com/esphome/esphome/pull/10271)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[binary\_sensor] Convert LOG\_BINARY\_SENSOR macro to function to
reduce flash usage
[esphome#10294](https://redirect.github.com/esphome/esphome/pull/10294)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[sensor] Convert LOG\_SENSOR macro to function to reduce flash usage
[esphome#10290](https://redirect.github.com/esphome/esphome/pull/10290)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[button] Convert LOG\_BUTTON macro to function to reduce flash usage
[esphome#10295](https://redirect.github.com/esphome/esphome/pull/10295)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[number] Convert LOG\_NUMBER macro to function to reduce flash usage
[esphome#10293](https://redirect.github.com/esphome/esphome/pull/10293)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[light] Add support for querying effects by index
[esphome#10195](https://redirect.github.com/esphome/esphome/pull/10195)
by [@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
(new-feature)
- \[CI] Base `too-big` label on new additions only
[esphome#10307](https://redirect.github.com/esphome/esphome/pull/10307)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[web\_server] Reduce flash usage by consolidating defer calls in
switch and lock handlers
[esphome#10297](https://redirect.github.com/esphome/esphome/pull/10297)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Eliminate heap allocation in teardown\_components by using
StaticVector
[esphome#10256](https://redirect.github.com/esphome/esphome/pull/10256)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[libretiny] Optimize preferences is\_changed() by replacing temporary
vector with unique\_ptr
[esphome#10272](https://redirect.github.com/esphome/esphome/pull/10272)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[bluetooth\_proxy] Mark BluetoothConnection and BluetoothProxy as
final for compiler optimizations
[esphome#10280](https://redirect.github.com/esphome/esphome/pull/10280)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[CI] Also require tests for `new-features`
[esphome#10311](https://redirect.github.com/esphome/esphome/pull/10311)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[homeassistant] Add compilation test for homeassistant.tag\_scanned
action
[esphome#10319](https://redirect.github.com/esphome/esphome/pull/10319)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Add idf-tidy env for esp32-c6
[esphome#10270](https://redirect.github.com/esphome/esphome/pull/10270)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[opentherm] Rename c++ files for predictable doxygen generation
[esphome#10314](https://redirect.github.com/esphome/esphome/pull/10314)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[ld2420] Rename c++ files for predictable doxygen generation
[esphome#10315](https://redirect.github.com/esphome/esphome/pull/10315)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[nrf52] update toolchain to v0.17.4, support mac
[esphome#10391](https://redirect.github.com/esphome/esphome/pull/10391)
by [@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[nrf52] fix build in dashboard
[esphome#10323](https://redirect.github.com/esphome/esphome/pull/10323)
by [@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- fix temperature config validation regex
[esphome#9575](https://redirect.github.com/esphome/esphome/pull/9575) by
[@&#8203;ximex](https://redirect.github.com/ximex)
- Update Python to 3.11 in AI instructions
[esphome#10407](https://redirect.github.com/esphome/esphome/pull/10407)
by [@&#8203;ximex](https://redirect.github.com/ximex)
- \[mipi\_spi] Add model
[esphome#10392](https://redirect.github.com/esphome/esphome/pull/10392)
by [@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-feature)
- improve AI instructions
[esphome#10416](https://redirect.github.com/esphome/esphome/pull/10416)
by [@&#8203;ximex](https://redirect.github.com/ximex)
- \[esp32\_ble\_client] Add missing ESP\_GATTC\_UNREG\_FOR\_NOTIFY\_EVT
logging
[esphome#10347](https://redirect.github.com/esphome/esphome/pull/10347)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Fix preference storage to account for device\_id
[esphome#10333](https://redirect.github.com/esphome/esphome/pull/10333)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
(breaking-change)
- \[core] Dont copy platform source files if there are no entities of
that type
[esphome#10436](https://redirect.github.com/esphome/esphome/pull/10436)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- improve const imports of `esphome.const`
[esphome#10438](https://redirect.github.com/esphome/esphome/pull/10438)
by [@&#8203;ximex](https://redirect.github.com/ximex)
- Revert "\[core] Dont copy platform source files if there are no
entities of that type"
[esphome#10441](https://redirect.github.com/esphome/esphome/pull/10441)
by [@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[api] Fix string lifetime issue in fill\_and\_encode\_entity\_info
for dynamic object\_id
[esphome#10482](https://redirect.github.com/esphome/esphome/pull/10482)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[absolute\_humidity] Fix typo
[esphome#10474](https://redirect.github.com/esphome/esphome/pull/10474)
by [@&#8203;DAVe3283](https://redirect.github.com/DAVe3283)
- \[esp32\_ble\_tracker] Remove duplicate client promotion logic
[esphome#10321](https://redirect.github.com/esphome/esphome/pull/10321)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[bluetooth\_proxy] Remove unused ClientState::SEARCHING state
[esphome#10318](https://redirect.github.com/esphome/esphome/pull/10318)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[mapping] Use custom allocator
[esphome#9972](https://redirect.github.com/esphome/esphome/pull/9972) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-feature)
- \[lvgl] Replace spinbox step with selected\_digit
[esphome#10349](https://redirect.github.com/esphome/esphome/pull/10349)
by [@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- Adjust sen5x to match VOC/NOX datasheet
[esphome#9894](https://redirect.github.com/esphome/esphome/pull/9894) by
[@&#8203;Fmstrat](https://redirect.github.com/Fmstrat)
- \[lvgl] Update hello world
[esphome#10469](https://redirect.github.com/esphome/esphome/pull/10469)
by [@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[mipi] Add type to models for better type hinting downstream
[esphome#10475](https://redirect.github.com/esphome/esphome/pull/10475)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Add JPEG encoder support via new camera\_encoder component
[esphome#9459](https://redirect.github.com/esphome/esphome/pull/9459) by
[@&#8203;DT-art1](https://redirect.github.com/DT-art1) (new-component)
(new-feature)
- \[sntp] Use callbacks to trigger `on_time_sync` for ESP32 and ESP8266
[esphome#10390](https://redirect.github.com/esphome/esphome/pull/10390)
by [@&#8203;kaechele](https://redirect.github.com/kaechele)
- \[display] Allow page actions to have auto generated display id
[esphome#10460](https://redirect.github.com/esphome/esphome/pull/10460)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[nrf52] add dfu
[esphome#9319](https://redirect.github.com/esphome/esphome/pull/9319) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
(new-feature)
- \[bluetooth\_proxy] Expose configured scanning mode in API responses
[esphome#10490](https://redirect.github.com/esphome/esphome/pull/10490)
by [@&#8203;bdraco](https://redirect.github.com/bdraco) (new-feature)
- \[nrf52] fix missing bootloader
[esphome#10519](https://redirect.github.com/esphome/esphome/pull/10519)
by [@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[wifi] Guard wifi error cases introduced in IDF5.2 by a version check
[esphome#10466](https://redirect.github.com/esphome/esphome/pull/10466)
by [@&#8203;gnumpi](https://redirect.github.com/gnumpi)
- \[core] Fix timezone offset calculation
[esphome#10426](https://redirect.github.com/esphome/esphome/pull/10426)
by [@&#8203;eyal0](https://redirect.github.com/eyal0)
- \[core] Replace magic coroutine priority numbers with self-documenting
CoroPriority enum
[esphome#10518](https://redirect.github.com/esphome/esphome/pull/10518)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[esp32] Remove hardcoding of ulp
[esphome#10535](https://redirect.github.com/esphome/esphome/pull/10535)
by [@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[core] Optimize fnv1\_hash to avoid string allocations for static
entities
[esphome#10529](https://redirect.github.com/esphome/esphome/pull/10529)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Use get\_icon\_ref() in entity platform logging to avoid
string allocations
[esphome#10530](https://redirect.github.com/esphome/esphome/pull/10530)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[sensor] Change state\_class\_to\_string() to return const char\* to
avoid allocations
[esphome#10533](https://redirect.github.com/esphome/esphome/pull/10533)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
(breaking-change)
- \[host] Fix memory allocation in preferences load() method
[esphome#10506](https://redirect.github.com/esphome/esphome/pull/10506)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Use get\_device\_class\_ref() in entity platform logging to
avoid string allocations
[esphome#10531](https://redirect.github.com/esphome/esphome/pull/10531)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Use get\_unit\_of\_measurement\_ref() in entity logging to
avoid string allocations
[esphome#10532](https://redirect.github.com/esphome/esphome/pull/10532)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[bluetooth\_proxy] Change default for active connections to true
[esphome#10546](https://redirect.github.com/esphome/esphome/pull/10546)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
(breaking-change)
- \[wifi] Check for esp32\_hosted on no wifi variants
[esphome#10528](https://redirect.github.com/esphome/esphome/pull/10528)
by [@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[wizard] extend the wizard dashboard API to allow upload and empty
config options
[esphome#10203](https://redirect.github.com/esphome/esphome/pull/10203)
by [@&#8203;maximmaxim345](https://redirect.github.com/maximmaxim345)
(new-feature)
- \[esp8266] Store GPIO initialization arrays in PROGMEM to save RAM
[esphome#10560](https://redirect.github.com/esphome/esphome/pull/10560)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[esp8266] Reduce preference memory usage by 40% through field
optimization
[esphome#10557](https://redirect.github.com/esphome/esphome/pull/10557)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[i2c] Optimize memory usage with stack allocation for small buffers
[esphome#10565](https://redirect.github.com/esphome/esphome/pull/10565)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[sps30] Tidy up, optimize
[esphome#10606](https://redirect.github.com/esphome/esphome/pull/10606)
by [@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sgp30] Tidy up, optimize
[esphome#10607](https://redirect.github.com/esphome/esphome/pull/10607)
by [@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sensirion\_common] Tidy up, optimize
[esphome#10604](https://redirect.github.com/esphome/esphome/pull/10604)
by [@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[esphome] ESP8266: Move OTA error strings to PROGMEM (saves 116 bytes
RAM)
[esphome#10620](https://redirect.github.com/esphome/esphome/pull/10620)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[logger] Use LogString for UART selection strings (saves 28 bytes RAM
on ESP8266)
[esphome#10615](https://redirect.github.com/esphome/esphome/pull/10615)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[sensor] ESP8266: Use LogString for state\_class\_to\_string() to
save RAM
[esphome#10617](https://redirect.github.com/esphome/esphome/pull/10617)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[web\_server] ESP8266: Store OTA response strings in PROGMEM (saves
52 bytes RAM)
[esphome#10616](https://redirect.github.com/esphome/esphome/pull/10616)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[script] ESP8266: Store log format strings in PROGMEM (saves 240
bytes RAM)
[esphome#10614](https://redirect.github.com/esphome/esphome/pull/10614)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[gpio] ESP8266: Store log strings in flash memory
[esphome#10610](https://redirect.github.com/esphome/esphome/pull/10610)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[light] ESP8266: Store log strings in flash memory
[esphome#10611](https://redirect.github.com/esphome/esphome/pull/10611)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[captive\_portal] ESP8266: Move strings to PROGMEM (saves 192 bytes
RAM)
[esphome#10600](https://redirect.github.com/esphome/esphome/pull/10600)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[mdns] Move constant strings to flash on ESP8266
[esphome#10599](https://redirect.github.com/esphome/esphome/pull/10599)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[api] Store Noise protocol prologue in flash on ESP8266
[esphome#10598](https://redirect.github.com/esphome/esphome/pull/10598)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[esp8266]\[api] Store error strings in PROGMEM to reduce RAM usage
[esphome#10568](https://redirect.github.com/esphome/esphome/pull/10568)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[sen5x] Various optimizing & tidying up
[esphome#10602](https://redirect.github.com/esphome/esphome/pull/10602)
by [@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[esp8266] Store component warning strings in flash to reduce RAM
usage
[esphome#10623](https://redirect.github.com/esphome/esphome/pull/10623)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- Atm90e32/26 device class fixes
[esphome#10629](https://redirect.github.com/esphome/esphome/pull/10629)
by [@&#8203;davidmonro](https://redirect.github.com/davidmonro)
- \[core] Convert LOG\_UPDATE\_INTERVAL macro to function to reduce
flash usage
[esphome#10636](https://redirect.github.com/esphome/esphome/pull/10636)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Skip redundant process\_to\_add() call when no scheduler items
added
[esphome#10630](https://redirect.github.com/esphome/esphome/pull/10630)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- Fix DNS resolution inconsistency between logs and OTA operations
[esphome#10595](https://redirect.github.com/esphome/esphome/pull/10595)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Add memory pool to scheduler to reduce heap fragmentation
[esphome#10536](https://redirect.github.com/esphome/esphome/pull/10536)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[esp8266]\[logger] Store LOG\_LEVELS strings in PROGMEM to reduce RAM
usage
[esphome#10569](https://redirect.github.com/esphome/esphome/pull/10569)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[esphome] Store OTA component log strings in flash on ESP8266
[esphome#10570](https://redirect.github.com/esphome/esphome/pull/10570)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[gpio\_expander] Add intelligent pin type selection to
CachedGpioExpander template
[esphome#10577](https://redirect.github.com/esphome/esphome/pull/10577)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[ota] Fix duplicate include and sort
[esphome#10643](https://redirect.github.com/esphome/esphome/pull/10643)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[pca6416a] Migrate to CachedGpioExpander to reduce I2C bus usage
[esphome#10587](https://redirect.github.com/esphome/esphome/pull/10587)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[pca9554] Migrate to CachedGpioExpander to reduce I2C bus usage
[esphome#10571](https://redirect.github.com/esphome/esphome/pull/10571)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[pcf8574] Migrate to CachedGpioExpander to reduce I2C bus usage
[esphome#10573](https://redirect.github.com/esphome/esphome/pull/10573)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[sx1509] Migrate to CachedGpioExpander to reduce I2C bus usage
[esphome#10588](https://redirect.github.com/esphome/esphome/pull/10588)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[mcp23016] Migrate to CachedGpioExpander to reduce I2C bus usage
[esphome#10581](https://redirect.github.com/esphome/esphome/pull/10581)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[scheduler] Reduce SchedulerItem memory usage by 7.4% on 32-bit
platforms
[esphome#10553](https://redirect.github.com/esphome/esphome/pull/10553)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[mipi\_rgb] Unified driver for MIPI RGB displays
[esphome#9892](https://redirect.github.com/esphome/esphome/pull/9892) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-component) (new-feature) (new-platform)
- \[api] Store plaintext error message in PROGMEM on ESP8266
[esphome#10634](https://redirect.github.com/esphome/esphome/pull/10634)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Store component source strings in flash on ESP8266 (breaking
change)
[esphome#10621](https://redirect.github.com/esphome/esphome/pull/10621)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
(breaking-change)
- \[esp32] Reduce GPIO memory usage by 50% through bit-packing
[esphome#10556](https://redirect.github.com/esphome/esphome/pull/10556)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Fix serial upload regression from DNS resolution PR
[#&#8203;10595](https://redirect.github.com/esphome/esphome/issues/10595)
[esphome#10648](https://redirect.github.com/esphome/esphome/pull/10648)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- Add I2S Audio Port for ESP32-C5/C6/H2
[esphome#10414](https://redirect.github.com/esphome/esphome/pull/10414)
by [@&#8203;ximex](https://redirect.github.com/ximex)
- \[core] Reduce unnecessary nesting in scheduler loop
[esphome#10644](https://redirect.github.com/esphome/esphome/pull/10644)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[adc] Fix autorange negative coefficient bug causing incorrect
voltage readings
[esphome#10549](https://redirect.github.com/esphome/esphome/pull/10549)
by [@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[nextion] Increase delay before reboot to prevent TFT upload
interruption
[esphome#10402](https://redirect.github.com/esphome/esphome/pull/10402)
by [@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- Sort codeowners using case-insensitive
[esphome#10651](https://redirect.github.com/esphome/esphome/pull/10651)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[core] Reduce flash usage by refactoring looping component
partitioning
[esphome#10652](https://redirect.github.com/esphome/esphome/pull/10652)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Refactor insertion sort functions to eliminate code
duplication
[esphome#10653](https://redirect.github.com/esphome/esphome/pull/10653)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- RingBuffer: Make partial writing optional
[esphome#10302](https://redirect.github.com/esphome/esphome/pull/10302)
by [@&#8203;gnumpi](https://redirect.github.com/gnumpi)
- allow to implement show\_logs as external component
[esphome#10523](https://redirect.github.com/esphome/esphome/pull/10523)
by [@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[nrf52] add more tests
[esphome#10591](https://redirect.github.com/esphome/esphome/pull/10591)
by [@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[ms5611] remove delay in setup
[esphome#10658](https://redirect.github.com/esphome/esphome/pull/10658)
by [@&#8203;mrtoy-me](https://redirect.github.com/mrtoy-me)
- \[api] Add timezone support to GetTimeResponse for automatic timezone
synchronization
[esphome#10661](https://redirect.github.com/esphome/esphome/pull/10661)
by [@&#8203;bdraco](https://redirect.github.com/bdraco) (new-feature)
- Allow both files and directories to be passed to update-all
[esphome#10575](https://redirect.github.com/esphome/esphome/pull/10575)
by [@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[thermostat] General clean-up, optimization, properly support "auto"
mode
[esphome#10561](https://redirect.github.com/esphome/esphome/pull/10561)
by [@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[bl0940] extend configuration options of bl0940 device
[esphome#8158](https://redirect.github.com/esphome/esphome/pull/8158) by
[@&#8203;dan-s-github](https://redirect.github.com/dan-s-github)
(new-feature) (new-platform)
- \[inkplate] Rename component and fix grayscale
[esphome#10200](https://redirect.github.com/esphome/esphome/pull/10200)
by [@&#8203;JosipKuci](https://redirect.github.com/JosipKuci)
(breaking-change)
- \[thermostat] Rename timer enums to mitigate naming conflict
[esphome#10666](https://redirect.github.com/esphome/esphome/pull/10666)
by [@&#8203;kbx81](https://redirect.github.com/kbx81)
- Improve coverage for various core modules
[esphome#10663](https://redirect.github.com/esphome/esphome/pull/10663)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- Update webserver local assets to
[`2025091`](https://redirect.github.com/esphome/esphome/commit/20250910)-110003
[esphome#10668](https://redirect.github.com/esphome/esphome/pull/10668)
by [@&#8203;esphomebot](https://redirect.github.com/esphomebot)
- \[adc] Fix `FILTER_SOURCE_FILES` location
[esphome#10673](https://redirect.github.com/esphome/esphome/pull/10673)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Openthread Fix Factory Reset
[esphome#9281](https://redirect.github.com/esphome/esphome/pull/9281) by
[@&#8203;rwrozelle](https://redirect.github.com/rwrozelle)
- \[core] Add millisecond precision to logging timestamps
[esphome#10677](https://redirect.github.com/esphome/esphome/pull/10677)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- Add comprehensive tests for choose\_upload\_log\_host to prevent
regressions
[esphome#10679](https://redirect.github.com/esphome/esphome/pull/10679)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- Add some more coverage for dashboard web\_server
[esphome#10682](https://redirect.github.com/esphome/esphome/pull/10682)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[tests] Add upload\_program and show\_logs test coverage to prevent
regressions
[esphome#10684](https://redirect.github.com/esphome/esphome/pull/10684)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- Add additional coverage for util and writer
[esphome#10683](https://redirect.github.com/esphome/esphome/pull/10683)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- Add additional dashboard and main tests
[esphome#10688](https://redirect.github.com/esphome/esphome/pull/10688)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] fix upload to device via MQTT IP lookup (e.g. when mDNS is
disable)
[esphome#10632](https://redirect.github.com/esphome/esphome/pull/10632)
by [@&#8203;Links2004](https://redirect.github.com/Links2004)
- Add additional test coverage ahead of Path conversion
[esphome#10700](https://redirect.github.com/esphome/esphome/pull/10700)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[ethernet] Fix permanent component failure from undocumented
ESP\_FAIL in IPv6 setup
[esphome#10708](https://redirect.github.com/esphome/esphome/pull/10708)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Optimize MAC address formatting to eliminate sprintf
dependency
[esphome#10713](https://redirect.github.com/esphome/esphome/pull/10713)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[api] Revert unneeded GetTime bidirectional support added in
[#&#8203;9790](https://redirect.github.com/esphome/esphome/issues/9790)
[esphome#10702](https://redirect.github.com/esphome/esphome/pull/10702)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[api] Optimize HelloResponse server\_info to reduce memory usage
[esphome#10701](https://redirect.github.com/esphome/esphome/pull/10701)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[scheduler] Fix timing accumulation in scheduler causing incorrect
execution measurements
[esphome#10719](https://redirect.github.com/esphome/esphome/pull/10719)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- ina2xx should be total increasing for energy sensor
[esphome#10711](https://redirect.github.com/esphome/esphome/pull/10711)
by [@&#8203;mikelawrence](https://redirect.github.com/mikelawrence)
- \[md5] Optimize MD5::get\_hex() to eliminate sprintf dependency
[esphome#10710](https://redirect.github.com/esphome/esphome/pull/10710)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[wifi] Optimize WiFi MAC formatting to eliminate sprintf dependency
[esphome#10715](https://redirect.github.com/esphome/esphome/pull/10715)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[esp32\_ble] Optimize BLE hex formatting to eliminate sprintf
dependency
[esphome#10714](https://redirect.github.com/esphome/esphome/pull/10714)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[select] Use const references to avoid unnecessary vector copies
[esphome#10741](https://redirect.github.com/esphome/esphome/pull/10741)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[dashboard] Fix archive handler to properly delete build folders
using correct path
[esphome#10724](https://redirect.github.com/esphome/esphome/pull/10724)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[ethernet] Conditionally compile PHY-specific code to reduce flash
usage
[esphome#10747](https://redirect.github.com/esphome/esphome/pull/10747)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[mqtt] fix publish payload length when payload contains null
characters
[esphome#10744](https://redirect.github.com/esphome/esphome/pull/10744)
by [@&#8203;jokujossai](https://redirect.github.com/jokujossai)
-
\[[`ade7880`](https://redirect.github.com/esphome/esphome/commit/ade7880)]
fix channel a voltage registry
[esphome#10750](https://redirect.github.com/esphome/esphome/pull/10750)
by [@&#8203;jokujossai](https://redirect.github.com/jokujossai)
- \[wizard] Fix KeyError when running wizard with empty OTA password
[esphome#10753](https://redirect.github.com/esphome/esphome/pull/10753)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Fix clean build files to properly clear PlatformIO cache
[esphome#10754](https://redirect.github.com/esphome/esphome/pull/10754)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)

<details>
<summary></summary>

- Bump ruff from 0.12.8 to 0.12.9
[esphome#10239](https://redirect.github.com/esphome/esphome/pull/10239)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump ruamel-yaml from 0.18.14 to 0.18.15
[esphome#10310](https://redirect.github.com/esphome/esphome/pull/10310)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump codecov/codecov-action from 5.4.3 to 5.5.0
[esphome#10336](https://redirect.github.com/esphome/esphome/pull/10336)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump ruff from 0.12.9 to 0.12.10
[esphome#10362](https://redirect.github.com/esphome/esphome/pull/10362)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump ruff from 0.12.10 to 0.12.11
[esphome#10483](https://redirect.github.com/esphome/esphome/pull/10483)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump esphome-dashboard from
[`2025081`](https://redirect.github.com/esphome/esphome/commit/20250814).0
to
[`2025082`](https://redirect.github.com/esphome/esphome/commit/20250828).0
[esphome#10484](https://redirect.github.com/esphome/esphome/pull/10484)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump aioesphomeapi from 39.0.0 to 39.0.1
[esphome#10491](https://redirect.github.com/esphome/esphome/pull/10491)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in
/.github/workflows
[esphome#10572](https://redirect.github.com/esphome/esphome/pull/10572)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump pytest from 8.4.1 to 8.4.2
[esphome#10579](https://redirect.github.com/esphome/esphome/pull/10579)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump codecov/codecov-action from 5.5.0 to 5.5.1
[esphome#10585](https://redirect.github.com/esphome/esphome/pull/10585)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump esphome-dashboard from
[`2025082`](https://redirect.github.com/esphome/esphome/commit/20250828).0
to
[`2025090`](https://redirect.github.com/esphome/esphome/commit/20250904).0
[esphome#10580](https://redirect.github.com/esphome/esphome/pull/10580)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/setup-python from 5.6.0 to 6.0.0
[esphome#10584](https://redirect.github.com/esphome/esphome/pull/10584)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/setup-python from 5.6.0 to 6.0.0 in
/.github/actions/restore-python
[esphome#10586](https://redirect.github.com/esphome/esphome/pull/10586)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/github-script from 7.0.1 to 8.0.0
[esphome#10583](https://redirect.github.com/esphome/esphome/pull/10583)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/stale from 9.1.0 to 10.0.0
[esphome#10582](https://redirect.github.com/esphome/esphome/pull/10582)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump ruff from 0.12.11 to 0.12.12
[esphome#10578](https://redirect.github.com/esphome/esphome/pull/10578)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump pytest-mock from 3.14.1 to 3.15.0
[esphome#10593](https://redirect.github.com/esphome/esphome/pull/10593)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump aioesphomeapi from 39.0.1 to 40.0.0
[esphome#10594](https://redirect.github.com/esphome/esphome/pull/10594)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump aioesphomeapi from 40.0.0 to 40.0.1
[esphome#10596](https://redirect.github.com/esphome/esphome/pull/10596)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump zeroconf from 0.147.0 to 0.147.2
[esphome#10642](https://redirect.github.com/esphome/esphome/pull/10642)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump pytest-cov from 6.2.1 to 6.3.0
[esphome#10640](https://redirect.github.com/esphome/esphome/pull/10640)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump aioesphomeapi from 40.0.1 to 40.0.2
[esphome#10641](https://redirect.github.com/esphome/esphome/pull/10641)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump pytest-cov from 6.3.0 to 7.0.0
[esphome#10660](https://redirect.github.com/esphome/esphome/pull/10660)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump aioesphomeapi from 40.0.2 to 40.1.0
[esphome#10662](https://redirect.github.com/esphome/esphome/pull/10662)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump aioesphomeapi from 40.1.0 to 40.2.0
[esphome#10703](https://redirect.github.com/esphome/esphome/pull/10703)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump aioesphomeapi from 40.2.0 to 40.2.1
[esphome#10721](https://redirect.github.com/esphome/esphome/pull/10721)
by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)

</details>

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 10:29:06 +00:00
TrueCharts Bot 7b3eedface fix(website): update @astrojs/sitemap 3.5.1 → 3.6.0 (#39648)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap))
| [`3.5.1` ->
`3.6.0`](https://renovatebot.com/diffs/npm/@astrojs%2fsitemap/3.5.1/3.6.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fsitemap/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fsitemap/3.5.1/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!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>withastro/astro (@&#8203;astrojs/sitemap)</summary>

###
[`v3.6.0`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/sitemap/CHANGELOG.md#360)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/sitemap@3.5.1...@astrojs/sitemap@3.6.0)

##### Minor Changes

-
[#&#8203;14285](https://redirect.github.com/withastro/astro/pull/14285)
[`bedc31b`](https://redirect.github.com/withastro/astro/commit/bedc31ba7318dd89545503eaeeac4e0615843834)
Thanks [@&#8203;jdcolombo](https://redirect.github.com/jdcolombo)! -
Adds a new configuration option `namespaces` for more control over XML
namespaces used in sitemap generation

Excluding unused namespaces can help create cleaner, more focused
sitemaps that are faster for search engines to parse and use less
bandwidth. If your site doesn't have news content, videos, or multiple
languages, you can exclude those namespaces to reduce XML bloat.

The `namespaces` option allows you to configure `news`, `xhtml`,
`image`, and `video` namespaces independently. All namespaces are
enabled by default for backward compatibility and no change to existing
projects is necessary. But now, you can choose to streamline your XML
and avoid unnecessary code.

For example, to exclude the video namespace from your sitemap, set
`video: false` in your configuration:

  ```
  // astro.config.mjs
  import { sitemap } from '@&#8203;astrojs/sitemap';

  export default {
    integrations: [
      sitemap({
        namespaces: {
          video: false,
          // other namespaces remain enabled by default
        }
      })
    ]
  };
  ```

  The generated XML will not include the `xmlns:video` namespace:

  ```
  <?xml version="1.0" encoding="UTF-8"?>
  <urlset
    xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
    xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
    xmlns:xhtml="http://www.w3.org/1999/xhtml"
    xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
  >
    <!-- ... -->
  </urlset>
  ```

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 12:29:02 +02:00
TrueCharts Bot 72cea72115 fix(website): update astro 5.13.7 → 5.13.8 (#39644)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.13.7` ->
`5.13.8`](https://renovatebot.com/diffs/npm/astro/5.13.7/5.13.8) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.13.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.13.7/5.13.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!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>withastro/astro (astro)</summary>

###
[`v5.13.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5138)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/astro@5.13.7...astro@5.13.8)

##### Patch Changes

-
[#&#8203;14300](https://redirect.github.com/withastro/astro/pull/14300)
[`bd4a70b`](https://redirect.github.com/withastro/astro/commit/bd4a70bde3c8e0c04e2754cf26d222aa36d3c3c8)
Thanks [@&#8203;louisescher](https://redirect.github.com/louisescher)! -
Adds Vite version & integration versions to output of `astro info`

-
[#&#8203;14341](https://redirect.github.com/withastro/astro/pull/14341)
[`f75fd99`](https://redirect.github.com/withastro/astro/commit/f75fd9977f0f3f8afd1128cc3616205edec0a11c)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
support for declarative Shadow DOM when using the `<ClientRouter>`
component

-
[#&#8203;14350](https://redirect.github.com/withastro/astro/pull/14350)
[`f59581f`](https://redirect.github.com/withastro/astro/commit/f59581f2d4566c684c587af816e22763440ded19)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Improves error reporting for content collections by adding logging for
configuration errors that had previously been silently ignored. Also
adds a new error that is thrown if a live collection is used in
`content.config.ts` rather than `live.config.ts`.

-
[#&#8203;14343](https://redirect.github.com/withastro/astro/pull/14343)
[`13f7d36`](https://redirect.github.com/withastro/astro/commit/13f7d36688042cdb5644786d795fc921841da76a)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a regression in non node runtimes

</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=-->
2025-09-17 12:27:15 +02:00
TrueCharts Bot 8fd6ad1e13 chore(flux): update image blocky 18.11.0 → 18.12.0 (clustertool) (#39645)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | minor | `18.11.0` ->
`18.12.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 12:25:58 +02:00
TrueCharts Bot 8d3e66bbf9 chore(helm): update image ghcr.io/linuxserver/oscam 11886-ls141 → 11887-ls141 (#39643) 2025-09-17 12:24:59 +02:00
TrueCharts Bot 2adf3c7f16 chore(helm): update image docker.io/semaphoreui/semaphore v2.16.29 → v2.16.31 (#39639) 2025-09-17 12:24:56 +02:00
TrueCharts Bot 6b577e072b chore(helm): update image docker.io/metabase/metabase v0.56.5 → v0.56.6 (#39638)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/metabase/metabase | patch | `916608d` -> `953cc94` |

---

> [!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.

---

### 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=-->
2025-09-17 12:24:49 +02:00
TrueCharts Bot 99e94f7be4 chore(helm): update image ghcr.io/home-operations/emby 4.9.1.31 → 4.9.1.32 (#39640)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/home-operations/emby](https://ghcr.io/home-operations/emby)
([source](https://redirect.github.com/MediaBrowser/Emby.Releases)) |
patch | `b88db12` -> `26b0fd8` |

---

> [!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>MediaBrowser/Emby.Releases
(ghcr.io/home-operations/emby)</summary>

###
[`v4.9.1.32`](https://redirect.github.com/MediaBrowser/Emby.Releases/releases/tag/4.9.1.32):
-beta

[Compare
Source](https://redirect.github.com/MediaBrowser/Emby.Releases/compare/4.9.1.31...4.9.1.32)

- Improve database performance
- Various book reader fixes
- Additional fixes tor video rotation when transcoding

Cumulative changes since stable release:

- Improve library scan performance
- Improve live tv guide refresh performance
- Improve database performance
- Update to .NET 8
- Update to sqlite 3.49.2
- Support macOS on all betas going forward
- Support viewing books in the web app in pdf, epub, mobi, cbz, fb2 and
other formats.
- Add new maintenance mode feature
- Add up key action option to video player
- Add tv mode display setting to show remote control functions
- Add network request protocol option to server network settings
- Update ffmpeg with fixes related to image extraction and OpenCL
- Improve performance of the realtime monitor
- Increase remote quality default value
- Fix collection content restrictions with search
- Fix video rotation when transcoding
- Debut of new WebStreams plugin
- Fix year being doubled in recording folder names
- Fix trailer metadata being lost on refresh channels scheduled task
- Improve results of multi-word searches
- Add user option to hide spoiler information from unwatched episodes
- Split remote quality setting into two, remote and cellular
- Support changing subtitle appearance settings during video playback
- Add Video codec, audio codec and framerate selectable and sortable
fields
- Reorganize user and app settings
- Add experimental hevc transcoding option
- Add option to limit resolution of all transcoding to conserve server
resources
- Add user preference to exclude libraries from search
- Fix special episodes affecting unplayed episode counts
- Improve hevc bitrate with conversion feature
- Show three recent items in add to collection and add to playlist
- Add copy user data as an option when creating a new user and
initializing with data from another user
- Add option for folder view to auto open single items in folders
- Support fb2 book extension
- Shorten display name for episode extras
- Support external audio tracks for movies and episodes
- Add Duplicates library filter
- Add library options to control whether multi-part detection is enabled
- Add library options to control whether multi-version detection is
enabled
- Support playback correction in the web app
- Add a sleep timer menu option in the web app audio player
- Improve title for external SDH subtitles
- Add A-Z picker to add to collection/playlist
- Support date played as a selectable field in poster view
- Add library options to control generation of chapters when none are
embedded within video files
- Improve usage of embedded .ass fonts in the web app
- Separate specials from episodes on series detail screen
- Improve title for external subtitles
- Artist sorting fixes
- Improve camera upload error handling
- Fix people search not respecting library access
- Sorting fixes for items with long digits in name
- Add episode title to recording notifications
- Fix person sort order
- macOS networking fixes
- Smb file system fixes
- Support locking artists
- Rtsp protocol fixes
- Improve separation of music and audiobook content in favorites
- Remove songs section from audiobook author screen
- Support setting shuffle state in audio player
- Add Polish ratings
- Fixes for sorting multi-part files
- Improve titles and descriptions for numerous notifications
- Fix scanning quirks with season scanning without season folders
- Fix 3D flag being lost in some cases on initial import
- Add Group By option on collection screens to choose between grouping
collection items by media type or displaying all items in a single list
- Transcoding fixes for audio only strm files
- Increase image extraction timeout
- Show ratings from all libraries on user config screen
- Improve played filter for series in folder view
- Improve searching for titles with dots in the name
- Improve Emby Connect address reporting after network changes
- Fix incorrect number of tracks displayed for a music artist
- Run database integrity checks before backups
- Add date to notification descriptions
- M3U Live TV regression fix
- Fix sorting by composers and artists when there are multiple values
- Add prompt for playback when a channel is recording
- Support incremental seek speed using arrow keys
- Show more rows in video OSD guide
- Support launching videos from photo slideshow
- Auto-scroll the guide to the last played channel
- Factor in disc number to audio image uniqueness when extracting images
from audio files
- Fix import collection options not showing in Emby library setup
- Fix error after adding a new person using the metadata editor
- Improve chapter support with multi-version videos
- Fix series scanning regression related to year in folder name
- Improve camera upload error handling
- Support alternative encodings of playlist files
- Improve photo scanning error handling
- Support multiple episodedetails nodes in nfo files
- Add workaround for older Dlna devices to fix playback failures
- Fix temp files from database backup process not being cleaned up
- Add channel groups picker above the guide
- Improve remote image content-type detection
- Fix playlist library folder not generating an image
- Start running hardware detection earlier on startup to try and avoid
playback errors
- Support drag and drop reordering of transcoding codec settings
- Portuguese tv naming fixes
- Support ja-jp language code
- Fix CA-A parental rating value
- Improve server log anonymization
- Adjust timing calculations for unaired/missing episodes
- Fix incorrect items when shuffling or playing all on a music genre
- Increase realtime monitor delay to help avoid repeated scanning
- Support drag and drop reordering in home screen settings library order
- Support drag and drop reordering in the metadata editor for genres,
tags, people and studios
- Fix extras being played with remote control play commands
- Fix external dvdsub delivery
- Support launching videos from slideshow
- Prompt user when playing live channel with an active recording to ask
if they want to start from the current live position or the start of the
recording
- Convert subtitle offset dialog to a slider
- Fix unable to lock People
- Fix person nfo not being saved
- Set container field when importing all books
- Search all subtitle providers on manual subtitle downloads
- Fix collections getting lost after subtitle downloading when no nfo
file is present
- Fix intermittent issue of new recordings not having media info
- Various content visibility fixes for newly created libraries
- Fix more like this not hiding played media when the option is set
- Fix sporadic cases of live streams ending early
- Fix multiple live tv views showing
- Add series recording option to check all libraries for existing
episodes
- Restore collections library
- Fix adult metadata option not being used with Identify
- Add option to group notifications
- Fix rotation value for videos not being saved
- Fix genres tab missing from music videos library
- Support inherited images for music videos
- Add date last episode aired sort order to tv shows
- Support drag and drop reordering in all library settings
- Add playback speed directly to video player OSD
- Add up next to video OSD
- Support -other for extras
- Fix Live TV view not being hidden after removing Live TV from the
server
- Fix manage collaboration showing for playlists when permission to
share personal content is denied
- Add photo slideshow time per slide option
- Add Play Slideshow context menu action for photos
- Fix links section not showing for Collections
- Fix .sdh missing from subtitle download file name
- Refresh metadata on tracks when music albums are refreshed
- Fix Referer header in log not being anonymized
- Fix thumbnails for extras not being created

</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=-->
2025-09-17 12:24:23 +02:00
TrueCharts Bot 1a26ce1917 chore(flux): update image kube-prometheus-stack 77.8.0 → 77.9.1 (clustertool) (#39646)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| minor | `77.8.0` -> `77.9.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v77.9.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-77.9.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.9.0...kube-prometheus-stack-77.9.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Pass Grafana ds and dashboard `label` and
`labelValue` thru `tpl` by
[@&#8203;mahendrapaipuri](https://redirect.github.com/mahendrapaipuri)
in
[#&#8203;6131](https://redirect.github.com/prometheus-community/helm-charts/pull/6131)

#### New Contributors

- [@&#8203;mahendrapaipuri](https://redirect.github.com/mahendrapaipuri)
made their first contribution in
[#&#8203;6131](https://redirect.github.com/prometheus-community/helm-charts/pull/6131)

**Full Changelog**:
<https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.9.0...kube-prometheus-stack-77.9.1>

###
[`v77.9.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-77.9.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.8.0...kube-prometheus-stack-77.9.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update Helm release grafana to v10 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;6139](https://redirect.github.com/prometheus-community/helm-charts/pull/6139)

**Full Changelog**:
<https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.8.0...kube-prometheus-stack-77.9.0>

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 10:22:21 +00:00
TrueCharts Bot ddf2c1e663 chore(helm): update image ghcr.io/minekube/gate digest to e54e2f2 (#39635)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `f4361a8` -> `e54e2f2` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-17 12:21:53 +02:00
TrueCharts Bot 75d6235cda chore(helm): update webtop (#39636)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `657a311` -> `fe52640` |
| lscr.io/linuxserver/webtop | digest | `0c06e53` -> `8241007` |

---

> [!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.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-17 12:21:25 +02:00
TrueCharts Bot 0a860502c7 chore(helm): update image docker.io/yacy/yacy_search_server digest to 32f602f (#39634)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/yacy/yacy_search_server | digest | `1c79ea2` -> `32f602f` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-17 12:18:11 +02:00
TrueCharts Bot f16efdbc98 chore(container): update docker.io/renovate/renovate docker tag to v41.115.6 (#39637)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
patch | `41.115.5-full` -> `41.115.6-full` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.115.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.115.6)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.115.5...41.115.6)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.44.5
(main)
([#&#8203;38065](https://redirect.github.com/renovatebot/renovate/issues/38065))
([e807895](https://redirect.github.com/renovatebot/renovate/commit/e8078954e05866e933c58e8b079484bcf00236e9))

##### Miscellaneous Chores

- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.13.5 (main)
([#&#8203;38064](https://redirect.github.com/renovatebot/renovate/issues/38064))
([61d6dc1](https://redirect.github.com/renovatebot/renovate/commit/61d6dc125c2ec9e41686a762a073eb8b66dcc7d5))

</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=-->
2025-09-17 12:16:29 +02:00
TrueCharts Bot 57e09391d7 chore(helm): update chart redis 17.6.2 → 17.7.0 (#39628)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/stable/redis)
([source](https://redirect.github.com/bitnami/bitnami-docker-redis)) |
minor | `17.6.2` -> `17.7.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2025-09-17 04:40:45 +00:00
TrueCharts Bot cfc42c9a9b chore(helm): update jupyter 2025-09-15 → 2025-09-16 (patch) (#39633) 2025-09-17 06:14:28 +02:00
TrueCharts Bot 9922a03c8d chore(helm): update chart clickhouse 16.6.2 → 16.7.0 (#39624)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | minor | `16.6.2` -> `16.7.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2025-09-17 04:14:03 +00:00
TrueCharts Bot 7f3dda9e74 chore(helm): update jupyter (#39631)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/jupyter/base-notebook | digest | `882056d` -> `7c043a4` |
| quay.io/jupyter/minimal-notebook | digest | `fdf9c06` -> `c31c4ab` |
| quay.io/jupyter/scipy-notebook | digest | `4420430` -> `796247c` |
| quay.io/jupyter/tensorflow-notebook | digest | `38324f1` -> `71187e9`
|

---

> [!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.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-17 06:13:24 +02:00
TrueCharts Bot 576aa463f0 chore(helm): update image ghcr.io/suwayomi/tachidesk digest to 6ed4462 (#39630)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/suwayomi/tachidesk | digest | `c289222` -> `6ed4462` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-17 04:12:22 +00:00
TrueCharts Bot 2929cb00dd chore(container): update docker.io/renovate/renovate docker tag to v41.115.5 (#39632)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
patch | `41.115.2-full` -> `41.115.5-full` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.115.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.115.5)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.115.4...41.115.5)

##### Build System

- **deps:** update dependency cronstrue to v3.3.0 (main)
([#&#8203;38063](https://redirect.github.com/renovatebot/renovate/issues/38063))
([476f7d7](https://redirect.github.com/renovatebot/renovate/commit/476f7d7b6da7387778bef4613d7936aaac6a90de))

###
[`v41.115.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.115.4)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.115.3...41.115.4)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.44.4
(main)
([#&#8203;38062](https://redirect.github.com/renovatebot/renovate/issues/38062))
([352c46a](https://redirect.github.com/renovatebot/renovate/commit/352c46acd960a9075bcfa8a5238c0aec4b894b9e))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;smithy/util-stream](https://redirect.github.com/smithy/util-stream)
to v4.3.1 (main)
([#&#8203;38061](https://redirect.github.com/renovatebot/renovate/issues/38061))
([1795247](https://redirect.github.com/renovatebot/renovate/commit/1795247a932c2dd70575dd94af3b1bad1ac339bc))

###
[`v41.115.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.115.3)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.115.2...41.115.3)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.44.3
(main)
([#&#8203;38059](https://redirect.github.com/renovatebot/renovate/issues/38059))
([69a8eac](https://redirect.github.com/renovatebot/renovate/commit/69a8eac23a02ee512efba58ba1dc751b80288b32))

##### Documentation

- bot comparison features for Renovate and Dependabot
([#&#8203;37840](https://redirect.github.com/renovatebot/renovate/issues/37840))
([476df12](https://redirect.github.com/renovatebot/renovate/commit/476df12a33aead3949d0d70fc994bb57dfb24e6f))
- jsonata file format
([#&#8203;38042](https://redirect.github.com/renovatebot/renovate/issues/38042))
([86f6a30](https://redirect.github.com/renovatebot/renovate/commit/86f6a304cd97c22439ce72cf6c56840a12d22efe))

##### Miscellaneous Chores

- **deps:** update containerbase/internal-tools action to v3.10.89
(main)
([#&#8203;38046](https://redirect.github.com/renovatebot/renovate/issues/38046))
([1fca6a1](https://redirect.github.com/renovatebot/renovate/commit/1fca6a1b11ebb3127a2f820f82feae4803a28c2c))
- **deps:** update containerbase/internal-tools action to v3.10.90
(main)
([#&#8203;38057](https://redirect.github.com/renovatebot/renovate/issues/38057))
([7ab53c6](https://redirect.github.com/renovatebot/renovate/commit/7ab53c68f15eba5489e30acf46c4e6d2319ef077))
- **deps:** update dependency globals to v16.4.0 (main)
([#&#8203;38056](https://redirect.github.com/renovatebot/renovate/issues/38056))
([b67c441](https://redirect.github.com/renovatebot/renovate/commit/b67c4413775d86d3da6eb8088c573602b9d80d9c))
- **deps:** update dependency memfs to v4.38.3 (main)
([#&#8203;38047](https://redirect.github.com/renovatebot/renovate/issues/38047))
([f87a85a](https://redirect.github.com/renovatebot/renovate/commit/f87a85a9d672f9bb687e23a29edcada65de0cbd5))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.13.4 (main)
([#&#8203;38058](https://redirect.github.com/renovatebot/renovate/issues/38058))
([45f7f7f](https://redirect.github.com/renovatebot/renovate/commit/45f7f7f6cb13b973b72971ce5fbf5136972b705e))
- **deps:** update python:3.13 docker digest to
[`2deb089`](https://redirect.github.com/renovatebot/renovate/commit/2deb089)
(main)
([#&#8203;38039](https://redirect.github.com/renovatebot/renovate/issues/38039))
([b084fe8](https://redirect.github.com/renovatebot/renovate/commit/b084fe8faa248a2890fa2cdf4ab32648f6e929f5))

</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=-->
2025-09-17 06:09:53 +02:00
TrueCharts Bot 112150073c chore(helm): update image ghcr.io/chroma-core/chroma 1.0.21 → 1.1.0 (#39629)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/chroma-core/chroma | minor | `44bba40` -> `df33933` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 00:23:10 +02:00
TrueCharts Bot 45b367e56a chore(helm): update chart memcached 16.5.2 → 16.6.0 (#39626)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/stable/memcached)
([source](https://redirect.github.com/bitnami/bitnami-docker-memcached))
| minor | `16.5.2` -> `16.6.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2025-09-17 00:23:02 +02:00
TrueCharts Bot f14daa5249 chore(helm): update chart mariadb 17.2.2 → 17.3.0 (#39625)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://redirect.github.com/bitnami/bitnami-docker-mariadb)) |
minor | `17.2.2` -> `17.3.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2025-09-17 00:22:04 +02:00
TrueCharts Bot 762ec5564e chore(flux): update image spegel 4.5.1 → 4.6.0 (clustertool) (#39622)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [spegel](https://truecharts.org/charts/system/spegel)
([source](https://ghcr.io/spegel-org/spegel)) | minor | `4.5.1` ->
`4.6.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 00:19:56 +02:00
TrueCharts Bot 27ec2e163d chore(flux): update image kube-prometheus-stack 77.7.0 → 77.8.0 (clustertool) (#39616)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| minor | `77.7.0` -> `77.8.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v77.8.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-77.8.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.7.0...kube-prometheus-stack-77.8.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update <https://github.com/etcd-io/etcd>
digest to
[`ad9d690`](https://redirect.github.com/prometheus-community/helm-charts/commit/ad9d690)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;6138](https://redirect.github.com/prometheus-community/helm-charts/pull/6138)

**Full Changelog**:
<https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.7.0...kube-prometheus-stack-77.8.0>

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 00:19:44 +02:00
TrueCharts Bot 4ebe6d2a07 chore(flux): update image volsync 3.5.1 → 3.6.0 (clustertool) (#39623)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [volsync](https://truecharts.org/charts/system/volsync)
([source](https://redirect.github.com/backube/helm-charts)) | minor |
`3.5.1` -> `3.6.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 00:19:22 +02:00
TrueCharts Bot ded6def4b2 chore(flux): update image metallb-config 9.4.1 → 9.5.0 (clustertool) (#39620)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [metallb-config](https://truecharts.org/charts/premium/metallb-config)
([source](https://redirect.github.com/metallb/metallb)) | minor |
`9.4.1` -> `9.5.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 00:17:53 +02:00
TrueCharts Bot 9eb66644c5 chore(helm): update chart mongodb 16.5.2 → 16.6.0 (#39627)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mongodb](https://truecharts.org/charts/stable/mongodb)
([source](https://redirect.github.com/bitnami/bitnami-docker-mongodb)) |
minor | `16.5.2` -> `16.6.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2025-09-16 22:16:35 +00:00
TrueCharts Bot da7b75824f chore(flux): update image kubernetes-dashboard 2.4.1 → 2.5.0 (clustertool) (#39618)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-dashboard](https://truecharts.org/charts/premium/kubernetes-dashboard)
([source](https://redirect.github.com/kubernetes-dashboard/kubernetes-dashboard))
| minor | `2.4.1` -> `2.5.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 00:14:09 +02:00
TrueCharts Bot c0dbc16099 chore(helm): update image docker.io/wolveix/satisfactory-server v1.9.9 → v1.9.10 (#39611)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/wolveix/satisfactory-server | patch | `464d11e` -> `e103700`
|

---

> [!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.

---

### 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=-->
2025-09-17 00:13:14 +02:00
TrueCharts Bot d6edce2355 chore(helm): update jupyter 2025-09-15 → 2025-09-16 (patch) (#39613)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/jupyter/base-notebook | patch | `71bd13a` -> `882056d` |
| quay.io/jupyter/minimal-notebook | patch | `f4b1950` -> `fdf9c06` |
| quay.io/jupyter/scipy-notebook | patch | `48a254b` -> `4420430` |
| quay.io/jupyter/tensorflow-notebook | patch | `f47179a` -> `38324f1` |

---

> [!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.

---

### 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 these
updates 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=-->
2025-09-17 00:13:01 +02:00
TrueCharts Bot cced82b1bc chore(flux): update image kubernetes-reflector 7.4.2 → 7.5.0 (clustertool) (#39619)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector)
([source](https://ghcr.io/emberstack/kubernetes-reflector)) | minor |
`7.4.2` -> `7.5.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 00:12:49 +02:00
TrueCharts Bot d0397cdccf chore(helm): update image docker.io/jgraph/drawio 28.2.0 → 28.2.3 (#39610)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/jgraph/drawio](https://www.drawio.com)
([source](https://redirect.github.com/jgraph/docker-drawio)) | patch |
`92162c8` -> `02675b3` |

---

> [!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>jgraph/docker-drawio (docker.io/jgraph/drawio)</summary>

###
[`v28.2.3`](https://redirect.github.com/jgraph/docker-drawio/compare/v28.2.0...v28.2.3)

[Compare
Source](https://redirect.github.com/jgraph/docker-drawio/compare/v28.2.0...v28.2.3)

</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=-->
2025-09-17 00:12:38 +02:00
TrueCharts Bot d2adae81d0 chore(flux): update image snapshot-controller 4.4.1 → 4.5.0 (clustertool) (#39621)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[snapshot-controller](https://truecharts.org/charts/system/snapshot-controller)
([source](https://redirect.github.com/kubernetes-csi/external-snapshotter))
| minor | `4.4.1` -> `4.5.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 00:12:10 +02:00
TrueCharts Bot 8b5f1a52fc chore(helm): update image oci.trueforge.org/tccr/nextcloud-fpm v31.0.8 → v31.0.9 (#39612)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/tccr/nextcloud-fpm](https://redirect.github.com/trueforge-org/truecharts)
| patch | `aac56eb` -> `fdd8eab` |

---

> [!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.

---

### 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=-->
2025-09-17 00:11:59 +02:00
TrueCharts Bot 7d701a906f chore(flux): update image kubelet-csr-approver 2.4.1 → 2.5.0 (clustertool) (#39617)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubelet-csr-approver](https://truecharts.org/charts/system/kubelet-csr-approver)
([source](https://ghcr.io/postfinance/kubelet-csr-approver)) | minor |
`2.4.1` -> `2.5.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 00:11:41 +02:00
TrueCharts Bot 2aca18fdf2 chore(helm): update chart clickhouse 16.6.1 → 16.6.2 (#39609)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | patch | `16.6.1` -> `16.6.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-09-17 00:11:27 +02:00
TrueCharts Bot c08818453f chore(helm): update image ghcr.io/linuxserver/digikam digest to 697054d (#39607)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/digikam](https://redirect.github.com/linuxserver/docker-digikam/packages)
([source](https://redirect.github.com/linuxserver/docker-digikam)) |
digest | `824dd35` -> `697054d` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-17 00:09:49 +02:00
TrueCharts Bot 71026b2f4e chore(helm): update image ghcr.io/linuxserver/boinc digest to d63c2f8 (#39606)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/boinc | digest | `74a978e` -> `d63c2f8` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-17 00:09:24 +02:00
TrueCharts Bot 1a006d64a8 chore(flux): update image clusterissuer 10.4.2 → 10.5.0 (clustertool) (#39615) 2025-09-17 00:07:33 +02:00
TrueCharts Bot 2f99ca77de chore(helm): update image public.ecr.aws/docker/library/odoo digest to 624d493 (#39608)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [public.ecr.aws/docker/library/odoo](https://hub.docker.com/_/odoo)
([source](https://redirect.github.com/odoo/docker)) | digest | `80d2b5a`
-> `624d493` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-17 00:07:29 +02:00
TrueCharts Bot 22261fe8d0 chore(flux): update image blocky 18.10.3 → 18.11.0 (clustertool) (#39614)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | minor | `18.10.3` ->
`18.11.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-17 00:06:53 +02:00
TrueCharts Bot 9d5627c493 chore(helm): update chart common 28.17.1 → 28.18.0 (#39603)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `28.17.1`
-> `28.18.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-09-16 19:51:19 +02:00
TrueCharts Bot 932a71e74e chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.0.1262 → v3-3.0.1.1264 (#39578)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://redirect.github.com/hotio/whisparr)) | minor |
`803f148` -> `d12e15e` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-16 17:36:15 +00:00
TrueCharts Bot b424819787 chore(helm): update image ghcr.io/ellite/wallos 4.2.0 → 4.3.0 (#39577)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) |
minor | `21fdf46` -> `f748908` |

---

> [!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>ellite/Wallos (ghcr.io/ellite/wallos)</summary>

###
[`v4.3.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#430-2025-09-15)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v4.2.0...v4.3.0)

##### Features

- add health endpoint and healthcheck to container
([#&#8203;919](https://redirect.github.com/ellite/Wallos/issues/919))
([852cb48](https://redirect.github.com/ellite/Wallos/commit/852cb485a65a58c91577b369fb9ea293d370bda8))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-16 17:36:06 +00:00
TrueCharts Bot ab4f746e45 chore(helm): update image docker.io/flowiseai/flowise 3.0.6 → 3.0.7 (#39571)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/flowiseai/flowise | patch | `382b54b` -> `11284f6` |

---

> [!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.

---

### 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=-->
2025-09-16 17:35:33 +00:00
TrueCharts Bot 5fce9df228 chore(helm): update image docker.io/brandawg93/peanut 5.14.2 → 5.15.0 (#39576)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT)
| minor | `cf03c76` -> `e3d60b0` |

---

> [!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>Brandawg93/PeaNUT (docker.io/brandawg93/peanut)</summary>

###
[`v5.15.0`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.15.0)

[Compare
Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.14.2...v5.15.0)

#### What's Changed

- Grid filtering by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[#&#8203;303](https://redirect.github.com/Brandawg93/PeaNUT/pull/303)
- Package updates by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[#&#8203;307](https://redirect.github.com/Brandawg93/PeaNUT/pull/307)
- New command dialog by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[#&#8203;308](https://redirect.github.com/Brandawg93/PeaNUT/pull/308)
- Disable servers in settings by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[#&#8203;309](https://redirect.github.com/Brandawg93/PeaNUT/pull/309)

**Full Changelog**:
<https://github.com/Brandawg93/PeaNUT/compare/v5.14.2...v5.15.0>

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-16 17:35:23 +00:00
TrueCharts Bot a7ba9a96e1 chore(helm): update image docker.io/apache/tika 3.2.2.0 → 3.2.3.0 (#39570)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/apache/tika | patch | `031530a` -> `c0154cb` |

---

> [!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.

---

### 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=-->
2025-09-16 17:35:16 +00:00
TrueCharts Bot 12e99c85af chore(helm): update image docker.io/ollama/ollama 0.11.10 → 0.11.11 (#39572)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ollama/ollama | patch | `dc8e715` -> `016eb85` |
| docker.io/ollama/ollama | patch | `a5409cb` -> `24d41d7` |

---

> [!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.

---

### 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 these
updates 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=-->
2025-09-16 17:35:06 +00:00
TrueCharts Bot dce153de8c chore(helm): update image docker.io/searxng/searxng digest to 9c071b8 (#39565)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `5d5db78` -> `9c071b8` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-16 17:32:36 +00:00
TrueCharts Bot 482a0124c9 chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to 92f7c9a (#39564)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lmscommunity/lyrionmusicserver | digest | `75316c1` ->
`92f7c9a` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-16 17:32:25 +00:00