Commit Graph

42013 Commits

Author SHA1 Message Date
TrueCharts Bot
bbcda1b010 chore(helm): update image ghcr.io/linuxserver/firefox digest to b70ca8d (#34040)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/firefox](https://redirect.github.com/linuxserver/docker-firefox/packages)
([source](https://redirect.github.com/linuxserver/docker-firefox)) |
digest | `a9b00b8` -> `b70ca8d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-07 14:29:20 +02:00
TrueCharts Bot
9f9a437796 chore(helm): update image docker.io/accetto/ubuntu-vnc-xfce-inkscape-g3 digest to 05fb7d5 (#34039)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/accetto/ubuntu-vnc-xfce-inkscape-g3 | digest | `4d79fa2` ->
`05fb7d5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-07 14:27:45 +02:00
Kjeld Schouten
0c345df751 fix(ci): ensure go mod tidy is run before clustertool release pipeline 2025-04-07 13:28:34 +02:00
Kjeld Schouten
29eca28c44 fix go mod 2025-04-07 13:27:11 +02:00
Kjeld Schouten
5bda52bb31 fix(clustertool): move cert-manager to jetstack oci 2025-04-07 13:16:51 +02:00
Kjeld Schouten
647f2189ad fix(clustertool): add missing repo 2025-04-07 13:11:10 +02:00
Boemeltrein
d3a49f43d7 fix(clustertool): nginx (#34016)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
Add repo nginx

⚒️ Fixes  # <!--(issue)-->
[34015](https://github.com/truecharts/public/issues/34015)

**⚙️ 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
- [ ] 📜 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
-->
Deployed now correctly on my test cluster

**📃 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 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.

- [x] 🖼️ 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-04-07 13:10:05 +02:00
Boemeltrein
80332f81d3 fix(clustertool) memory request kube-prometheus-stack (#34017)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
With new Clustertool Beta 2, upstream `kube-prometheus-stack` takes a
memory request of: 2000Mi.
It would like to deploy 2x a POD so a total of 4000Mi.
My test cluster have memory of 8Gb. It cannot deploy this 2nd pod as the
request of a standard clustertool without this second pod is already
98.2%.
Will also block all other deployments.

Also the webpage manual changed.

Hopefully this is a good fix?

⚒️ 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
- [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
-->
Own cluster

**📃 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
- [x] 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._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-07 13:09:30 +02:00
Boemeltrein
0194ff960c fix(clustertool): Adding namespaces to system-upgrade-controller-plans (#34018)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
system-upgrade-controller-plans Flux Kustomization will not work ->
`Plan/talos namespace not specified: the server could not find the
requested resource (patch plans.upgrade.cattle.io talos)`

Adding both namespaces fixes the Kustomization directly:
`flux-system system-upgrade-controller-plans main@sha1:a963250b False
True Applied revision: main@sha1:a963250b`

⚒️ 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
- [ ] 📜 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
-->
On my own test cluster

**📃 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
- [x] 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-04-07 13:06:41 +02:00
TrueCharts Bot
5262dea490 chore(helm): update image public.ecr.aws/bitnami/redis digest to 4d5b85d (#34000)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[public.ecr.aws/bitnami/redis](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/redis))
| digest | `60c585e` -> `4d5b85d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-07 07:11:59 +00:00
TrueCharts Bot
91cf144859 chore(helm): update rdesktop (#33964)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `2451182` -> `d09d242` |
| lscr.io/linuxserver/rdesktop | digest | `be21c90` -> `8a9bb3d` |
| lscr.io/linuxserver/rdesktop | digest | `608b93e` -> `7f7f68d` |
| lscr.io/linuxserver/rdesktop | digest | `fc363c8` -> `5ee84a7` |
| lscr.io/linuxserver/rdesktop | digest | `4e4717f` -> `79e0197` |
| lscr.io/linuxserver/rdesktop | digest | `d50ca6c` -> `1ad31f9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-07 07:10:08 +00:00
TrueCharts Bot
75952e6409 chore(helm): update image tccr.io/tccr/tailscale v1.80.3 → v1.82.0 (#33934)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/tailscale](https://redirect.github.com/truecharts/public)
| minor | `e416abb` -> `d1750ed` |

---

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

---------

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-04-07 07:06:42 +00:00
TrueCharts Bot
fac5753d38 chore(helm): update image docker.io/ghostfolio/ghostfolio 2.149.0 → 2.150.0 (#34010)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `38c0f2d` -> `1c181d4` |

---

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

###
[`v2.150.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21500---2025-04-05)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.149.0...2.150.0)

##### Added

- Added support to toggle the data gathering for individual asset
profiles in the asset profile details dialog of the admin control panel

##### Changed

- Improved the check for duplicates in the preview step of the
activities import (allow different comments)
-   Improved the language localization for Français (`fr`)
-   Improved the language localization for German (`de`)
-   Improved the language localization for Polish (`pl`)
-   Upgraded `ng-extract-i18n-merge` from version `2.14.1` to `2.14.3`

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-07 07:04:53 +00:00
Xstar97TheNoob
34d8f078e4 chore(profilarr) move profilarr to stable (#34037)
**Description**
Configuration management tool for Radarr/Sonarr that automates importing
and version control of custom formats and quality profiles.
Moving to stable
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 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:**

- [X] ⚖️ 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning
- [X] 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-04-07 08:56:53 +02:00
TrueCharts Bot
73b17a9204 chore(helm): update image docker.io/machines/filestash digest to 7e341eb (#34038)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `ac9794e` -> `7e341eb` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-07 08:16:19 +02:00
TrueCharts Bot
1dab9049d3 chore(helm): update image docker.io/machines/filestash digest to ac9794e (#34030) 2025-04-07 02:42:44 +02:00
TrueCharts Bot
93162e9665 chore(helm): update image docker.io/shibaobun/cannery 0.9.13 → 0.9.14 (#34034) 2025-04-07 02:42:40 +02:00
TrueCharts Bot
a2755684b6 chore(helm): update image ghcr.io/sethforprivacy/simple-monerod v0.18.3.4 → v0.18.4.0 (#34035) 2025-04-07 02:42:38 +02:00
TrueCharts Bot
adb77a33d8 chore(helm): update image docker.io/niruix/sshwifty digest to 713aba4 (#34031) 2025-04-07 02:42:34 +02:00
TrueCharts Bot
835ef91475 chore(helm): update image ghcr.io/linuxserver/znc digest to 6276e50 (#34033)
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
| `dff5fbf` -> `6276e50` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-07 02:42:30 +02:00
TrueCharts Bot
41069e204e chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 810f988 (#34029) 2025-04-07 02:41:58 +02:00
TrueCharts Bot
41ff59fd29 chore(helm): update image docker.io/searxng/searxng digest to 7af2d8e (#34032)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `89022ad` -> `7af2d8e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-07 02:41:56 +02:00
TrueCharts Bot
b1653fbcd7 chore(helm): update image docker.io/accetto/ubuntu-vnc-xfce-blender-g3 digest to 6271578 (#34028)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/accetto/ubuntu-vnc-xfce-blender-g3 | digest | `1f399eb` ->
`6271578` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-07 02:40:09 +02:00
TrueCharts Bot
5ea8ca6e11 chore(flux): update image renovate 1.25.1 → 1.26.0 (#34036)
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.25.1` -> `1.26.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-07 02:33:14 +02:00
TrueCharts Bot
5b4f8b8421 chore(helm): update image docker.io/renovate/renovate 39.232.4 → 39.233.5 (#34011) 2025-04-06 20:24:10 +02:00
TrueCharts Bot
375d3ef849 chore(helm): update image ghcr.io/ix-ai/smtp v0.7.4 → v0.7.5 (#34026)
This PR contains the following updates:

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

---

> [!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.5`](https://gitlab.com/ix.ai/smtp/tags/v0.7.5)

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

#### Release v0.7.5
 
* 75ac79c Rebrand to egos-tech
* e339735 Update public.ecr.aws/docker/library/debian:stable-slim Docker
digest to 70b337e
* f7d33d6 Update public.ecr.aws/docker/library/debian:stable-slim Docker
digest to a11850f
* 28a1405 Update public.ecr.aws/docker/library/debian:stable-slim Docker
digest to 5484adc
* 5d4c3fa Update registry.gitlab.com/ix.ai/smtp Docker digest to a4a08d1

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 20:24:00 +02:00
TrueCharts Bot
b8fadbd02a chore(helm): update image ghcr.io/home-operations/radarr 5.22.0.9808 → 5.22.1.9832 (#34024)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/radarr](https://ghcr.io/home-operations/radarr)
([source](https://redirect.github.com/Radarr/Radarr)) | patch |
`2bf6a9a` -> `e697db9` |

---

> [!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>Radarr/Radarr (ghcr.io/home-operations/radarr)</summary>

###
[`v5.22.1.9832`](https://redirect.github.com/Radarr/Radarr/releases/tag/v5.22.1.9832):
5.22.1.9832

[Compare
Source](https://redirect.github.com/Radarr/Radarr/compare/v5.22.0.9808...v5.22.1.9832)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Radarr within an existing docker container.***

#### Changes:

-
[`c821541`](c821541a2f)
Fixed: (PTP) Parse neutral leech releases
-
[`c10aadc`](c10aadcc7b)
New: Auto tag movies based on studio
-
[`4a2202e`](4a2202ed7f)
New: Parse original from release name when specified \[
[#&#8203;10673](https://redirect.github.com/Radarr/Radarr/issues/10673)
]
-
[`78c009d`](78c009d6fa)
New: Parsing releases with 4K in square brackets as 2160p \[
[#&#8203;7848](https://redirect.github.com/Radarr/Radarr/issues/7848) ]
-
[`e03289a`](e03289abe7)
Fixed: Prevent exception when grabbing unparsable release \[
[#&#8203;10789](https://redirect.github.com/Radarr/Radarr/issues/10789)
]
-
[`da2ce10`](da2ce10c68)
Refine localization string for IndexerSettingsFailDownloadsHelpText
-
[`6d34f2a`](6d34f2afb1)
Clean up media cover service fixture
-
[`49b0c96`](49b0c9639c)
Fix media covers test
-
[`c281e68`](c281e68b9f)
Simplify last write time for media covers
-
[`740d3ce`](740d3ce88c)
Bump linux agent to ubuntu-22.04

<details><summary><b>See More</b></summary>

-
[`ad7b85f`](ad7b85f76d)
New: Indexer flags in webhook for grabbed releases
-
[`3aa93e7`](3aa93e7946)
Fixed: Improve error message for queue items from Transmission
-
[`bc08b0b`](bc08b0b2e1)
Fixed: Avoid requests without categories for FileList
-
[`107f843`](107f843303)
New: Add Urdu Language
([#&#8203;10957](https://redirect.github.com/Radarr/Radarr/issues/10957))
-
[`16b6997`](16b6997b14)
Fixed: Deprecate Media Browser / Legacy Emby metadata
-
[`a5bcac5`](a5bcac5de9)
Multiple Translations updated by Weblate
-
[`1e10d56`](1e10d569c8)
Bump version to 5.22.1

This list of changes was [auto
generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=165&\_a=release-summary).</details>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 20:23:44 +02:00
TrueCharts Bot
a90bebab31 chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.0.965 → v3-3.0.0.968 (#34025)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://redirect.github.com/hotio/whisparr)) | patch |
`d4fb5c6` -> `cf7fae2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 20:23:33 +02:00
TrueCharts Bot
940f2d9b80 chore(helm): update image ghcr.io/home-operations/prowlarr 1.33.1.4997 → 1.33.2.5002 (#34023)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/prowlarr](https://ghcr.io/home-operations/prowlarr)
([source](https://redirect.github.com/Prowlarr/Prowlarr)) | patch |
`3bb878c` -> `5cae5d0` |

---

> [!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>Prowlarr/Prowlarr (ghcr.io/home-operations/prowlarr)</summary>

###
[`v1.33.2.5002`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.33.2.5002):
1.33.2.5002

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.33.1.4997...v1.33.2.5002)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`7008626`](7008626358)
Fixed: (PassThePopcorn) Parse volume factors for neutral leech releases
-
[`f6f2a3b`](f6f2a3b00d)
Bump linux agent to ubuntu-22.04
-
[`2b16d93`](2b16d93095)
Multiple Translations updated by Weblate
-
[`e63ee13`](e63ee13d23)
Bump version to 1.33.2

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=180&\_a=release-summary).

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 20:22:54 +02:00
TrueCharts Bot
27d8e29aa1 chore(helm): update image ghcr.io/fluidd-core/fluidd v1.34.0 → v1.34.1 (#34022)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/fluidd-core/fluidd](https://redirect.github.com/fluidd-core/fluidd)
| patch | `0524500` -> `15f2553` |

---

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

###
[`v1.34.1`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.34.1)

[Compare
Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.34.0...v1.34.1)

##### Bug Fixes

- raise click event only once
([#&#8203;1664](https://redirect.github.com/fluidd-core/fluidd/issues/1664))
([1d8c420](1d8c42000b))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 20:21:12 +02:00
TrueCharts Bot
ea3d86d29e chore(helm): update image docker.io/diygod/rsshub digest to 70685a7 (#34019)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/diygod/rsshub | digest | `8b20dd2` -> `70685a7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-06 20:19:49 +02:00
TrueCharts Bot
6df18b9fc9 fix(deps): update module golang.org/x/crypto v0.36.0 → v0.37.0 (clustertool) (#34027)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang.org/x/crypto | require | minor | `v0.36.0` -> `v0.37.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-06 20:14:56 +02:00
TrueCharts Bot
4772425bed chore(flux): update image renovate 1.25.0 → 1.25.1 (#34021)
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))
| patch | `1.25.0` -> `1.25.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 20:11:26 +02:00
TrueCharts Bot
a3c7f14302 chore(flux): update image jackett 23.3.64 → 23.3.65 (#34020)
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.64` ->
`23.3.65` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 20:10:40 +02:00
TrueCharts Bot
c8313099fc chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1730 → 0.22.1733 (#34008)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `b6660e3` -> `15d02d9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 14:48:16 +02:00
TrueCharts Bot
0584e27920 chore(helm): update image docker.io/victoriametrics/victoria-metrics v1.114.0 → v1.115.0 (#34013) 2025-04-06 14:48:14 +02:00
TrueCharts Bot
8da68c751e chore(helm): update image docker.io/koenkk/zigbee2mqtt 2.2.0 → 2.2.1 (#34005)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/koenkk/zigbee2mqtt](https://redirect.github.com/Koenkk/zigbee2mqtt)
| patch | `8a7d164` -> `5c1f0ca` |

---

> [!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>Koenkk/zigbee2mqtt (docker.io/koenkk/zigbee2mqtt)</summary>

###
[`v2.2.1`](https://redirect.github.com/Koenkk/zigbee2mqtt/blob/HEAD/CHANGELOG.md#221-2025-04-04)

[Compare
Source](https://redirect.github.com/Koenkk/zigbee2mqtt/compare/2.2.0...2.2.1)

##### Bug Fixes

- Fix issue with some settings when migrating from 1.x.x to 2.2.x
([#&#8203;26947](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26947))
([9e481fe](9e481fe5e5))
- Fix settings being overwriting when env var is set to a ref
([#&#8203;26988](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26988))
([d6a5128](d6a5128aa8))
- **ignore:** update zigbee-herdsman-converters to 23.19.0
([#&#8203;26938](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26938))
([0b7d003](0b7d0039f7))
- **ignore:** update zigbee-herdsman-converters to 23.19.1
([#&#8203;26961](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26961))
([e90afb2](e90afb286a))
- **ignore:** update zigbee-herdsman-converters to 23.20.0
([#&#8203;26978](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26978))
([37927e6](37927e698a))
- **ignore:** update zigbee-herdsman-converters to 23.20.1
([#&#8203;26989](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26989))
([9d0ee03](9d0ee03f38))
- **ignore:** update zigbee2mqtt-frontend to 0.9.6
([#&#8203;26959](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26959))
([fb4d01e](fb4d01ebce))
- **ignore:** update zigbee2mqtt-frontend to 0.9.7
([#&#8203;26976](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/26976))
([89cdb1f](89cdb1f180))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 14:48:07 +02:00
TrueCharts Bot
aba6871f64 chore(helm): update image docker.io/b4bz/homer v25.03.3 → v25.04.1 (#34009)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/b4bz/homer](https://hub.docker.com/r/b4bz/homer)
([source](https://redirect.github.com/bastienwirtz/homer)) | minor |
`68a0ac0` -> `6022876` |

---

> [!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>bastienwirtz/homer (docker.io/b4bz/homer)</summary>

###
[`v25.04.1`](https://redirect.github.com/bastienwirtz/homer/releases/tag/v25.04.1)

[Compare
Source](https://redirect.github.com/bastienwirtz/homer/compare/v25.03.3...v25.04.1)

<!-- Release notes generated using configuration in .github/release.yml
at v25.04.1 -->

#### What's Changed

##### Main changes

- Fix typos in `config-schema.json` by
[@&#8203;mbelangergit](https://redirect.github.com/mbelangergit) in
[https://github.com/bastienwirtz/homer/pull/894](https://redirect.github.com/bastienwirtz/homer/pull/894)
- For Portainer Service : add status online/offline and version of the
card by [@&#8203;thibaut1304](https://redirect.github.com/thibaut1304)
in
[https://github.com/bastienwirtz/homer/pull/898](https://redirect.github.com/bastienwirtz/homer/pull/898)
- Add service matrix, view status and version by
[@&#8203;thibaut1304](https://redirect.github.com/thibaut1304) in
[https://github.com/bastienwirtz/homer/pull/899](https://redirect.github.com/bastienwirtz/homer/pull/899)
- Add service vaultwarden, view status and version by
[@&#8203;thibaut1304](https://redirect.github.com/thibaut1304) in
[https://github.com/bastienwirtz/homer/pull/900](https://redirect.github.com/bastienwirtz/homer/pull/900)
- add service TruenasScale, view status and version by
[@&#8203;thibaut1304](https://redirect.github.com/thibaut1304) in
[https://github.com/bastienwirtz/homer/pull/901](https://redirect.github.com/bastienwirtz/homer/pull/901)
- Add Linkding support by
[@&#8203;cbos](https://redirect.github.com/cbos) in
[https://github.com/bastienwirtz/homer/pull/895](https://redirect.github.com/bastienwirtz/homer/pull/895)

#### New Contributors

- [@&#8203;mbelangergit](https://redirect.github.com/mbelangergit) made
their first contribution in
[https://github.com/bastienwirtz/homer/pull/894](https://redirect.github.com/bastienwirtz/homer/pull/894)
- [@&#8203;thibaut1304](https://redirect.github.com/thibaut1304) made
their first contribution in
[https://github.com/bastienwirtz/homer/pull/898](https://redirect.github.com/bastienwirtz/homer/pull/898)

**Full Changelog**:
https://github.com/bastienwirtz/homer/compare/v25.03.3...v25.04.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-06 14:48:05 +02:00
TrueCharts Bot
4fea85fcc3 chore(helm): update image docker.io/homeassistant/home-assistant 2025.4.0 → 2025.4.1 (#34003)
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 |
`97d21a7` -> `eecdfc5` |

---

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

###
[`v2025.4.1`](https://redirect.github.com/home-assistant/core/releases/tag/2025.4.1)

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

- Fix blocking event loop - daikin ([@&#8203;fredrike] -
[#&#8203;141442]) ([daikin docs])
- Made Google Search enable dependent on Assist availability
([@&#8203;IvanLH] - [#&#8203;141712])
([google_generative_ai_conversation docs])
- Fix humidifier platform for Comelit ([@&#8203;chemelli74] -
[#&#8203;141854]) ([comelit docs])
- Bump evohome-async to 1.0.5 ([@&#8203;zxdavb] - [#&#8203;141871])
([evohome docs]) (dependency)
- Replace "to log into" with "to log in to" in `incomfort`
([@&#8203;NoRi2909] - [#&#8203;142060]) ([incomfort docs])
- Avoid unnecessary reload in apple_tv reauth flow
([@&#8203;emontnemery] - [#&#8203;142079]) ([apple_tv docs])
- Add translation for hassio update entity name ([@&#8203;piitaya] -
[#&#8203;142090]) ([hassio docs])
- Bump pyenphase to 1.25.5 ([@&#8203;catsmanac] - [#&#8203;142107])
([enphase_envoy docs]) (dependency)
- Hide broken ZBT-1 config entries on the hardware page
([@&#8203;puddly] - [#&#8203;142110]) ([homeassistant_sky_connect docs])
- Bump pysmhi to 1.0.1 ([@&#8203;gjohansson-ST] - [#&#8203;142111])
([smhi docs]) (dependency)
- Avoid logging a warning when replacing an ignored config entry
([@&#8203;bdraco] - [#&#8203;142114])
- Slow down polling in Tesla Fleet ([@&#8203;Bre77] - [#&#8203;142130])
([tesla_fleet docs])
- Bump tesla-fleet-api to v1.0.17 ([@&#8203;Bre77] - [#&#8203;142131])
([tessie docs]) ([teslemetry docs]) ([tesla_fleet docs]) (dependency)
- Tado bump to 0.18.11 ([@&#8203;erwindouna] - [#&#8203;142175]) ([tado
docs]) (dependency)
- Add preset mode to SmartThings climate ([@&#8203;joostlek] -
[#&#8203;142180]) ([smartthings docs])
- Do not create a HA mediaplayer for the builtin Music Assistant player
([@&#8203;marcelveldt] - [#&#8203;142192]) ([music_assistant docs])
- Do not fetch disconnected Home Connect appliances
([@&#8203;Diegorro98] - [#&#8203;142200]) ([home_connect docs])
- Fix fibaro setup ([@&#8203;rappenze] - [#&#8203;142201]) ([fibaro
docs])
- Fix circular mean by always storing and using the weighted one
([@&#8203;edenhaus] - [#&#8203;142208]) ([recorder docs]) ([sensor
docs])
- Bump pySmartThings to 3.0.2 ([@&#8203;joostlek] - [#&#8203;142257])
([smartthings docs]) (dependency)
- Update frontend to
[`2025040`](https://redirect.github.com/home-assistant/core/commit/20250404).0
([@&#8203;bramkragten] - [#&#8203;142274]) ([frontend docs])
(dependency)
- Bump forecast-solar lib to v4.1.0 ([@&#8203;klaasnicolaas] -
[#&#8203;142280]) ([forecast_solar docs]) (dependency)
- Fix skyconnect tests ([@&#8203;zweckj] - [#&#8203;142262]) ([zha
docs])
- Fix empty actions ([@&#8203;Petro31] - [#&#8203;142292]) ([template
docs])

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 14:47:40 +02:00
TrueCharts Bot
3029c5c3a2 chore(helm): update image docker.io/jgraph/drawio 26.2.2 → 26.2.8 (#34004)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

<details>
<summary>jgraph/docker-drawio (docker.io/jgraph/drawio)</summary>

###
[`v26.2.8`](https://redirect.github.com/jgraph/docker-drawio/compare/v26.2.7...v26.2.8)

[Compare
Source](https://redirect.github.com/jgraph/docker-drawio/compare/v26.2.7...v26.2.8)

###
[`v26.2.7`](https://redirect.github.com/jgraph/docker-drawio/compare/v26.2.2...v26.2.7)

[Compare
Source](https://redirect.github.com/jgraph/docker-drawio/compare/v26.2.2...v26.2.7)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 14:47:30 +02:00
TrueCharts Bot
d32e7b6141 chore(helm): update image docker.io/fallenbagel/jellyseerr 2.5.1 → 2.5.2 (#34002)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/fallenbagel/jellyseerr](https://redirect.github.com/fallenbagel/jellyseerr)
| patch | `52ca0b1` -> `2a61136` |

---

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

###
[`v2.5.2`](https://redirect.github.com/fallenbagel/jellyseerr/releases/tag/v2.5.2)

[Compare
Source](https://redirect.github.com/fallenbagel/jellyseerr/compare/v2.5.1...v2.5.2)

##### Bug Fixes

- **auth:** Bitwarden autofill fix on local/Jellyfin login (2)
([#&#8203;1487](https://redirect.github.com/fallenbagel/jellyseerr/issues/1487))
([85bbc85](85bbc85714))
- **avatar:** fix avatar cache busting by using avatarVersion
([#&#8203;1537](https://redirect.github.com/fallenbagel/jellyseerr/issues/1537))
([29034b3](29034b350d))
- correct "Remove from \*arr" button
([#&#8203;1544](https://redirect.github.com/fallenbagel/jellyseerr/issues/1544))
([8dc1d81](8dc1d8196c)),
closes
[#&#8203;1476](https://redirect.github.com/fallenbagel/jellyseerr/issues/1476)
[#&#8203;1494](https://redirect.github.com/fallenbagel/jellyseerr/issues/1494)
- **helm:** apply annotations to pvc
([#&#8203;1489](https://redirect.github.com/fallenbagel/jellyseerr/issues/1489))
([e5ab847](e5ab847547))
- **jellyfin:** ensure deviceID is never empty
([#&#8203;1538](https://redirect.github.com/fallenbagel/jellyseerr/issues/1538))
([7438042](7438042757))
- **job:** handle media removal for 4k on the same server
([#&#8203;1543](https://redirect.github.com/fallenbagel/jellyseerr/issues/1543))
([63dc27d](63dc27d400))
- **job:** rename Plex Sync to Jellyfin Sync
([#&#8203;1549](https://redirect.github.com/fallenbagel/jellyseerr/issues/1549))
([2f6be95](2f6be955b5))
- **migrations:** add missing Postgres migration and fix SQLite
migration
([#&#8203;1532](https://redirect.github.com/fallenbagel/jellyseerr/issues/1532))
([0b0b76e](0b0b76e58c)),
closes
[#&#8203;1466](https://redirect.github.com/fallenbagel/jellyseerr/issues/1466)
- **ui:** handle import-from-plex response as array
([#&#8203;1510](https://redirect.github.com/fallenbagel/jellyseerr/issues/1510))
([4cd02ba](4cd02babba))
- **ui:** resolve discover language dropdown overlap
([#&#8203;1497](https://redirect.github.com/fallenbagel/jellyseerr/issues/1497))
([f5b3a52](f5b3a526cb)),
closes
[#&#8203;1475](https://redirect.github.com/fallenbagel/jellyseerr/issues/1475)

***

This release is also available on:

-   `v2.5.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 14:47:18 +02:00
TrueCharts Bot
ea716c085b chore(helm): update image docker.io/deluan/navidrome 0.55.1 → 0.55.2 (#34001)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/deluan/navidrome](https://redirect.github.com/navidrome/navidrome)
| patch | `f78fa70` -> `3a66e26` |

---

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

###
[`v0.55.2`](https://redirect.github.com/navidrome/navidrome/releases/tag/v0.55.2)

[Compare
Source](https://redirect.github.com/navidrome/navidrome/compare/v0.55.1...v0.55.2)

#### Bugfix release

A few more bug fixes and improvements.

#### Changelog

##### New Features

-
[`1c691ac`](1c691ac0e6):
feat(docker): automatically loads a navidrome.toml file from /data, if
available ([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`57e0f6d`](57e0f6d3ea):
feat(server): custom ArtistJoiner config
([#&#8203;3873](https://redirect.github.com/navidrome/navidrome/issues/3873))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`112ea28`](112ea281d9):
feat(ui): add Greek translation
([#&#8203;3892](https://redirect.github.com/navidrome/navidrome/issues/3892))
([@&#8203;Michatec](https://redirect.github.com/Michatec))
-
[`3394580`](3394580413):
feat(ui): add Norwegian translation
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`73eb0e2`](73eb0e254b):
feat(ui): add mood column to Album and Song list views
([#&#8203;3925](https://redirect.github.com/navidrome/navidrome/issues/3925))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`46a2ec0`](46a2ec0ba1):
feat(ui): hide absolute paths from regular users
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`296259d`](296259d781):
feat(ui): show bitDepth in song info dialog
([@&#8203;deluan](https://redirect.github.com/deluan))

##### Bug fixes

-
[`55ce28b`](55ce28b2c6):
fix(bfr): force upgrade to read all folders.
([#&#8203;3871](https://redirect.github.com/navidrome/navidrome/issues/3871))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`ee2c2b1`](ee2c2b19e9):
fix(dockerfile): remove the healthcheck, it gives more headaches than
benefits. ([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`1ed8930`](1ed8930107):
fix(msi): don't override custom ini config
([#&#8203;3836](https://redirect.github.com/navidrome/navidrome/issues/3836))
([@&#8203;mintsoft](https://redirect.github.com/mintsoft))
-
[`be7cb59`](be7cb59dc5):
fix(scanner): allow disabling splitting with the `Tags` config option
([#&#8203;3869](https://redirect.github.com/navidrome/navidrome/issues/3869))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`b386981`](b386981b7f):
fix(scanner): better log message when AutoImportPlaylists is disabled
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3a0ce6a`](3a0ce6aafa):
fix(scanner): elapsed time for folder processing is wrong in the logs
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`2adb098`](2adb098f32):
fix(scanner): fix displayArtist logic
([#&#8203;3835](https://redirect.github.com/navidrome/navidrome/issues/3835))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`491210a`](491210ac12):
fix(scanner): ignore NaN ReplayGain values
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`cd552a5`](cd552a55ef):
fix(scanner): pass datafolder and cachefolder to scanner subprocess
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3f9d173`](3f9d173495):
fix(scanner): support ID3v2 embedded images in WAV files
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`59ece40`](59ece40393):
fix(server): better embedded artwork extraction with ffmpeg
([#&#8203;3860](https://redirect.github.com/navidrome/navidrome/issues/3860))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`264d73d`](264d73d73e):
fix(server): don't break if the ND_CONFIGFILE does not exist
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`f9081bb`](f9081bbe6b):
fix(server): first user created should be admin, when using reverse
proxy
([#&#8203;3920](https://redirect.github.com/navidrome/navidrome/issues/3920))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`d78c6f6`](d78c6f6a04):
fix(subsonic): ArtistID3 should contain list of AlbumID3
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`2128872`](212887214c):
fix(ui): minor icon inconsistencies and "no missing files" translation
([#&#8203;3837](https://redirect.github.com/navidrome/navidrome/issues/3837))
([@&#8203;kgarner7](https://redirect.github.com/kgarner7))
-
[`651ce16`](651ce163c7):
fix(ui): sort playlist by `album_artist`, `bpm` and `channels`
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`d331ee9`](d331ee904b):
fix(ui): sort playlist by `year`
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`1e1dce9`](1e1dce92b6):
fix(ui): update Basque translation
([#&#8203;3864](https://redirect.github.com/navidrome/navidrome/issues/3864))
([@&#8203;xabirequejo](https://redirect.github.com/xabirequejo))
-
[`63dc0e2`](63dc0e2062):
fix(ui): update Français, reorder translation according to en.json
template
([#&#8203;3839](https://redirect.github.com/navidrome/navidrome/issues/3839))
([@&#8203;kalon33](https://redirect.github.com/kalon33))
-
[`c837838`](c837838d58):
fix(ui): update French, Polish, Turkish translations from POEditor
([#&#8203;3834](https://redirect.github.com/navidrome/navidrome/issues/3834))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`a057a68`](a057a680f1):
fix(ui): update Greek, Esperanto, Polish, Russian, Turkish translations
from POEditor
([#&#8203;3894](https://redirect.github.com/navidrome/navidrome/issues/3894))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`9e94655`](9e9465567d):
fix(ui): update Italian translations
([#&#8203;3885](https://redirect.github.com/navidrome/navidrome/issues/3885))
([@&#8203;matteo00gm](https://redirect.github.com/matteo00gm))
-
[`2b84c57`](2b84c574ba):
fix: restore old date display/sort behaviour
([#&#8203;3862](https://redirect.github.com/navidrome/navidrome/issues/3862))
([@&#8203;deluan](https://redirect.github.com/deluan))

##### Other work

-
[`b046473`](b04647309f):
chore(deps): upgrade to Go 1.24.1
([#&#8203;3851](https://redirect.github.com/navidrome/navidrome/issues/3851))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`0147bb5`](0147bb5f12):
chore(deps): upgrade viper to 1.20.0, add tests for the supported config
formats ([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`5ab345c`](5ab345c83e):
chore(server): add more info to scrobble errors logs
([#&#8203;3889](https://redirect.github.com/navidrome/navidrome/issues/3889))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`e457f21`](e457f21306):
chore(server): show square flag in resize artwork logs
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`cf100c4`](cf100c4eb4):
chore(subsonic): update snapshot tests to use version 1.16.1
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`1806552`](1806552ef6):
chore: remove more outdated TODOs
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`223e88d`](223e88d481):
chore: remove some BFR-related TODOs that are not valid anymore
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`88f87e6`](88f87e6c4f):
chore: replace album placeholder
([@&#8203;deluan](https://redirect.github.com/deluan))

**Full Changelog**:
https://github.com/navidrome/navidrome/compare/v0.55.1...v0.55.2

#### Helping out

This release is only possible thanks to the support of some **awesome
people**!

Want to be one of them?
You can [sponsor](https://redirect.github.com/sponsors/deluan), pay me a
[Ko-fi](https://ko-fi.com/deluan), or [contribute with
code](https://www.navidrome.org/docs/developers/).

#### Where to go next?

- Read installation instructions on our
[website](https://www.navidrome.org/docs/installation/).
- Host Navidrome on [PikaPods](https://www.pikapods.com/pods/navidrome)
for a simple cloud solution.
- Reach out on [Discord](https://discord.gg/xh7j7yF),
[Reddit](https://www.reddit.com/r/navidrome/) and
[Twitter](https://twitter.com/navidrome)!

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-06 14:46:58 +02:00
TrueCharts Bot
c5cc2db9e4 chore(helm): update image docker.io/thelounge/thelounge digest to bb6c476 (#33998)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/thelounge/thelounge](https://redirect.github.com/thelounge/thelounge-docker)
| digest | `0f8b2e4` -> `bb6c476` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-06 14:46:52 +02:00
TrueCharts Bot
4a913c2a00 chore(helm): update image docker.io/mbentley/omada-controller digest to 64f989f (#33996)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller)
| digest | `8a74991` -> `64f989f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-06 14:46:03 +02:00
TrueCharts Bot
3eaa76c431 chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to 477ac8e (#33995)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lmscommunity/lyrionmusicserver | digest | `335c695` ->
`477ac8e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-06 14:44:23 +02:00
TrueCharts Bot
41e2eaba04 chore(helm): update image docker.io/revenz/fileflows digest to e230c62 (#33997)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/revenz/fileflows | digest | `b58391e` -> `e230c62` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-06 14:44:07 +02:00
TrueCharts Bot
ac466031ba chore(helm): update image docker.io/webpsh/webps digest to e4d129c (#33999)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/webpsh/webps | digest | `d7ea620` -> `e4d129c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-06 14:44:01 +02:00
TrueCharts Bot
d1824be4ce chore(helm): update image docker.io/alpine/socat digest to 7461847 (#33993)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/alpine/socat | digest | `16b584a` -> `7461847` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-06 14:43:07 +02:00
TrueCharts Bot
fcb38b1faf chore(helm): update image docker.io/diygod/rsshub digest to 8b20dd2 (#33994)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/diygod/rsshub | digest | `333e5b1` -> `8b20dd2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-06 14:41:45 +02:00
TrueCharts Bot
d8969f4eca chore(helm): update image docker.io/aeonlucid/impostor digest to 66fc890 (#33992)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/aeonlucid/impostor | digest | `6c796cb` -> `66fc890` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-06 14:38:38 +02:00