Commit Graph

37422 Commits

Author SHA1 Message Date
TrueCharts Bot da66cfbbff chore(helm): update image ghcr.io/ich777/steamcmd digest to 3697ecf (#29445)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/ich777/steamcmd | digest | `3b0e7be` -> `3697ecf` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-16 00:27:38 +01:00
TrueCharts Bot 676b4e7b12 chore(helm): update image docker.io/wiserain/flexget 3.11.56 → 3.11.57 (#29457) 2024-11-16 00:25:23 +01:00
TrueCharts Bot 2052f80fa5 chore(helm): update image ghcr.io/ich777/thunderbird digest to 5c7ab7c (#29454) 2024-11-16 00:25:18 +01:00
TrueCharts Bot 3fbef65029 chore(flux): update image blocky 16.6.3 → 16.6.4 (clustertool) (#29455)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-16 00:20:38 +01:00
Kjeld Schouten 605435034e fix more dockerhub crap 2024-11-15 23:56:32 +01:00
Kjeld Schouten 9c7f751e97 yes 2024-11-15 23:55:14 +01:00
Kjeld Schouten 26eb10794a chore(ich777 containers): move to ghcr 2024-11-15 23:47:55 +01:00
Kjeld Schouten bb1acc4d13 disable weirdness for now 2024-11-15 23:38:31 +01:00
spagno 49e5080d3c fix(blocky): update blocky dashboard (#29316)
The dashboard shipped with truecharts uses old metric
"blocky_blacklist_cache" and some panels don't work


![immagine](https://github.com/user-attachments/assets/79f9451a-cdf4-45fe-9c37-4d596f61f6c0)

I updated the dashboard to rev4 and also normalized the json with jq.
now it uses the metric "blocky_denylist_cache" and the panel has data


![immagine](https://github.com/user-attachments/assets/21aa9784-6b3e-4f41-8832-7afba2662190)

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
2024-11-15 22:32:11 +00:00
Kjeld Schouten c0d3105f10 ensure renovate uses pullthrough-cache 2024-11-15 23:15:09 +01:00
gismo2004 4f13196df4 fix(clustertool) fix shamir_threshold check (#29302)
**Description**
current implementation just checks the first line of the file as it
exits in the “else”

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

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
Local go test file. 

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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):` or `chore(chart-name):`

** 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._
2024-11-15 22:58:53 +01:00
TrueCharts Bot a26fe9b1ef chore(helm): update image docker.io/victoriametrics/victoria-metrics v1.106.0 → v1.107.0 (#29430) 2024-11-15 21:46:23 +01:00
TrueCharts Bot 71e2d1cc0d chore(helm): update image docker.io/shaarli/shaarli v0.13.0 → v0.14.0 (#29429) 2024-11-15 21:46:11 +01:00
TrueCharts Bot f4eee66388 chore(helm): update image ghcr.io/elfhosted/zilean v2.0.2 → v2.1.1 (#29431)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/zilean | minor | `c80b953` -> `735eb2f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-15 21:42:00 +01:00
TrueCharts Bot fe277169e6 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.937 → 0.22.938 (#29428)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `e109459` -> `dc878a4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-15 21:40:45 +01:00
TrueCharts Bot 06ee9e9f9d chore(helm): update image docker.io/homeassistant/home-assistant 2024.11.1 → 2024.11.2 (#29425)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://redirect.github.com/home-assistant/core)) | patch |
`c01d6c5` -> `2ddb0ce` |

---

> [!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>home-assistant/core
(docker.io/homeassistant/home-assistant)</summary>

###
[`v2024.11.2`](https://redirect.github.com/home-assistant/core/releases/tag/2024.11.2)

[Compare
Source](https://redirect.github.com/home-assistant/core/compare/2024.11.1...2024.11.2)

- Bump aiohttp to 3.10.11 ([@&#8203;bdraco] - [#&#8203;130483])
(dependency)
- Fix RecursionError in Husqvarna Automower coordinator
([@&#8203;Thomas55555] - [#&#8203;123085]) ([husqvarna_automower docs])
- Bump python-linkplay to v0.0.18 ([@&#8203;silamon] - [#&#8203;130159])
([linkplay docs]) (dependency)
- Allow dynamic max preset in linkplay play preset ([@&#8203;silamon] -
[#&#8203;130160]) ([linkplay docs])
- No longer thrown an error when device is offline in linkplay
([@&#8203;silamon] - [#&#8203;130161]) ([linkplay docs])
- Fix translations in ollama ([@&#8203;sheldonip] - [#&#8203;130164])
([ollama docs])
- Bump nice-go to 0.3.10 ([@&#8203;IceBotYT] - [#&#8203;130173])
([nice_go docs]) (dependency)
- Fix wording in Google Calendar create_event strings for consistency
([@&#8203;maxshcherbina] - [#&#8203;130183]) ([google docs])
- Fix uptime sensor for Vodafone Station ([@&#8203;chemelli74] -
[#&#8203;130215]) ([vodafone_station docs])
- Bump pyTibber ([@&#8203;Danielhiversen] - [#&#8203;130216]) ([tibber
docs]) (dependency)
- Bump SoCo to 0.30.6 ([@&#8203;jjlawren] - [#&#8203;130223]) ([sonos
docs]) (dependency)
- Bump google-nest-sdm to 6.1.5 ([@&#8203;allenporter] -
[#&#8203;130229]) ([nest docs]) (dependency)
- Rename "CO2 Signal" display name to Electricity Maps for consistency
([@&#8203;corradio] - [#&#8203;130242]) ([co2signal docs])
- Update generic thermostat strings for clarity and accuracy
([@&#8203;maxshcherbina] - [#&#8203;130243]) ([generic_thermostat docs])
- Fix translation key for `done` response in conversation
([@&#8203;mib1185] - [#&#8203;130247]) ([conversation docs])
- Improve nest camera stream expiration to be defensive against errors
([@&#8203;allenporter] - [#&#8203;130265]) ([nest docs])
- Add more f-series models to myuplink ([@&#8203;astrandb] -
[#&#8203;130283]) ([myuplink docs])
- Make Hydrawise poll non-critical data less frequently
([@&#8203;dknowles2] - [#&#8203;130289]) ([hydrawise docs])
- Ignore WebRTC candidates for nest cameras ([@&#8203;allenporter] -
[#&#8203;130294]) ([nest docs])
- Avoid Shelly data update during shutdown ([@&#8203;chemelli74] -
[#&#8203;130301]) ([shelly docs])
- Fix Homekit error handling alarm state unknown or unavailable
([@&#8203;gjohansson-ST] - [#&#8203;130311]) ([homekit docs])
- Fix fan's warning TURN_ON, TURN_OFF ([@&#8203;LG-ThinQ-Integration] -
[#&#8203;130327]) ([lg_thinq docs])
- Bump python-linkplay to 0.0.20 ([@&#8203;silamon] - [#&#8203;130348])
([linkplay docs])
- Add seek support to LinkPlay ([@&#8203;silamon] - [#&#8203;130349])
([linkplay docs])
- Add Spotify and Tidal to playingmode mapping ([@&#8203;silamon] -
[#&#8203;130351]) ([linkplay docs])
- Disable brightness from devices with no display in Cambridge Audio
([@&#8203;noahhusby] - [#&#8203;130369]) ([cambridge_audio docs])
(dependency)
- Use f-strings in go2rtc code and test and do not use abbreviation
([@&#8203;jbouwh] - [#&#8203;130158]) ([go2rtc docs])
- Fix typo in go2rtc ([@&#8203;jbouwh] - [#&#8203;130165]) ([go2rtc
docs])
- Go2rtc bump and set ffmpeg logs to debug ([@&#8203;edenhaus] -
[#&#8203;130371]) ([go2rtc docs]) (dependency)
- Bump spotifyaio to 0.8.8 ([@&#8203;joostlek] - [#&#8203;130372])
([spotify docs])
- Bump Tibber 0.30.8 ([@&#8203;Danielhiversen] - [#&#8203;130388])
([tibber docs]) (dependency)
- Fix missing title placeholders in powerwall reauth ([@&#8203;bdraco] -
[#&#8203;130389]) ([powerwall docs])
- Bump ring library ring-doorbell to 0.9.9 ([@&#8203;sdb9696] -
[#&#8203;129966]) ([ring docs]) (dependency)
- Bump ring-doorbell to 0.9.12 ([@&#8203;sdb9696] - [#&#8203;130419])
([ring docs]) (dependency)
- Do not trigger events for updated ring events ([@&#8203;sdb9696] -
[#&#8203;130430]) ([ring docs])
- Add title to water heater component ([@&#8203;joostlek] -
[#&#8203;130446]) ([water_heater docs])
- Fix translation in statistics ([@&#8203;gjohansson-ST] -
[#&#8203;130455]) ([statistics docs])
- Fix typo in file strings ([@&#8203;KelvinDekker] - [#&#8203;130465])
([file docs])
- Bump aiowithings to 3.1.2 ([@&#8203;joostlek] - [#&#8203;130469])
([withings docs])
- Ensure ZHA setup works with container installs ([@&#8203;puddly] -
[#&#8203;130470]) ([zha docs])
- Fix legacy \_attr_state handling in AlarmControlPanel
([@&#8203;gjohansson-ST] - [#&#8203;130479]) ([alarm_control_panel
docs])
- Bump reolink_aio to 0.11.0 ([@&#8203;starkillerOG] - [#&#8203;130481])
([reolink docs]) (dependency)
- Fix translations in subaru ([@&#8203;sheldonip] - [#&#8203;130486])
([subaru docs])
- Bump aioruckus to 0.42 ([@&#8203;ms264556] - [#&#8203;130487])
([ruckus_unleashed docs]) (dependency)
- Bump go2rtc-client to 0.1.1 ([@&#8203;edenhaus] - [#&#8203;130498])
([go2rtc docs]) (dependency)
- Bump aiowithings to 3.1.3 ([@&#8203;joostlek] - [#&#8203;130504])
([withings docs])
- Add go2rtc recommended version ([@&#8203;edenhaus] - [#&#8203;130508])
([go2rtc docs])
- fix translation in srp_energy ([@&#8203;briglx] - [#&#8203;130540])
([srp_energy docs])
- Fix non-thread-safe operation in powerview number ([@&#8203;bdraco] -
[#&#8203;130557]) ([hunterdouglas_powerview docs])
- Bump ZHA dependencies ([@&#8203;puddly] - [#&#8203;130563]) ([zha
docs])
- Update uptime deviation for Vodafone Station ([@&#8203;chemelli74] -
[#&#8203;130571]) ([vodafone_station docs])
- Fixes webhook schema for different temp and volume units
([@&#8203;JohNan] - [#&#8203;130578]) ([plaato docs]) (dependency)
- Bump reolink-aio to 0.11.1 ([@&#8203;starkillerOG] - [#&#8203;130600])
([reolink docs]) (dependency)
- Fix hassfest by adding go2rtc reqs ([@&#8203;edenhaus] -
[#&#8203;130602])
- Add missing translation string to smarty ([@&#8203;epenet] -
[#&#8203;130624]) ([smarty docs])
- Bump sense-energy to 0.13.4 ([@&#8203;kbickar] - [#&#8203;130625])
([sense docs]) ([emulated_kasa docs]) (dependency)
- Fix scene loading issue ([@&#8203;alistairg] - [#&#8203;130627]) ([hue
docs])
- Add missing translation string to hvv_departures ([@&#8203;epenet] -
[#&#8203;130634]) ([hvv_departures docs])
- Add missing translation string to lg_netcast ([@&#8203;epenet] -
[#&#8203;130635]) ([lg_netcast docs])
- Add missing translation string to philips_js ([@&#8203;epenet] -
[#&#8203;130637]) ([philips_js docs])
- Bump pyplaato to 0.0.19 ([@&#8203;JohNan] - [#&#8203;130641]) ([plaato
docs]) (dependency)
- Remove dumping config entry to log in setup of roborock
([@&#8203;jpbede] - [#&#8203;130648]) ([roborock docs])
- Fix missing translations in vilfo ([@&#8203;epenet] -
[#&#8203;130650]) ([vilfo docs])
- Fix missing translations in utility_meter ([@&#8203;epenet] -
[#&#8203;130652]) ([utility_meter docs])
- Fix missing translations in tradfri ([@&#8203;epenet] -
[#&#8203;130654]) ([tradfri docs])
- Fix missing translations in toon ([@&#8203;epenet] - [#&#8203;130655])
([toon docs])
- Fix missing translations in madvr ([@&#8203;epenet] -
[#&#8203;130656]) ([madvr docs])
- Fix missing translations in generic ([@&#8203;epenet] -
[#&#8203;130672]) ([generic docs])
- Fix missing translations in onewire ([@&#8203;epenet] -
[#&#8203;130673]) ([onewire docs])
- Bump python-smarttub to 0.0.38 ([@&#8203;mdz] - [#&#8203;130679])
([smarttub docs]) (dependency)

[#&#8203;123085]:
https://redirect.github.com/home-assistant/core/pull/123085

[#&#8203;129966]:
https://redirect.github.com/home-assistant/core/pull/129966

[#&#8203;129970]:
https://redirect.github.com/home-assistant/core/pull/129970

[#&#8203;130156]:
https://redirect.github.com/home-assistant/core/pull/130156

[#&#8203;130158]:
https://redirect.github.com/home-assistant/core/pull/130158

[#&#8203;130159]:
https://redirect.github.com/home-assistant/core/pull/130159

[#&#8203;130160]:
https://redirect.github.com/home-assistant/core/pull/130160

[#&#8203;130161]:
https://redirect.github.com/home-assistant/core/pull/130161

[#&#8203;130164]:
https://redirect.github.com/home-assistant/core/pull/130164

[#&#8203;130165]:
https://redirect.github.com/home-assistant/core/pull/130165

[#&#8203;130173]:
https://redirect.github.com/home-assistant/core/pull/130173

[#&#8203;130183]:
https://redirect.github.com/home-assistant/core/pull/130183

[#&#8203;130215]:
https://redirect.github.com/home-assistant/core/pull/130215

[#&#8203;130216]:
https://redirect.github.com/home-assistant/core/pull/130216

[#&#8203;130223]:
https://redirect.github.com/home-assistant/core/pull/130223

[#&#8203;130229]:
https://redirect.github.com/home-assistant/core/pull/130229

[#&#8203;130242]:
https://redirect.github.com/home-assistant/core/pull/130242

[#&#8203;130243]:
https://redirect.github.com/home-assistant/core/pull/130243

[#&#8203;130247]:
https://redirect.github.com/home-assistant/core/pull/130247

[#&#8203;130265]:
https://redirect.github.com/home-assistant/core/pull/130265

[#&#8203;130283]:
https://redirect.github.com/home-assistant/core/pull/130283

[#&#8203;130289]:
https://redirect.github.com/home-assistant/core/pull/130289

[#&#8203;130294]:
https://redirect.github.com/home-assistant/core/pull/130294

[#&#8203;130301]:
https://redirect.github.com/home-assistant/core/pull/130301

[#&#8203;130311]:
https://redirect.github.com/home-assistant/core/pull/130311

[#&#8203;130327]:
https://redirect.github.com/home-assistant/core/pull/130327

[#&#8203;130348]:
https://redirect.github.com/home-assistant/core/pull/130348

[#&#8203;130349]:
https://redirect.github.com/home-assistant/core/pull/130349

[#&#8203;130351]:
https://redirect.github.com/home-assistant/core/pull/130351

[#&#8203;130369]:
https://redirect.github.com/home-assistant/core/pull/130369

[#&#8203;130371]:
https://redirect.github.com/home-assistant/core/pull/130371

[#&#8203;130372]:
https://redirect.github.com/home-assistant/core/pull/130372

[#&#8203;130388]:
https://redirect.github.com/home-assistant/core/pull/130388

[#&#8203;130389]:
https://redirect.github.com/home-assistant/core/pull/130389

[#&#8203;130419]:
https://redirect.github.com/home-assistant/core/pull/130419

[#&#8203;130430]:
https://redirect.github.com/home-assistant/core/pull/130430

[#&#8203;130446]:
https://redirect.github.com/home-assistant/core/pull/130446

[#&#8203;130455]:
https://redirect.github.com/home-assistant/core/pull/130455

[#&#8203;130465]:
https://redirect.github.com/home-assistant/core/pull/130465

[#&#8203;130469]:
https://redirect.github.com/home-assistant/core/pull/130469

[#&#8203;130470]:
https://redirect.github.com/home-assistant/core/pull/130470

[#&#8203;130479]:
https://redirect.github.com/home-assistant/core/pull/130479

[#&#8203;130481]:
https://redirect.github.com/home-assistant/core/pull/130481

[#&#8203;130483]:
https://redirect.github.com/home-assistant/core/pull/130483

[#&#8203;130486]:
https://redirect.github.com/home-assistant/core/pull/130486

[#&#8203;130487]:
https://redirect.github.com/home-assistant/core/pull/130487

[#&#8203;130498]:
https://redirect.github.com/home-assistant/core/pull/130498

[#&#8203;130504]:
https://redirect.github.com/home-assistant/core/pull/130504

[#&#8203;130508]:
https://redirect.github.com/home-assistant/core/pull/130508

[#&#8203;130540]:
https://redirect.github.com/home-assistant/core/pull/130540

[#&#8203;130557]:
https://redirect.github.com/home-assistant/core/pull/130557

[#&#8203;130563]:
https://redirect.github.com/home-assistant/core/pull/130563

[#&#8203;130571]:
https://redirect.github.com/home-assistant/core/pull/130571

[#&#8203;130578]:
https://redirect.github.com/home-assistant/core/pull/130578

[#&#8203;130600]:
https://redirect.github.com/home-assistant/core/pull/130600

[#&#8203;130602]:
https://redirect.github.com/home-assistant/core/pull/130602

[#&#8203;130624]:
https://redirect.github.com/home-assistant/core/pull/130624

[#&#8203;130625]:
https://redirect.github.com/home-assistant/core/pull/130625

[#&#8203;130627]:
https://redirect.github.com/home-assistant/core/pull/130627

[#&#8203;130634]:
https://redirect.github.com/home-assistant/core/pull/130634

[#&#8203;130635]:
https://redirect.github.com/home-assistant/core/pull/130635

[#&#8203;130637]:
https://redirect.github.com/home-assistant/core/pull/130637

[#&#8203;130641]:
https://redirect.github.com/home-assistant/core/pull/130641

[#&#8203;130648]:
https://redirect.github.com/home-assistant/core/pull/130648

[#&#8203;130650]:
https://redirect.github.com/home-assistant/core/pull/130650

[#&#8203;130652]:
https://redirect.github.com/home-assistant/core/pull/130652

[#&#8203;130654]:
https://redirect.github.com/home-assistant/core/pull/130654

[#&#8203;130655]:
https://redirect.github.com/home-assistant/core/pull/130655

[#&#8203;130656]:
https://redirect.github.com/home-assistant/core/pull/130656

[#&#8203;130672]:
https://redirect.github.com/home-assistant/core/pull/130672

[#&#8203;130673]:
https://redirect.github.com/home-assistant/core/pull/130673

[#&#8203;130679]:
https://redirect.github.com/home-assistant/core/pull/130679

[@&#8203;Danielhiversen]: https://redirect.github.com/Danielhiversen

[@&#8203;IceBotYT]: https://redirect.github.com/IceBotYT

[@&#8203;JohNan]: https://redirect.github.com/JohNan

[@&#8203;KelvinDekker]: https://redirect.github.com/KelvinDekker

[@&#8203;LG-ThinQ-Integration]:
https://redirect.github.com/LG-ThinQ-Integration

[@&#8203;Thomas55555]: https://redirect.github.com/Thomas55555

[@&#8203;alistairg]: https://redirect.github.com/alistairg

[@&#8203;allenporter]: https://redirect.github.com/allenporter

[@&#8203;astrandb]: https://redirect.github.com/astrandb

[@&#8203;bdraco]: https://redirect.github.com/bdraco

[@&#8203;briglx]: https://redirect.github.com/briglx

[@&#8203;chemelli74]: https://redirect.github.com/chemelli74

[@&#8203;corradio]: https://redirect.github.com/corradio

[@&#8203;dknowles2]: https://redirect.github.com/dknowles2

[@&#8203;edenhaus]: https://redirect.github.com/edenhaus

[@&#8203;epenet]: https://redirect.github.com/epenet

[@&#8203;frenck]: https://redirect.github.com/frenck

[@&#8203;gjohansson-ST]: https://redirect.github.com/gjohansson-ST

[@&#8203;jbouwh]: https://redirect.github.com/jbouwh

[@&#8203;jjlawren]: https://redirect.github.com/jjlawren

[@&#8203;joostlek]: https://redirect.github.com/joostlek

[@&#8203;jpbede]: https://redirect.github.com/jpbede

[@&#8203;kbickar]: https://redirect.github.com/kbickar

[@&#8203;maxshcherbina]: https://redirect.github.com/maxshcherbina

[@&#8203;mdz]: https://redirect.github.com/mdz

[@&#8203;mib1185]: https://redirect.github.com/mib1185

[@&#8203;ms264556]: https://redirect.github.com/ms264556

[@&#8203;noahhusby]: https://redirect.github.com/noahhusby

[@&#8203;puddly]: https://redirect.github.com/puddly

[@&#8203;sdb9696]: https://redirect.github.com/sdb9696

[@&#8203;sheldonip]: https://redirect.github.com/sheldonip

[@&#8203;silamon]: https://redirect.github.com/silamon

[@&#8203;starkillerOG]: https://redirect.github.com/starkillerOG

[alarm_control_panel docs]:
https://www.home-assistant.io/integrations/alarm_control_panel/

[cambridge_audio docs]:
https://www.home-assistant.io/integrations/cambridge_audio/

[co2signal docs]: https://www.home-assistant.io/integrations/co2signal/

[conversation docs]:
https://www.home-assistant.io/integrations/conversation/

[emulated_kasa docs]:
https://www.home-assistant.io/integrations/emulated_kasa/

[file docs]: https://www.home-assistant.io/integrations/file/

[generic docs]: https://www.home-assistant.io/integrations/generic/

[generic_thermostat docs]:
https://www.home-assistant.io/integrations/generic_thermostat/

[go2rtc docs]: https://www.home-assistant.io/integrations/go2rtc/

[google docs]: https://www.home-assistant.io/integrations/google/

[homekit docs]: https://www.home-assistant.io/integrations/homekit/

[hue docs]: https://www.home-assistant.io/integrations/hue/

[hunterdouglas_powerview docs]:
https://www.home-assistant.io/integrations/hunterdouglas_powerview/

[husqvarna_automower docs]:
https://www.home-assistant.io/integrations/husqvarna_automower/

[hvv_departures docs]:
https://www.home-assistant.io/integrations/hvv_departures/

[hydrawise docs]: https://www.home-assistant.io/integrations/hydrawise/

[lg_netcast docs]:
https://www.home-assistant.io/integrations/lg_netcast/

[lg_thinq docs]: https://www.home-assistant.io/integrations/lg_thinq/

[linkplay docs]: https://www.home-assistant.io/integrations/linkplay/

[madvr docs]: https://www.home-assistant.io/integrations/madvr/

[myuplink docs]: https://www.home-assistant.io/integrations/myuplink/

[nest docs]: https://www.home-assistant.io/integrations/nest/

[nice_go docs]: https://www.home-assistant.io/integrations/nice_go/

[ollama docs]: https://www.home-assistant.io/integrations/ollama/

[onewire docs]: https://www.home-assistant.io/integrations/onewire/

[philips_js docs]:
https://www.home-assistant.io/integrations/philips_js/

[plaato docs]: https://www.home-assistant.io/integrations/plaato/

[powerwall docs]: https://www.home-assistant.io/integrations/powerwall/

[reolink docs]: https://www.home-assistant.io/integrations/reolink/

[ring docs]: https://www.home-assistant.io/integrations/ring/

[roborock docs]: https://www.home-assistant.io/integrations/roborock/

[ruckus_unleashed docs]:
https://www.home-assistant.io/integrations/ruckus_unleashed/

[sense docs]: https://www.home-assistant.io/integrations/sense/

[shelly docs]: https://www.home-assistant.io/integrations/shelly/

[smarttub docs]: https://www.home-assistant.io/integrations/smarttub/

[smarty docs]: https://www.home-assistant.io/integrations/smarty/

[sonos docs]: https://www.home-assistant.io/integrations/sonos/

[spotify docs]: https://www.home-assistant.io/integrations/spotify/

[srp_energy docs]:
https://www.home-assistant.io/integrations/srp_energy/

[statistics docs]:
https://www.home-assistant.io/integrations/statistics/

[subaru docs]: https://www.home-assistant.io/integrations/subaru/

[tibber docs]: https://www.home-assistant.io/integrations/tibber/

[toon docs]: https://www.home-assistant.io/integrations/toon/

[tradfri docs]: https://www.home-assistant.io/integrations/tradfri/

[utility_meter docs]:
https://www.home-assistant.io/integrations/utility_meter/

[vilfo docs]: https://www.home-assistant.io/integrations/vilfo/

[vodafone_station docs]:
https://www.home-assistant.io/integrations/vodafone_station/

[water_heater docs]:
https://www.home-assistant.io/integrations/water_heater/

[withings docs]: https://www.home-assistant.io/integrations/withings/

[zha docs]: https://www.home-assistant.io/integrations/zha/

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-15 21:40:14 +01:00
TrueCharts Bot a9d0af5fcd chore(helm): update image ghcr.io/drakkan/sftpgo v2.6.2 → v2.6.3 (#29427)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/drakkan/sftpgo](https://redirect.github.com/drakkan/sftpgo) |
patch | `f1426b7` -> `9715609` |

---

> [!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>drakkan/sftpgo (ghcr.io/drakkan/sftpgo)</summary>

###
[`v2.6.3`](https://redirect.github.com/drakkan/sftpgo/releases/tag/v2.6.3)

[Compare
Source](https://redirect.github.com/drakkan/sftpgo/compare/v2.6.2...v2.6.3)

#### New features

- EventManager: system commands are disabled by default and an allow
list has been added to explicitly define which ones are allowed.
-   EventManager: add `{{EscapedVirtualPath}}` placeholder.
-   EventManager: add `{{DateTime}}` placeholder.

#### Bug Fixes

- WebAdmin: check CSRF header when deleting blocked hosts in the same
way we already do for all other state-changing endpoints.
- WebAdmin: correctly display multiple active connections for the same
session.
-   WebClient: improve readability of upload progress.
-   Plugins: fix passing additional environment variables.

#### Backward incompatible changes

If you rely on EventManager to execute system commands, you should add
the commands to the allowed list like this:


`SFTPGO_COMMON__EVENT_MANAGER__ENABLED_COMMANDS="/bin/command1,/usr/bin/command2"`

The following admin permissions have been removed:

-   manage_admins
-   manage_apikeys
-   manage_system
-   retention_checks
-   manage_event_rules
-   manage_roles
-   manage_ip_lists

Now you need to add the `*` permission to replace the removed granular
permissions because the removed permissions allow actions that should
only be allowed to super administrators.
For example, you can define an administrator with the `manage_system`
permission and not with the `manage_admins` or `manage_user` permission,
but the `manage_system` permission allows you to restore a backup and
then create users and administrators.
There is no point in having separate, overlapping permissions.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-15 21:40:00 +01:00
TrueCharts Bot cc25bf8fb4 chore(helm): update image docker.io/ipfs/kubo v0.32.0 → v0.32.1 (#29426)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ipfs/kubo | patch | `6590cc3` -> `7cc0e0d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-15 21:38:04 +01:00
TrueCharts Bot 30aa86cf1d chore(helm): update rdesktop (#29424) 2024-11-15 21:37:35 +01:00
TrueCharts Bot e23316ff27 chore(helm): update image docker.io/linuxserver/heimdall digest to d3c1028 (#29421) 2024-11-15 21:37:28 +01:00
TrueCharts Bot 1c5bbc79e5 chore(helm): update image lscr.io/linuxserver/pyload-ng digest to 53ce0f4 (#29423)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/pyload-ng | digest | `c85e635` -> `53ce0f4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 21:36:21 +01:00
TrueCharts Bot 6c06a8a5eb chore(helm): update image ghcr.io/linuxserver/davos digest to 11f7002 (#29422)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/davos](https://redirect.github.com/linuxserver/docker-davos/packages)
([source](https://redirect.github.com/linuxserver/docker-davos)) |
digest | `11cd225` -> `11f7002` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 21:35:13 +01:00
TrueCharts Bot 6fade5eb84 chore(helm): update image docker.io/factoriotools/factorio digest to 0f3c207 (#29420) 2024-11-15 21:34:19 +01:00
TrueCharts Bot 09a14803f3 chore(helm): update image docker.io/diygod/rsshub digest to e651527 (#29419)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/diygod/rsshub | digest | `4a361fc` -> `e651527` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 21:32:22 +01:00
TrueCharts Bot 441a05c593 chore(helm): update image docker.io/bellamy/wallos digest to 7c8b281 (#29418)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bellamy/wallos | digest | `51dfbae` -> `7c8b281` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 21:30:57 +01:00
TrueCharts Bot bf1278b52c chore(helm): update image docker.io/machines/filestash digest to a65f2c9 (#29415)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `62dee15` -> `a65f2c9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 17:26:48 +01:00
TrueCharts Bot e878c6863c chore(helm): update image docker.io/diygod/rsshub digest to 4a361fc (#29414) 2024-11-15 17:26:07 +01:00
TrueCharts Bot 3307754e68 chore(helm): update image docker.io/serverlein/tsn-ranksystem-webserver digest to de9411c (#29417) 2024-11-15 17:25:58 +01:00
TrueCharts Bot e3f47bda18 chore(helm): update image docker.io/searxng/searxng digest to 5e9ca4d (#29416)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `babcb20` -> `5e9ca4d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 17:25:55 +01:00
TrueCharts Bot b95dfedd04 fix(website): update astro 4.16.12 → 4.16.13 (#29413)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.12` ->
`4.16.13`](https://renovatebot.com/diffs/npm/astro/4.16.12/4.16.13) |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>withastro/astro (astro)</summary>

###
[`v4.16.13`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41613)

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

##### Patch Changes

-
[#&#8203;12436](https://redirect.github.com/withastro/astro/pull/12436)
[`453ec6b`](https://redirect.github.com/withastro/astro/commit/453ec6b12f8c021e0bd0fd0ea9f71c8fc280f4b1)
Thanks [@&#8203;martrapp](https://redirect.github.com/martrapp)! - Fixes
a potential null access in the clientside router

-
[#&#8203;12392](https://redirect.github.com/withastro/astro/pull/12392)
[`0462219`](https://redirect.github.com/withastro/astro/commit/0462219612183b65867aaaef9fa538d89f201999)
Thanks [@&#8203;apatel369](https://redirect.github.com/apatel369)! -
Fixes an issue where scripts were not correctly injected during the
build. The issue was triggered when there were injected routes with the
same `entrypoint` and different `pattern`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-15 13:35:55 +01:00
TrueCharts Bot dfb2b70e42 chore(helm): update humhub 1.16.1 → 1.16.2 (patch) (#29412) 2024-11-15 13:35:33 +01:00
TrueCharts Bot 77e7f9b18d chore(helm): update image docker.io/mbentley/omada-controller digest to 37cd6d4 (#29406)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller)
| digest | `300becf` -> `37cd6d4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 13:35:31 +01:00
TrueCharts Bot af94243198 chore(helm): update image ghcr.io/linuxserver/fleet digest to 4d4c41b (#29410) 2024-11-15 13:34:26 +01:00
TrueCharts Bot 7c3e0656ca chore(helm): update image docker.io/thelounge/thelounge digest to 7757538 (#29409) 2024-11-15 13:34:22 +01:00
TrueCharts Bot 9ed2b5900d chore(helm): update image docker.io/pepperlabs/peppermint digest to 1278e77 (#29408)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/pepperlabs/peppermint | digest | `302e18b` -> `1278e77` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 13:34:16 +01:00
TrueCharts Bot f2177dbf78 chore(helm): update image docker.io/diygod/rsshub digest to 477b2b3 (#29405) 2024-11-15 13:33:23 +01:00
TrueCharts Bot ce2a296cd9 chore(helm): update image docker.io/mikenye/tar1090 digest to 544b314 (#29407)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/mikenye/tar1090 | digest | `e3f90c8` -> `544b314` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 13:21:06 +01:00
TrueCharts Bot b5030529c3 chore(flux): update image jackett 23.0.45 → 23.0.46 (#29411)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-15 13:15:22 +01:00
TrueCharts Bot b6f97316d6 chore(helm): update image docker.io/linuxserver/mylar3 digest to 67df933 (#29399)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/linuxserver/mylar3 | digest | `81c7ad5` -> `67df933` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 09:25:27 +01:00
TrueCharts Bot 184c7f9016 chore(helm): update image docker.io/towfiqi/serpbear digest to b294848 (#29402)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/towfiqi/serpbear | digest | `6309ff9` -> `b294848` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 09:25:21 +01:00
TrueCharts Bot c32bb5c0c1 chore(helm): update image docker.io/machines/filestash digest to 62dee15 (#29400) 2024-11-15 09:25:09 +01:00
TrueCharts Bot 0da9301baf chore(helm): update image docker.io/ronnieroller/media-roller digest to a728b05 (#29401)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ronnieroller/media-roller | digest | `8f1b926` -> `a728b05`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 09:25:02 +01:00
TrueCharts Bot 07b04fd4f7 chore(helm): update image docker.io/diygod/rsshub digest to a6119c7 (#29397)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/diygod/rsshub | digest | `c42caf0` -> `a6119c7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 09:23:51 +01:00
TrueCharts Bot 278feae69e chore(helm): update image ghcr.io/elfhosted/jackett 0.22.932 → 0.22.937 (#29403)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `095776b` -> `e109459` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-15 09:21:54 +01:00
TrueCharts Bot 3e774d5443 chore(helm): update image docker.io/iyuucn/iyuuplus digest to d62efb8 (#29398)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/iyuucn/iyuuplus | digest | `ccd3eec` -> `d62efb8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 09:21:28 +01:00
TrueCharts Bot 961b8551ee fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.9 → v3.0.10 (clustertool) (#29404)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/budimanjojo/talhelper/v3](https://redirect.github.com/budimanjojo/talhelper)
| require | patch | `v3.0.9` -> `v3.0.10` |

---

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

---

### Release Notes

<details>
<summary>budimanjojo/talhelper
(github.com/budimanjojo/talhelper/v3)</summary>

###
[`v3.0.10`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.10)

[Compare
Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.9...v3.0.10)

#### Changelog

-
[`e5e79a1`](https://redirect.github.com/budimanjojo/talhelper/commit/e5e79a1c6903d5de6e18e55b13892af61b422cad)
chore(container): update alpine:3.20.3 docker digest to
[`1e42bbe`](https://redirect.github.com/budimanjojo/talhelper/commit/1e42bbe)
-
[`400e637`](https://redirect.github.com/budimanjojo/talhelper/commit/400e637b4f3ef909af4e07bdbe95bcd853404c09)
chore(container): update ghcr.io/siderolabs/talosctl docker tag to
v1.8.3
-
[`cec2d6d`](https://redirect.github.com/budimanjojo/talhelper/commit/cec2d6d4d40561380b36116423df69a5acf52879)
chore(container): update goreleaser/goreleaser docker tag to v2.4.5
-
[`6575d48`](https://redirect.github.com/budimanjojo/talhelper/commit/6575d48433414cbea6a47244a4ff526ab302217d)
chore(deps): update dependency siderolabs/talos to v1.8.3
-
[`c5e7536`](https://redirect.github.com/budimanjojo/talhelper/commit/c5e7536f889288f6a03dc4f78cd04544acb5e1e8)
chore(schema): update talconfig.yaml JSON schema
([#&#8203;709](https://redirect.github.com/budimanjojo/talhelper/issues/709))
-
[`4628b8b`](https://redirect.github.com/budimanjojo/talhelper/commit/4628b8bcc1967f84cb4ef813a35c759d50427751)
chore(schema): update talos-extensions.yaml JSON schema
([#&#8203;702](https://redirect.github.com/budimanjojo/talhelper/issues/702))
-
[`41e7e60`](https://redirect.github.com/budimanjojo/talhelper/commit/41e7e60ca554dfe283ae6431dd718d63dd4dcf56)
chore(schema): update talos-extensions.yaml JSON schema
([#&#8203;705](https://redirect.github.com/budimanjojo/talhelper/issues/705))
-
[`f05658a`](https://redirect.github.com/budimanjojo/talhelper/commit/f05658a383a1466c2fbcaf245e8da484bdaa36a0)
feat(genconfig): support templating node labels and annotations
-
[`df6c54b`](https://redirect.github.com/budimanjojo/talhelper/commit/df6c54b13aca14f05c612ac8b333ba6b6b55e458)
feat: update Scoop for talhelper version v3.0.9
-
[`c40aaa1`](https://redirect.github.com/budimanjojo/talhelper/commit/c40aaa12cd5e2b8ea3bd48c8d3f60564cf6f4d5e)
feat: update flake
-
[`bb21600`](https://redirect.github.com/budimanjojo/talhelper/commit/bb216006c0b1f8870a0fde7089bd95902aa0b5f5)
fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.9

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-15 09:14:22 +01:00
TrueCharts Bot 2533b43b2f chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to da4c4cd (#29396)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `264f3c3` -> `da4c4cd` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 09:14:07 +01:00
TrueCharts Bot a06c3ae72d chore(helm): update image docker.io/revenz/fileflows 24.10 → 24.11 (#29395)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/revenz/fileflows | minor | `ef32d87` -> `a501f42` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-15 05:44:15 +01:00
TrueCharts Bot 700e7ef520 chore(helm): update image docker.io/portainer/portainer-ce digest to 5801bc8 (#29389) 2024-11-15 05:34:17 +01:00
TrueCharts Bot c320c66e5e chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to cf32245 (#29387) 2024-11-15 05:34:15 +01:00