Commit Graph

41230 Commits

Author SHA1 Message Date
TrueCharts Bot e8a44e295a chore(helm): update image docker.io/esphome/esphome 2024.12.4 → 2025.2.0 (#32420)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | major |
`fb17727` -> `00ca3a1` |

---

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

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2024.12.4...2025.2.0)

#### Full list of changes

##### New Components

- \[es7210] add support for es7210 ADC
[esphome#8007](https://redirect.github.com/esphome/esphome/pull/8007) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[audio_adc] Add new `audio_adc` component
[esphome#8094](https://redirect.github.com/esphome/esphome/pull/8094) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[es8156] Add support for ES8156 audio DAC
[esphome#8085](https://redirect.github.com/esphome/esphome/pull/8085) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[es7243e] Add support for ES7243E audio ADC
[esphome#8098](https://redirect.github.com/esphome/esphome/pull/8098) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[esp32\_ble_server] Create custom services, characteristics and
descriptors
[esphome#7009](https://redirect.github.com/esphome/esphome/pull/7009) by
[@&#8203;Rapsssito](https://redirect.github.com/Rapsssito)
(new-integration)
- \[resampler] Media Player Components PR7
[esphome#8169](https://redirect.github.com/esphome/esphome/pull/8169) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[mixer] Media Player Components PR8
[esphome#8170](https://redirect.github.com/esphome/esphome/pull/8170) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[xxtea] Extract encryption functions to separate component
[esphome#8183](https://redirect.github.com/esphome/esphome/pull/8183) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-integration)
- \[logger] Add runtime level select
[esphome#8222](https://redirect.github.com/esphome/esphome/pull/8222) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-integration)
- \[speaker] Media Player Components PR9
[esphome#8171](https://redirect.github.com/esphome/esphome/pull/8171) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)

##### New Platforms

- \[uptime] Add text_sensor
[esphome#8028](https://redirect.github.com/esphome/esphome/pull/8028) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-platform)
- Add: Human Presence and Target Count to the Seeed Studio MR60BHA2
[esphome#8010](https://redirect.github.com/esphome/esphome/pull/8010) by
[@&#8203;limengdu](https://redirect.github.com/limengdu) (new-platform)
- \[sdl] Implement binary sensors from keystrokes
[esphome#8207](https://redirect.github.com/esphome/esphome/pull/8207) by
[@&#8203;bdm310](https://redirect.github.com/bdm310) (new-platform)

##### Breaking Changes

- \[esp32\_rmt] Updates for IDF 5+
[esphome#7770](https://redirect.github.com/esphome/esphome/pull/7770) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
(breaking-change)
- \[lvgl] remove default state
[esphome#8038](https://redirect.github.com/esphome/esphome/pull/8038) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[nextion] Brightness control tweaks
[esphome#8027](https://redirect.github.com/esphome/esphome/pull/8027) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (breaking-change)
- \[image] Transparency changes; code refactor
[esphome#7908](https://redirect.github.com/esphome/esphome/pull/7908) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[ili9xxx] psram and 8 bit changes
[esphome#8084](https://redirect.github.com/esphome/esphome/pull/8084) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[core] Remove old style platform configuration
[esphome#8118](https://redirect.github.com/esphome/esphome/pull/8118) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[custom] Remove platforms
[esphome#8119](https://redirect.github.com/esphome/esphome/pull/8119) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (breaking-change)
- Remove arm/v7 container image support
[esphome#8194](https://redirect.github.com/esphome/esphome/pull/8194) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[esp32\_rmt] Set pull-up and open-drain modes based on pin schema
[esphome#8178](https://redirect.github.com/esphome/esphome/pull/8178) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
(breaking-change)
- \[scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds
[esphome#8256](https://redirect.github.com/esphome/esphome/pull/8256) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
(breaking-change)

##### Beta Changes

- \[online_image]Fix reset if buffer not allocated
[esphome#8236](https://redirect.github.com/esphome/esphome/pull/8236) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[core] Ignore dot-prefixed config entries when looking for target
platform
[esphome#8240](https://redirect.github.com/esphome/esphome/pull/8240) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump zeroconf to 0.144.1
[esphome#8238](https://redirect.github.com/esphome/esphome/pull/8238) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Fix `config_dir` for dashboard
[esphome#8242](https://redirect.github.com/esphome/esphome/pull/8242) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[cse7766] Remove `stream` dependency
[esphome#7720](https://redirect.github.com/esphome/esphome/pull/7720) by
[@&#8203;gabest11](https://redirect.github.com/gabest11)
- \[graph] Remove `stream` dependency
[esphome#8243](https://redirect.github.com/esphome/esphome/pull/8243) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[modbus_controller] Remove `stream` dependency
[esphome#8244](https://redirect.github.com/esphome/esphome/pull/8244) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[logger] Fix bug causing global log level to be overwritten
[esphome#8248](https://redirect.github.com/esphome/esphome/pull/8248) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- Add support for the DAC on the S2
[esphome#8030](https://redirect.github.com/esphome/esphome/pull/8030) by
[@&#8203;maraid](https://redirect.github.com/maraid)
- Fix crash when storage file doesnt exist yet
[esphome#8249](https://redirect.github.com/esphome/esphome/pull/8249) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- don't crash on null pages
[esphome#8254](https://redirect.github.com/esphome/esphome/pull/8254) by
[@&#8203;ssieb](https://redirect.github.com/ssieb)
- \[scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds
[esphome#8256](https://redirect.github.com/esphome/esphome/pull/8256) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
(breaking-change)
- Bump zeroconf to 0.144.3
[esphome#8253](https://redirect.github.com/esphome/esphome/pull/8253) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- DHT platform now supports modules with inbuilt external resistor
[esphome#8257](https://redirect.github.com/esphome/esphome/pull/8257) by
[@&#8203;deCodeIt](https://redirect.github.com/deCodeIt)
- Replace glyphsets with esphome_glyphsets
[esphome#8261](https://redirect.github.com/esphome/esphome/pull/8261) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump aioesphomeapi to 29.1.0
[esphome#8105](https://redirect.github.com/esphome/esphome/pull/8105) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump openssh-client to 1:9.2p1-2+deb12u4 to fix docker builds
[esphome#8269](https://redirect.github.com/esphome/esphome/pull/8269) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Increase default repeat delay for Toto remote transmitter protocol
[esphome#8265](https://redirect.github.com/esphome/esphome/pull/8265) by
[@&#8203;G-Two](https://redirect.github.com/G-Two)
- Bump zeroconf to 0.145.1
[esphome#8267](https://redirect.github.com/esphome/esphome/pull/8267) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)

##### All changes

- \[rotary_encoder] Fix volatile increment/decrement deprecation
warnings
[esphome#7958](https://redirect.github.com/esphome/esphome/pull/7958) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[pulse_counter] Fix volatile increment/decrement deprecation warnings
[esphome#7954](https://redirect.github.com/esphome/esphome/pull/7954) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[nextion] Publishes `is_connected()`
[esphome#7961](https://redirect.github.com/esphome/esphome/pull/7961) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- Fix adc channel for ESP32-H2
[esphome#7964](https://redirect.github.com/esphome/esphome/pull/7964) by
[@&#8203;luar123](https://redirect.github.com/luar123)
- \[nextion] Remove `_internal` from non-protected functions
[esphome#7656](https://redirect.github.com/esphome/esphome/pull/7656) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[opentherm] Message ordering, on-the-fly message editing, code
improvements
[esphome#7903](https://redirect.github.com/esphome/esphome/pull/7903) by
[@&#8203;olegtarasov](https://redirect.github.com/olegtarasov)
- \[debug] Detailed reset reason
[esphome#7729](https://redirect.github.com/esphome/esphome/pull/7729) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[uart] Use `SOC_UART_NUM` as number of uarts instead of
`UART_NUM_MAX`
[esphome#7967](https://redirect.github.com/esphome/esphome/pull/7967) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[ci] Dont run main ci suite on docker files
[esphome#7966](https://redirect.github.com/esphome/esphome/pull/7966) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 in the
docker-actions group
[esphome#7969](https://redirect.github.com/esphome/esphome/pull/7969) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[core] Add c6 and h2 to split default
[esphome#7974](https://redirect.github.com/esphome/esphome/pull/7974) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[midea] Add Fahrenheit support to `midea_ac.follow_me` action
[esphome#7762](https://redirect.github.com/esphome/esphome/pull/7762) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
- \[esp32\_rmt] Updates for IDF 5+
[esphome#7770](https://redirect.github.com/esphome/esphome/pull/7770) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
(breaking-change)
- \[qspi_dbi] Bugfix and new features
[esphome#7979](https://redirect.github.com/esphome/esphome/pull/7979) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[helpers] Provide calls to get free heap and largest available block.
[esphome#7978](https://redirect.github.com/esphome/esphome/pull/7978) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Bump actions/upload-artifact from 4.4.3 to 4.5.0
[esphome#7981](https://redirect.github.com/esphome/esphome/pull/7981) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[esp32\_ble] do not skip events if queue is blocked
[esphome#7960](https://redirect.github.com/esphome/esphome/pull/7960) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[ble_client, bluetooth_proxy, esp32\_ble_client, esp32\_ble_tracker]
fix ble proxy stop working
[esphome#7901](https://redirect.github.com/esphome/esphome/pull/7901) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[esp32\_rmt] IDF 5+ update fixes
[esphome#8002](https://redirect.github.com/esphome/esphome/pull/8002) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- Initialize esp32\_rmt_led_strip buffer
[esphome#8036](https://redirect.github.com/esphome/esphome/pull/8036) by
[@&#8203;pzich](https://redirect.github.com/pzich)
- \[addressable_light] Remove rmt channel from idf tests
[esphome#7987](https://redirect.github.com/esphome/esphome/pull/7987) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Remove rmt channel from idf tests
[esphome#8054](https://redirect.github.com/esphome/esphome/pull/8054) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Fixed comment typo in light_color_values.h
[esphome#8050](https://redirect.github.com/esphome/esphome/pull/8050) by
[@&#8203;samunemeth](https://redirect.github.com/samunemeth)
- Fix braceless else statements
[esphome#7799](https://redirect.github.com/esphome/esphome/pull/7799) by
[@&#8203;pzich](https://redirect.github.com/pzich)
- Enable udp to work (on ipv4) when ipv6 is enabled
[esphome#8060](https://redirect.github.com/esphome/esphome/pull/8060) by
[@&#8203;HeMan](https://redirect.github.com/HeMan)
- Update sprinkler.cpp
[esphome#7996](https://redirect.github.com/esphome/esphome/pull/7996) by
[@&#8203;jotaj91](https://redirect.github.com/jotaj91)
- \[lvgl] remove default state
[esphome#8038](https://redirect.github.com/esphome/esphome/pull/8038) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[lvgl] fix bg_image_src
[esphome#8005](https://redirect.github.com/esphome/esphome/pull/8005) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lgvl] disp_bg_image and disp_bg_opa changes
[esphome#8025](https://redirect.github.com/esphome/esphome/pull/8025) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[spi_led_strip] Fix priority
[esphome#8021](https://redirect.github.com/esphome/esphome/pull/8021) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[config] Early check for required version
[esphome#8000](https://redirect.github.com/esphome/esphome/pull/8000) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] Implement `lvgl.page.is_showing:` condition
[esphome#8055](https://redirect.github.com/esphome/esphome/pull/8055) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[display] auto_clear_enabled defaults
[esphome#7986](https://redirect.github.com/esphome/esphome/pull/7986) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Convert IPAddress to use Pythonmodule ipaddress
[esphome#8072](https://redirect.github.com/esphome/esphome/pull/8072) by
[@&#8203;HeMan](https://redirect.github.com/HeMan)
- Add log level env var
[esphome#7604](https://redirect.github.com/esphome/esphome/pull/7604) by
[@&#8203;briancw](https://redirect.github.com/briancw)
- \[spi] relay on KEY_TARGET_PLATFORM as the other platforms does
[esphome#8066](https://redirect.github.com/esphome/esphome/pull/8066) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- Bump actions/upload-artifact from 4.5.0 to 4.6.0
[esphome#8058](https://redirect.github.com/esphome/esphome/pull/8058) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6
[esphome#8024](https://redirect.github.com/esphome/esphome/pull/8024) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump docker/setup-qemu-action from 3.2.0 to 3.3.0 in the
docker-actions group
[esphome#8052](https://redirect.github.com/esphome/esphome/pull/8052) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump docker/build-push-action from 6.10.0 to 6.11.0 in
/.github/actions/build-image
[esphome#8053](https://redirect.github.com/esphome/esphome/pull/8053) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Allow CONF_RMT_CHANNEL parameter for IDF 4.X
[esphome#8035](https://redirect.github.com/esphome/esphome/pull/8035) by
[@&#8203;gnumpi](https://redirect.github.com/gnumpi)
- \[esp32] Fix arch_get_cpu_freq_hz
[esphome#8047](https://redirect.github.com/esphome/esphome/pull/8047) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- Fix Waveshare 7in5bv3bwr image quality in BWR mode
[esphome#8043](https://redirect.github.com/esphome/esphome/pull/8043) by
[@&#8203;zbikmarc](https://redirect.github.com/zbikmarc)
- \[json] use correct formatting
[esphome#8039](https://redirect.github.com/esphome/esphome/pull/8039) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[nextion] Brightness control tweaks
[esphome#8027](https://redirect.github.com/esphome/esphome/pull/8027) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (breaking-change)
- \[image] Transparency changes; code refactor
[esphome#7908](https://redirect.github.com/esphome/esphome/pull/7908) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- Added VERY_VERBOSE dfplayer printing
[esphome#8026](https://redirect.github.com/esphome/esphome/pull/8026) by
[@&#8203;solarkennedy](https://redirect.github.com/solarkennedy)
- \[core] fix comment for crc8 function in helpers.h
[esphome#8016](https://redirect.github.com/esphome/esphome/pull/8016) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
- \[debug] Add framework type to debug info
[esphome#8013](https://redirect.github.com/esphome/esphome/pull/8013) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[debug] Add ESP32 partition table logging to `dump_config`
[esphome#8012](https://redirect.github.com/esphome/esphome/pull/8012) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[psram] Improve total PSRAM display in logs by using rounded KB
values
[esphome#8008](https://redirect.github.com/esphome/esphome/pull/8008) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- Use ESPHome logo on readme page according to theme (light/dark)
[esphome#7992](https://redirect.github.com/esphome/esphome/pull/7992) by
[@&#8203;dougiteixeira](https://redirect.github.com/dougiteixeira)
- Fix compile errors with pioarduino/platform-espressif32:
wifi_component_esp32\_arduino.cpp
[esphome#7998](https://redirect.github.com/esphome/esphome/pull/7998) by
[@&#8203;bitflippersanonymous](https://redirect.github.com/bitflippersanonymous)
- Include esp_mac.h and C++20 str_startswith/str_ends
[esphome#7999](https://redirect.github.com/esphome/esphome/pull/7999) by
[@&#8203;bitflippersanonymous](https://redirect.github.com/bitflippersanonymous)
- \[esp32\_wifi] Enhance WiFi component with TCPIP core locking.
[esphome#7997](https://redirect.github.com/esphome/esphome/pull/7997) by
[@&#8203;bitflippersanonymous](https://redirect.github.com/bitflippersanonymous)
- add missing include in base_automation.h
[esphome#8001](https://redirect.github.com/esphome/esphome/pull/8001) by
[@&#8203;nielsnl68](https://redirect.github.com/nielsnl68)
- Fixed topic when mac is used
[esphome#7988](https://redirect.github.com/esphome/esphome/pull/7988) by
[@&#8203;Hadatko](https://redirect.github.com/Hadatko)
- web_server: Adds REST API POST endpoints to arm and disarm
[esphome#7985](https://redirect.github.com/esphome/esphome/pull/7985) by
[@&#8203;heythisisnate](https://redirect.github.com/heythisisnate)
- \[lvgl] fix tests
[esphome#8075](https://redirect.github.com/esphome/esphome/pull/8075) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Allow external libraries to use ESP_LOGx macros
[esphome#8078](https://redirect.github.com/esphome/esphome/pull/8078) by
[@&#8203;kroimon](https://redirect.github.com/kroimon)
- \[uptime] Add text_sensor
[esphome#8028](https://redirect.github.com/esphome/esphome/pull/8028) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-platform)
- \[image] Fix mdi images
[esphome#8082](https://redirect.github.com/esphome/esphome/pull/8082) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[ili9xxx] psram and 8 bit changes
[esphome#8084](https://redirect.github.com/esphome/esphome/pull/8084) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[spi] Restore `SPIDelegateDummy`
[esphome#8019](https://redirect.github.com/esphome/esphome/pull/8019) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] fix lvgl.widget.update and friends
[esphome#8087](https://redirect.github.com/esphome/esphome/pull/8087) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- fix(web_server/fan): send speed update values even when fan is off
[esphome#8086](https://redirect.github.com/esphome/esphome/pull/8086) by
[@&#8203;distante](https://redirect.github.com/distante)
- \[es7210] add support for es7210 ADC
[esphome#8007](https://redirect.github.com/esphome/esphome/pull/8007) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[event] Store `last_event_type` in class
[esphome#8088](https://redirect.github.com/esphome/esphome/pull/8088) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[prometheus] Select, media_player, and number prometheus metrics
[esphome#7895](https://redirect.github.com/esphome/esphome/pull/7895) by
[@&#8203;jzucker2](https://redirect.github.com/jzucker2)
- Bump docker/build-push-action from 6.11.0 to 6.12.0 in
/.github/actions/build-image
[esphome#8090](https://redirect.github.com/esphome/esphome/pull/8090) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Revert "Add resistance_sampler interface for config validation"
[esphome#8093](https://redirect.github.com/esphome/esphome/pull/8093) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Fix running pre-commit on Windows
[esphome#8095](https://redirect.github.com/esphome/esphome/pull/8095) by
[@&#8203;stellar-aria](https://redirect.github.com/stellar-aria)
- Remove black-formatter from pre-commit hooks
[esphome#8097](https://redirect.github.com/esphome/esphome/pull/8097) by
[@&#8203;stellar-aria](https://redirect.github.com/stellar-aria)
- Increase Daly-BMS coltage cells from 16 to 18 cells
[esphome#8057](https://redirect.github.com/esphome/esphome/pull/8057) by
[@&#8203;j-sepul](https://redirect.github.com/j-sepul)
- \[image]Rename option "use_transparency"
[esphome#8113](https://redirect.github.com/esphome/esphome/pull/8113) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[online_image] Use RAMAllocator
[esphome#8114](https://redirect.github.com/esphome/esphome/pull/8114) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- Fixed incorrect display dimension
[esphome#8110](https://redirect.github.com/esphome/esphome/pull/8110) by
[@&#8203;Duckle29](https://redirect.github.com/Duckle29)
- Update defines.h for esp-idf 5.1.5
[esphome#8117](https://redirect.github.com/esphome/esphome/pull/8117) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[audio_adc] Add new `audio_adc` component
[esphome#8094](https://redirect.github.com/esphome/esphome/pull/8094) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[uptime] Cosmetic improvements for uptime text_sensor
[esphome#8101](https://redirect.github.com/esphome/esphome/pull/8101) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[es8156] Add support for ES8156 audio DAC
[esphome#8085](https://redirect.github.com/esphome/esphome/pull/8085) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[esp32\_touch] Fix deprecated warning
[esphome#8092](https://redirect.github.com/esphome/esphome/pull/8092) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[core] Remove old style platform configuration
[esphome#8118](https://redirect.github.com/esphome/esphome/pull/8118) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- Bump actions/stale from 9.0.0 to 9.1.0
[esphome#8120](https://redirect.github.com/esphome/esphome/pull/8120) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[custom] Remove platforms
[esphome#8119](https://redirect.github.com/esphome/esphome/pull/8119) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (breaking-change)
- Add: Human Presence and Target Count to the Seeed Studio MR60BHA2
[esphome#8010](https://redirect.github.com/esphome/esphome/pull/8010) by
[@&#8203;limengdu](https://redirect.github.com/limengdu) (new-platform)
- \[es7243e] Add support for ES7243E audio ADC
[esphome#8098](https://redirect.github.com/esphome/esphome/pull/8098) by
[@&#8203;kbx81](https://redirect.github.com/kbx81) (new-integration)
- \[debug] fix debug_esp32 printf for partition size and address
[esphome#8122](https://redirect.github.com/esphome/esphome/pull/8122) by
[@&#8203;fightforlife](https://redirect.github.com/fightforlife)
- \[esp32] Set logger default interface for C6
[esphome#8126](https://redirect.github.com/esphome/esphome/pull/8126) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[core] add support for custom platform
[esphome#7616](https://redirect.github.com/esphome/esphome/pull/7616) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- Add verbose logging for pulse width calculation in pulse_meter
[esphome#8124](https://redirect.github.com/esphome/esphome/pull/8124) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
- \[ads1115] Add sample rate control
[esphome#8102](https://redirect.github.com/esphome/esphome/pull/8102) by
[@&#8203;brambo123](https://redirect.github.com/brambo123)
- Fix mqtt climate step rounding
[esphome#8121](https://redirect.github.com/esphome/esphome/pull/8121) by
[@&#8203;olemmela](https://redirect.github.com/olemmela)
- \[spi] Fix data type in bitbash transfer\_()
[esphome#8125](https://redirect.github.com/esphome/esphome/pull/8125) by
[@&#8203;oliv3r](https://redirect.github.com/oliv3r)
- \[online_image] Add binary bmp support
[esphome#8116](https://redirect.github.com/esphome/esphome/pull/8116) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[online_image] Code Improvements
[esphome#8130](https://redirect.github.com/esphome/esphome/pull/8130) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- Update mdns for ESP-IDF
[esphome#8145](https://redirect.github.com/esphome/esphome/pull/8145) by
[@&#8203;HeMan](https://redirect.github.com/HeMan)
- Include Bluetooth connection slot allocations in connections free
message
[esphome#8148](https://redirect.github.com/esphome/esphome/pull/8148) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[esp32\_ble_server] Create custom services, characteristics and
descriptors
[esphome#7009](https://redirect.github.com/esphome/esphome/pull/7009) by
[@&#8203;Rapsssito](https://redirect.github.com/Rapsssito)
(new-integration)
- \[online_image] Add JPEG support to online_image
[esphome#8127](https://redirect.github.com/esphome/esphome/pull/8127) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[logger] Ensure PRIu32 and friends are available
[esphome#8155](https://redirect.github.com/esphome/esphome/pull/8155) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Fix forgotten uses of use_transparency
[esphome#8115](https://redirect.github.com/esphome/esphome/pull/8115) by
[@&#8203;kroimon](https://redirect.github.com/kroimon)
- Add multicast support to udp component
[esphome#8051](https://redirect.github.com/esphome/esphome/pull/8051) by
[@&#8203;HeMan](https://redirect.github.com/HeMan)
- \[display] Properly handle case of auto_clear_enabled: false
[esphome#8156](https://redirect.github.com/esphome/esphome/pull/8156) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[esp32\_rmt] Increase default symbols in led strip and remove IRAM
config
[esphome#8133](https://redirect.github.com/esphome/esphome/pull/8133) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[climate] Accept °K as intended
[esphome#8134](https://redirect.github.com/esphome/esphome/pull/8134) by
[@&#8203;oliv3r](https://redirect.github.com/oliv3r)
- Bump docker/build-push-action from 6.12.0 to 6.13.0 in
/.github/actions/build-image
[esphome#8136](https://redirect.github.com/esphome/esphome/pull/8136) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
[esphome#8137](https://redirect.github.com/esphome/esphome/pull/8137) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/setup-python from 5.3.0 to 5.4.0
[esphome#8154](https://redirect.github.com/esphome/esphome/pull/8154) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/setup-python from 5.3.0 to 5.4.0 in
/.github/actions/restore-python
[esphome#8153](https://redirect.github.com/esphome/esphome/pull/8153) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[remote_transmitter] Fix issues with 32bit rollover on esp8266 and
libretiny
[esphome#8056](https://redirect.github.com/esphome/esphome/pull/8056) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- Use abspath for config path dir
[esphome#8044](https://redirect.github.com/esphome/esphome/pull/8044) by
[@&#8203;NicoIIT](https://redirect.github.com/NicoIIT)
- \[remote_base] Add default value for offset in is_valid
[esphome#8159](https://redirect.github.com/esphome/esphome/pull/8159) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- feat(core): Add support for <...> includes
[esphome#8132](https://redirect.github.com/esphome/esphome/pull/8132) by
[@&#8203;Rapsssito](https://redirect.github.com/Rapsssito)
- Bump zeroconf to 0.143.0
[esphome#8104](https://redirect.github.com/esphome/esphome/pull/8104) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[i2s_audio] Media Player Components PR1
[esphome#8163](https://redirect.github.com/esphome/esphome/pull/8163) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[audio, i2s_audio, speaker] Media Player Components PR2
[esphome#8164](https://redirect.github.com/esphome/esphome/pull/8164) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[audio] Media Player Components PR3
[esphome#8165](https://redirect.github.com/esphome/esphome/pull/8165) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Add virtual get_flags() to GPIOPin and implementation in
InternalGPIOPin derivatives
[esphome#8151](https://redirect.github.com/esphome/esphome/pull/8151) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
- Make get_flags() in GPIOPin mandatory
[esphome#8182](https://redirect.github.com/esphome/esphome/pull/8182) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
- \[audio] Media Player Components PR4
[esphome#8166](https://redirect.github.com/esphome/esphome/pull/8166) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[audio] Media Player Components PR5
[esphome#8167](https://redirect.github.com/esphome/esphome/pull/8167) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[audio] Media Player Components PR6
[esphome#8168](https://redirect.github.com/esphome/esphome/pull/8168) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Remove arm/v7 container image support
[esphome#8194](https://redirect.github.com/esphome/esphome/pull/8194) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[resampler] Media Player Components PR7
[esphome#8169](https://redirect.github.com/esphome/esphome/pull/8169) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[mixer] Media Player Components PR8
[esphome#8170](https://redirect.github.com/esphome/esphome/pull/8170) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- \[CI] Consolidate some tests (A)
[esphome#8184](https://redirect.github.com/esphome/esphome/pull/8184) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (B)
[esphome#8185](https://redirect.github.com/esphome/esphome/pull/8185) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (C)
[esphome#8186](https://redirect.github.com/esphome/esphome/pull/8186) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (D)
[esphome#8189](https://redirect.github.com/esphome/esphome/pull/8189) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (E)
[esphome#8191](https://redirect.github.com/esphome/esphome/pull/8191) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (F)
[esphome#8195](https://redirect.github.com/esphome/esphome/pull/8195) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (G)
[esphome#8196](https://redirect.github.com/esphome/esphome/pull/8196) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (H)
[esphome#8198](https://redirect.github.com/esphome/esphome/pull/8198) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (K, L)
[esphome#8201](https://redirect.github.com/esphome/esphome/pull/8201) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (M)
[esphome#8202](https://redirect.github.com/esphome/esphome/pull/8202) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (I, J)
[esphome#8200](https://redirect.github.com/esphome/esphome/pull/8200) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[i2c] Workaround for i2c on s2
[esphome#8188](https://redirect.github.com/esphome/esphome/pull/8188) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[lvgl] add triggers for swipe gestures
[esphome#8190](https://redirect.github.com/esphome/esphome/pull/8190) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[xxtea] Extract encryption functions to separate component
[esphome#8183](https://redirect.github.com/esphome/esphome/pull/8183) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-integration)
- \[lvgl] Make layouts work properly on base display
[esphome#8193](https://redirect.github.com/esphome/esphome/pull/8193) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[preferences] Better handling of flash_write_interval
[esphome#8199](https://redirect.github.com/esphome/esphome/pull/8199) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[CI] Consolidate some tests (N, O, P)
[esphome#8204](https://redirect.github.com/esphome/esphome/pull/8204) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (Q, R)
[esphome#8205](https://redirect.github.com/esphome/esphome/pull/8205) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[prometheus] Add update entity to prometheus metrics
[esphome#8173](https://redirect.github.com/esphome/esphome/pull/8173) by
[@&#8203;jzucker2](https://redirect.github.com/jzucker2)
- \[uponor_smatrix] add target temperature as sensor
[esphome#7745](https://redirect.github.com/esphome/esphome/pull/7745) by
[@&#8203;janschroeter](https://redirect.github.com/janschroeter)
- \[sdl] Implement binary sensors from keystrokes
[esphome#8207](https://redirect.github.com/esphome/esphome/pull/8207) by
[@&#8203;bdm310](https://redirect.github.com/bdm310) (new-platform)
- Bump the docker-actions group with 2 updates
[esphome#8215](https://redirect.github.com/esphome/esphome/pull/8215) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[esp32\_rmt] Set pull-up and open-drain modes based on pin schema
[esphome#8178](https://redirect.github.com/esphome/esphome/pull/8178) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
(breaking-change)
- Add Toto protocol to remote receiver and transmitter
[esphome#8177](https://redirect.github.com/esphome/esphome/pull/8177) by
[@&#8203;G-Two](https://redirect.github.com/G-Two)
- Markdown tweaks/updates
[esphome#8211](https://redirect.github.com/esphome/esphome/pull/8211) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (S)
[esphome#8206](https://redirect.github.com/esphome/esphome/pull/8206) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (U, V, W, X, Y, Z)
[esphome#8210](https://redirect.github.com/esphome/esphome/pull/8210) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Consolidate some tests (T)
[esphome#8208](https://redirect.github.com/esphome/esphome/pull/8208) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[online_image]Pin specific version of JPEG library
[esphome#8217](https://redirect.github.com/esphome/esphome/pull/8217) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[logger] Add runtime level select
[esphome#8222](https://redirect.github.com/esphome/esphome/pull/8222) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-integration)
- \[online_image] Set Accept header
[esphome#8216](https://redirect.github.com/esphome/esphome/pull/8216) by
[@&#8203;candrews](https://redirect.github.com/candrews)
- \[waveshare_epaper] Rationalise and complete tests
[esphome#8221](https://redirect.github.com/esphome/esphome/pull/8221) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Fix pref conflict of WiFi creds and fast_connect
[esphome#8219](https://redirect.github.com/esphome/esphome/pull/8219) by
[@&#8203;QRPp](https://redirect.github.com/QRPp)
- Don't activate venv in devcontainer
[esphome#8128](https://redirect.github.com/esphome/esphome/pull/8128) by
[@&#8203;kroimon](https://redirect.github.com/kroimon)
- Add ADC sampling method option
[esphome#8131](https://redirect.github.com/esphome/esphome/pull/8131) by
[@&#8203;blind-oracle](https://redirect.github.com/blind-oracle)
- \[ota] Increase socket timeout earlier in OTA script
[esphome#8129](https://redirect.github.com/esphome/esphome/pull/8129) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[speaker] Media Player Components PR9
[esphome#8171](https://redirect.github.com/esphome/esphome/pull/8171) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
(new-integration)
- Add partial update of GDEW029T5 e-paper display
[esphome#8162](https://redirect.github.com/esphome/esphome/pull/8162) by
[@&#8203;mystster](https://redirect.github.com/mystster)
- Add waveshare 2.9inch e-Paper HAT (D)
[esphome#7906](https://redirect.github.com/esphome/esphome/pull/7906) by
[@&#8203;TataGEEK](https://redirect.github.com/TataGEEK)
- \[http_request]Use std::string for headers
[esphome#8225](https://redirect.github.com/esphome/esphome/pull/8225) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[online_image] Improve error handling
[esphome#8212](https://redirect.github.com/esphome/esphome/pull/8212) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[speaker] Bugfix: Ensure all audio is played after completely
decoding a file
[esphome#8231](https://redirect.github.com/esphome/esphome/pull/8231) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[voice_assistant] Add announce support
[esphome#8232](https://redirect.github.com/esphome/esphome/pull/8232) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[prometheus] Adding valve entity metrics
[esphome#8223](https://redirect.github.com/esphome/esphome/pull/8223) by
[@&#8203;jzucker2](https://redirect.github.com/jzucker2)
- Added Waveshare e-paper display model "7.50inv2p" to the
waveshare_epaper component.
[esphome#7751](https://redirect.github.com/esphome/esphome/pull/7751) by
[@&#8203;tmpeh](https://redirect.github.com/tmpeh)
- added Waveshare BWR Mode for the 4.2in Display
[esphome#7995](https://redirect.github.com/esphome/esphome/pull/7995) by
[@&#8203;itpcc](https://redirect.github.com/itpcc)
- Add GDEY029T94 support
[esphome#7931](https://redirect.github.com/esphome/esphome/pull/7931) by
[@&#8203;danielkoek](https://redirect.github.com/danielkoek)
- GDEY042T81 e-paper displays support
[esphome#8061](https://redirect.github.com/esphome/esphome/pull/8061) by
[@&#8203;mgruener](https://redirect.github.com/mgruener)
- Add support for Waveshare 7.3" ACeP 7-Color display
[esphome#6380](https://redirect.github.com/esphome/esphome/pull/6380) by
[@&#8203;NeilSCGH](https://redirect.github.com/NeilSCGH)
- Bump esphome-dashboard to
[`2025021`](https://redirect.github.com/esphome/esphome/commit/20250212).0
[esphome#8235](https://redirect.github.com/esphome/esphome/pull/8235) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[online_image]Fix reset if buffer not allocated
[esphome#8236](https://redirect.github.com/esphome/esphome/pull/8236) by
[@&#8203;guillempages](https://redirect.github.com/guillempages)
- \[core] Ignore dot-prefixed config entries when looking for target
platform
[esphome#8240](https://redirect.github.com/esphome/esphome/pull/8240) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump zeroconf to 0.144.1
[esphome#8238](https://redirect.github.com/esphome/esphome/pull/8238) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[core] Fix `config_dir` for dashboard
[esphome#8242](https://redirect.github.com/esphome/esphome/pull/8242) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[cse7766] Remove `stream` dependency
[esphome#7720](https://redirect.github.com/esphome/esphome/pull/7720) by
[@&#8203;gabest11](https://redirect.github.com/gabest11)
- \[graph] Remove `stream` dependency
[esphome#8243](https://redirect.github.com/esphome/esphome/pull/8243) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[modbus_controller] Remove `stream` dependency
[esphome#8244](https://redirect.github.com/esphome/esphome/pull/8244) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[logger] Fix bug causing global log level to be overwritten
[esphome#8248](https://redirect.github.com/esphome/esphome/pull/8248) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- Add support for the DAC on the S2
[esphome#8030](https://redirect.github.com/esphome/esphome/pull/8030) by
[@&#8203;maraid](https://redirect.github.com/maraid)
- Fix crash when storage file doesnt exist yet
[esphome#8249](https://redirect.github.com/esphome/esphome/pull/8249) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- don't crash on null pages
[esphome#8254](https://redirect.github.com/esphome/esphome/pull/8254) by
[@&#8203;ssieb](https://redirect.github.com/ssieb)
- \[scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds
[esphome#8256](https://redirect.github.com/esphome/esphome/pull/8256) by
[@&#8203;DjordjeMandic](https://redirect.github.com/DjordjeMandic)
(breaking-change)
- Bump zeroconf to 0.144.3
[esphome#8253](https://redirect.github.com/esphome/esphome/pull/8253) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- DHT platform now supports modules with inbuilt external resistor
[esphome#8257](https://redirect.github.com/esphome/esphome/pull/8257) by
[@&#8203;deCodeIt](https://redirect.github.com/deCodeIt)
- Replace glyphsets with esphome_glyphsets
[esphome#8261](https://redirect.github.com/esphome/esphome/pull/8261) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump aioesphomeapi to 29.1.0
[esphome#8105](https://redirect.github.com/esphome/esphome/pull/8105) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump openssh-client to 1:9.2p1-2+deb12u4 to fix docker builds
[esphome#8269](https://redirect.github.com/esphome/esphome/pull/8269) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Increase default repeat delay for Toto remote transmitter protocol
[esphome#8265](https://redirect.github.com/esphome/esphome/pull/8265) by
[@&#8203;G-Two](https://redirect.github.com/G-Two)
- Bump zeroconf to 0.145.1
[esphome#8267](https://redirect.github.com/esphome/esphome/pull/8267) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2025-02-22 09:14:07 +01:00
TrueCharts Bot 9abac3eca7 chore(helm): update image docker 27.5.1 → 28.0.0 (#32419)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | major | `aa3df78` -> `e0b121d` |

---

> [!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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2025-02-22 09:13:50 +01:00
TrueCharts Bot 88b4d06a59 chore(helm): update image ghcr.io/linuxserver/babybuddy 2.7.0 → 2.7.1 (#32429)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/babybuddy](https://redirect.github.com/linuxserver/docker-babybuddy/packages)
([source](https://redirect.github.com/linuxserver/docker-babybuddy)) |
patch | `50eb27c` -> `0dbbdf1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-22 07:30:07 +01:00
TrueCharts Bot 5d0c4c12e8 chore(helm): update rdesktop (#32425)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `b6acda2` -> `44fb3f7` |
| lscr.io/linuxserver/rdesktop | digest | `d2d90a3` -> `ee41dcf` |
| lscr.io/linuxserver/rdesktop | digest | `7fba33e` -> `30c1cfa` |
| lscr.io/linuxserver/rdesktop | digest | `e81d771` -> `b8ec6bc` |
| lscr.io/linuxserver/rdesktop | digest | `f508b97` -> `4db4a5a` |
| lscr.io/linuxserver/rdesktop | digest | `357e673` -> `995cb4c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 07:30:03 +01:00
TrueCharts Bot 9be31ab061 chore(helm): update jupyter 2025-02-21 → 2025-02-22 (patch) (#32430)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/jupyter/all-spark-notebook | patch | `2bcb58a` -> `aa5cd84` |
| quay.io/jupyter/base-notebook | patch | `36a939b` -> `31c5102` |
| quay.io/jupyter/datascience-notebook | patch | `3e5abc8` -> `6556e9a`
|
| quay.io/jupyter/minimal-notebook | patch | `946403e` -> `55d02c1` |
| quay.io/jupyter/pyspark-notebook | patch | `fbd1278` -> `6a07e1f` |
| quay.io/jupyter/r-notebook | patch | `31b1489` -> `5994132` |
| quay.io/jupyter/scipy-notebook | patch | `aaaa44d` -> `d4ad8b5` |
| quay.io/jupyter/tensorflow-notebook | patch | `49013e2` -> `373dd06` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-22 07:29:51 +01:00
TrueCharts Bot 7d1d0e7d04 fix(deps): update module golang.org/x/crypto v0.33.0 → v0.34.0 (clustertool) (#32432)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang.org/x/crypto | require | minor | `v0.33.0` -> `v0.34.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-22 07:23:55 +01:00
TrueCharts Bot 0cac4da74a chore(flux): update image prometheus-operator 11.1.0 → 11.1.1 (clustertool) (#32427)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[prometheus-operator](https://truecharts.org/charts/system/prometheus-operator)
([source](https://redirect.github.com/prometheus-operator)) | patch |
`11.1.0` -> `11.1.1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-22 07:21:26 +01:00
TrueCharts Bot 90c0c150cf chore(helm): update chart kube-prometheus-stack 69.4.0 → 69.4.1 (#32412)
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))
| patch | `69.4.0` -> `69.4.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>

###
[`v69.4.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.4.0...kube-prometheus-stack-69.4.1)

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-02-22 04:12:12 +00:00
TrueCharts Bot 57033572b1 chore(helm): update image public.ecr.aws/bitnami/mongodb 8.0.4 → 8.0.5 (#32415)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[public.ecr.aws/bitnami/mongodb](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/mongodb))
| patch | `10910a7` -> `e5f5d19` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-22 04:11:53 +00:00
TrueCharts Bot 02447395fb chore(helm): update image ghcr.io/open-webui/open-webui digest to 4450eb0 (#32407)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/open-webui/open-webui | digest | `2448a89` -> `4450eb0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 02:03:16 +01:00
TrueCharts Bot ff229fb4e4 chore(helm): update image ghcr.io/onedr0p/qbittorrent digest to 3b7e667 (#32406)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/qbittorrent](https://ghcr.io/onedr0p/qbittorrent)
([source](https://redirect.github.com/qbittorrent/qBittorrent)) | digest
| `a84f7f2` -> `3b7e667` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 02:03:06 +01:00
TrueCharts Bot ff8aa3aec2 chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to a804038 (#32405)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `db45b3f` -> `a804038` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 02:02:22 +01:00
TrueCharts Bot d68b9d8146 chore(helm): update image ghcr.io/linuxserver/fleet digest to 8084624 (#32399)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/fleet](https://redirect.github.com/linuxserver/docker-fleet/packages)
([source](https://redirect.github.com/linuxserver/docker-fleet)) |
digest | `21b65a3` -> `8084624` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 02:01:51 +01:00
TrueCharts Bot 171c3aad54 chore(helm): update image ghcr.io/linuxserver/doublecommander digest to 7712fff (#32398)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/doublecommander | digest | `e4b6845` -> `7712fff`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 02:01:27 +01:00
TrueCharts Bot b7dc0c0f77 chore(helm): update image docker.io/machines/filestash digest to f06cc37 (#32396)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `9ed5552` -> `f06cc37` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 02:00:55 +01:00
TrueCharts Bot 76a84038ce chore(helm): update image docker.io/cthulhoo/ttrss-web-nginx digest to 17bbbfc (#32394)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/cthulhoo/ttrss-web-nginx | digest | `997301a` -> `17bbbfc` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 02:00:12 +01:00
TrueCharts Bot b7d2d0a0dc chore(helm): update image ghcr.io/bakito/adguardhome-sync v0.6.17 → v0.7.0 (#32418)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/bakito/adguardhome-sync | minor | `5c872b7` -> `f4bc047` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-22 01:49:26 +01:00
TrueCharts Bot ed39a4ca68 chore(helm): update image ghcr.io/linuxserver/znc digest to 917deab (#32404)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/znc](https://redirect.github.com/linuxserver/docker-znc/packages)
([source](https://redirect.github.com/linuxserver/docker-znc)) | digest
| `2c2d7ae` -> `917deab` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 01:44:59 +01:00
TrueCharts Bot 7f3a911f88 chore(helm): update image lscr.io/linuxserver/heimdall digest to 4530bb8 (#32409)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/heimdall | digest | `6b36556` -> `4530bb8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 01:43:34 +01:00
TrueCharts Bot bb0c04cba5 chore(helm): update image ghcr.io/linuxserver/smokeping digest to 95c3dcd (#32402)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/smokeping](https://redirect.github.com/linuxserver/docker-smokeping/packages)
([source](https://redirect.github.com/linuxserver/docker-smokeping)) |
digest | `fae29ee` -> `95c3dcd` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 01:43:30 +01:00
TrueCharts Bot 12a563bf7b chore(helm): update image ghcr.io/linuxserver/rsnapshot digest to 679513e (#32401)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/rsnapshot](https://redirect.github.com/linuxserver/docker-rsnapshot/packages)
([source](https://redirect.github.com/linuxserver/docker-rsnapshot)) |
digest | `339cc11` -> `679513e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 01:43:13 +01:00
TrueCharts Bot 83cdb8a906 chore(helm): update image ghcr.io/linuxserver/webgrabplus digest to 98b5343 (#32403)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/webgrabplus](https://redirect.github.com/linuxserver/docker-webgrabplus/packages)
([source](https://redirect.github.com/linuxserver/docker-webgrabplus)) |
digest | `32d6e04` -> `98b5343` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 01:42:43 +01:00
TrueCharts Bot b4ae906a3f chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to 3e3d3b6 (#32400)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/lazylibrarian | digest | `62fd836` -> `3e3d3b6` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 01:41:48 +01:00
TrueCharts Bot cbb94d8a8e chore(helm): update image docker.io/dtjs48jkt/twonkyserver digest to 42ba51e (#32395)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/dtjs48jkt/twonkyserver | digest | `5bd7729` -> `42ba51e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 01:41:07 +01:00
TrueCharts Bot 9520112fd2 chore(helm): update image docker.io/searxng/searxng digest to 0da476f (#32397)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `00c9b06` -> `0da476f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 01:40:18 +01:00
TrueCharts Bot 54af490756 chore(flux): update image renovate 1.12.0 → 1.13.0 (#32417)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [renovate](https://truecharts.org/charts/stable/renovate)
([source](https://redirect.github.com/truecharts/charts/tree/HEAD/charts/stable/renovate))
| minor | `1.12.0` -> `1.13.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-22 01:34:02 +01:00
TrueCharts Bot 49d69620f8 chore(helm): update image ghcr.io/pi-hole/pihole 2025.02.3 → 2025.02.4 (#32414)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/pi-hole/pihole](https://redirect.github.com/pi-hole/docker-pi-hole)
| patch | `83af152` -> `d83cd1c` |

---

> [!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>pi-hole/docker-pi-hole (ghcr.io/pi-hole/pihole)</summary>

###
[`v2025.02.4`](https://redirect.github.com/pi-hole/docker-pi-hole/releases/tag/2025.02.4)

[Compare
Source](https://redirect.github.com/pi-hole/docker-pi-hole/compare/2025.02.3...2025.02.4)

No Docker specific changes in this image - tagged to include the latest
FTL hotfix

#### What's Changed (FTL v6.0.2)

- Fix possible problems with case-encode bigmap array allocation. by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2230](https://redirect.github.com/pi-hole/FTL/pull/2230)
- Update embedded dnsmasq to 2.91rc5 by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2241](https://redirect.github.com/pi-hole/FTL/pull/2241)
- Improve dnsmasq syntax check edge case by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2231](https://redirect.github.com/pi-hole/FTL/pull/2231)
- Increase compatibility with volumes on network shares by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2218](https://redirect.github.com/pi-hole/FTL/pull/2218)
- Make <domain> in revServer *really* optional by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2237](https://redirect.github.com/pi-hole/FTL/pull/2237)

**Full Changelog**:
https://github.com/pi-hole/FTL/compare/v6.0.1...v6.0.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-22 01:30:13 +01:00
TrueCharts Bot 23a6e916ba chore(helm): update image lscr.io/linuxserver/blender digest to 34413d9 (#32408)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/blender | digest | `6c3e6c4` -> `34413d9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 01:29:32 +01:00
TrueCharts Bot 7a464b5c19 chore(flux): update image kubelet-csr-approver 1.4.1 → 1.4.2 (clustertool) (#32411)
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)) | patch |
`1.4.1` -> `1.4.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-22 01:27:13 +01:00
TrueCharts Bot 15b2ff88a0 chore(flux): update image blocky 16.13.5 → 16.13.6 (clustertool) (#32410)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-22 01:27:01 +01:00
TrueCharts Bot 234a3f3f17 chore(flux): update image prometheus-operator 11.0.1 → 11.1.0 (clustertool) (#32416)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[prometheus-operator](https://truecharts.org/charts/system/prometheus-operator)
([source](https://redirect.github.com/prometheus-operator)) | minor |
`11.0.1` -> `11.1.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-22 01:26:09 +01:00
TrueCharts Bot 670e52a9be chore(helm): update chart redis 15.6.4 → 15.6.5 (#32387)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/stable/redis)
([source](https://gallery.ecr.aws/bitnami/redis)) | patch | `15.6.4` ->
`15.6.5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-02-21 19:39:28 +00:00
TrueCharts Bot f0c30ad214 chore(helm): update image tccr.io/tccr/code-server v4.96.4 → v4.97.2 (#32393)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/code-server](https://redirect.github.com/truecharts/public)
| minor | `e818431` -> `1f828b3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->

---------

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-02-21 19:21:20 +00:00
TrueCharts Bot 194342d6c4 chore(helm): update chart mongodb 15.3.3 → 15.3.4 (#32386) 2025-02-21 20:01:54 +01:00
TrueCharts Bot e2ebfb3f65 chore(helm): update chart clickhouse 15.0.3 → 15.0.4 (#32385) 2025-02-21 20:01:52 +01:00
TrueCharts Bot 192477e955 chore(helm): update chart kube-prometheus-stack 69.3.3 → 69.4.0 (#32390) 2025-02-21 20:01:43 +01:00
TrueCharts Bot 051fd6965f chore(helm): update image ghcr.io/linuxserver/emulatorjs digest to 48a03f4 (#32380) 2025-02-21 20:01:35 +01:00
TrueCharts Bot 686a272c56 chore(helm): update image docker.io/renovate/renovate 39.173.1 → 39.176.4 (#32391)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | minor |
-> |

---

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

###
[`v39.176.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.176.4)

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

##### Miscellaneous Chores

- drop swc, we don't use it
([#&#8203;34337](https://redirect.github.com/renovatebot/renovate/issues/34337))
([407829e](https://redirect.github.com/renovatebot/renovate/commit/407829e28846ed52c656f3b91a4d3358b6970707))

##### Tests

- **bazel-module:** do not rely on fragments to test rules
([#&#8203;34298](https://redirect.github.com/renovatebot/renovate/issues/34298))
([14fd37f](https://redirect.github.com/renovatebot/renovate/commit/14fd37f98f63c6984d351d022122465c3a0b81b3))

##### Build System

- restrict postinstall scripts
([#&#8203;34339](https://redirect.github.com/renovatebot/renovate/issues/34339))
([9e02ab6](https://redirect.github.com/renovatebot/renovate/commit/9e02ab69917893d67b777e2230a309dd38e07273))

###
[`v39.176.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.176.3)

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

##### Build System

- **docker:** disable cache-from and don't allow to fail on release
([#&#8203;34334](https://redirect.github.com/renovatebot/renovate/issues/34334))
([7b7a6a6](https://redirect.github.com/renovatebot/renovate/commit/7b7a6a60e3ab45e521b06b639510154b5a34e62b))

###
[`v39.176.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.176.2)

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

##### Bug Fixes

- **build:** revert recent pnpmjs changes
([#&#8203;34330](https://redirect.github.com/renovatebot/renovate/issues/34330))
([4017a4a](https://redirect.github.com/renovatebot/renovate/commit/4017a4a68c51c35441343e301e9a96802d0a4ca8))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;swc/core](https://redirect.github.com/swc/core) to v1.10.16
([#&#8203;34332](https://redirect.github.com/renovatebot/renovate/issues/34332))
([f4bf1bf](https://redirect.github.com/renovatebot/renovate/commit/f4bf1bf6bc130983e173f2fc91809fd4ad9698f1))

##### Code Refactoring

- **bazel-module:** Move files that support parsing to ./parser
([#&#8203;34299](https://redirect.github.com/renovatebot/renovate/issues/34299))
([ac782ba](https://redirect.github.com/renovatebot/renovate/commit/ac782ba07e5acaa8e4076977ef13c1afb1a7abba))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-21 19:01:33 +00:00
TrueCharts Bot ce739cff9f chore(helm): update image ghcr.io/linuxserver/mstream digest to f549a5c (#32382)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mstream](https://redirect.github.com/linuxserver/docker-mstream/packages)
([source](https://redirect.github.com/linuxserver/docker-mstream)) |
digest | `14f49bf` -> `f549a5c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-21 20:01:27 +01:00
TrueCharts Bot e604fc1158 chore(helm): update image ghcr.io/ix-ai/smtp v0.7.3 → v0.7.4 (#32388)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/ix-ai/smtp](https://gitlab.com/ix.ai/smtp) | patch |
`3197e36` -> `a4a08d1` |

---

> [!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>ix.ai/smtp (ghcr.io/ix-ai/smtp)</summary>

### [`v0.7.4`](https://gitlab.com/ix.ai/smtp/tags/v0.7.4)

[Compare Source](https://gitlab.com/ix.ai/smtp/compare/v0.7.3...v0.7.4)

#### Release v0.7.4
 
* d314470 Switch from docker.io to ecr.aws

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-21 20:01:15 +01:00
TrueCharts Bot 15015fac18 chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to 5b06913 (#32378) 2025-02-21 20:00:38 +01:00
TrueCharts Bot 3ddb10d944 chore(helm): update image ghcr.io/linuxserver/medusa digest to cb3c0c3 (#32381) 2025-02-21 20:00:19 +01:00
TrueCharts Bot fcc51b58b1 chore(helm): update image ghcr.io/linuxserver/boinc digest to 554c299 (#32379)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/boinc | digest | `efdfecb` -> `554c299` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-21 19:59:51 +01:00
TrueCharts Bot 379a4f8214 chore(helm): update image docker.io/iyuucn/iyuuplus digest to 9d420fd (#32377)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/iyuucn/iyuuplus | digest | `b5a6fb2` -> `9d420fd` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-21 19:59:36 +01:00
TrueCharts Bot 6ee487b7e5 chore(helm): update image ghcr.io/linuxserver/piwigo 15.3.0 → 15.4.0 (#32392)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/piwigo](https://redirect.github.com/linuxserver/docker-piwigo/packages)
([source](https://redirect.github.com/linuxserver/docker-piwigo)) |
minor | `9e4df32` -> `507cfff` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-21 18:31:35 +00:00
TrueCharts Bot c13664e93f chore(helm): update image ghcr.io/postfinance/kubelet-csr-approver v1.2.5 → v1.2.6 (#32389)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/postfinance/kubelet-csr-approver](https://images.chainguard.dev/directory/image/static/overview)
([source](https://redirect.github.com/chainguard-images/images/tree/HEAD/images/static))
| patch | -> |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-21 19:31:06 +01:00
TrueCharts Bot fa64e492ef chore(helm): update image ghcr.io/linuxserver/sickchill digest to 66e4b47 (#32383)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/sickchill](https://redirect.github.com/linuxserver/docker-sickchill/packages)
([source](https://redirect.github.com/linuxserver/docker-sickchill)) |
digest | `3cb3394` -> `66e4b47` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-21 19:30:04 +01:00
TrueCharts Bot 3d6289d3a7 chore(flux): update image jackett 23.3.26 → 23.3.27 (#32384)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jackett](https://truecharts.org/charts/stable/jackett)
([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.3.26` ->
`23.3.27` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-21 19:19:03 +01:00
gismo2004 9cabe13163 docs(miniflux) remove docs (#32376)
**Description**

There is absolutely no need to document anything for this app. 

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-02-21 18:17:36 +01:00
gismo2004 441c70c8f3 docs(jellyseerr) update docs (#32375)
**Description**

remove scale refs

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-02-21 16:53:21 +00:00