Commit Graph

28900 Commits

Author SHA1 Message Date
TrueCharts Bot f75d8bfe60
chore(deps): update container image ghcr.io/linuxserver/doublecommander to latest@3447c0a by renovate (#21296) 2024-04-25 02:33:33 +02:00
TrueCharts Bot 392c5a9823
chore(deps): update container image modem7/docker-rickroll to latest@2598869 by renovate (#21298) 2024-04-25 02:33:29 +02:00
TrueCharts Bot 9d956ce0be
chore(deps): update container image modem7/newyearcountdown to latest@1635450 by renovate (#21299)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| modem7/newyearcountdown | digest | `3bb06b5` -> `1635450` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-25 02:33:26 +02:00
TrueCharts Bot d83b4aa685
chore(deps): update container image friendica to 2024.03@601f027 by renovate (#21280)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| friendica | digest | `98488e1` -> `601f027` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-25 02:33:21 +02:00
TrueCharts-Bot 846429f02b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-25 00:15:38 +00:00
ksimm1 e5e6b9728d
feat(openebs): poolname input validation (#21277)
**Description**
Adds input validation to the poolname / dataset variable to prevent
users entering common invalid paths
- rejects leading `/`
- enforces at least one `/`
- rejects backslash `\` in the path
- rejects `ix-applications` in the path
- rejects `TANK` or `TANK/` entries

⚒️ Fixes  #21275 

**⚙️ 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

**🧪 How Has This Been Tested?**
Tested via https://regex101.com/r/8aNdeE/1

**📃 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 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
- [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):` 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-04-24 20:57:39 +02:00
bitpushr ea0a26e604
Update SCALE Docs (#21276)
**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.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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-04-24 20:56:32 +02:00
TrueCharts Bot 8794a8fa6d
chore(deps): update authentik to v2024.4.0@085f236 by renovate (minor) (#21290)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/ldap](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | minor |
`2024.2.3` -> `2024.4.0` |
| [ghcr.io/goauthentik/proxy](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | minor |
`2024.2.3` -> `2024.4.0` |
| [ghcr.io/goauthentik/radius](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | minor |
`2024.2.3` -> `2024.4.0` |
| [ghcr.io/goauthentik/server](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | minor |
`2024.2.3` -> `2024.4.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 these
updates again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:25:16 +02:00
TrueCharts Bot a139b305ae
chore(deps): update container image n8nio/n8n to v1.39.0@54f226f by renovate (#21291) 2024-04-24 20:24:52 +02:00
TrueCharts Bot b397eb9a7d
chore(deps): update kitchenowl by renovate (#21288)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tombursch/kitchenowl | digest | `c09893c` -> `fc1a89d` |
| tombursch/kitchenowl-web | digest | `39eb079` -> `6e4f2db` |

---

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:23:50 +02:00
TrueCharts Bot 80925cb6ff
chore(deps): update container image yourls to latest@1da0857 by renovate (#21287)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yourls | digest | `7a76385` -> `1da0857` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:22:22 +02:00
TrueCharts Bot 877919ef72
chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.75@d86ca27 by renovate (#21289)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/rogerfar/rdtclient](https://togithub.com/rogerfar/rdt-client)
| patch | `2.0.74` -> `2.0.75` |

---

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

---

### Release Notes

<details>
<summary>rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient)</summary>

###
[`v2.0.75`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2075---2024-04-24)

[Compare
Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.74...v2.0.75)

##### Changed

-   Fixed broken recursive symlink searching.

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:22:07 +02:00
TrueCharts Bot 2a863347b7
chore(deps): update container image ghcr.io/linuxserver/remmina to 1.4.2@a5e92e9 by renovate (#21281)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/remmina](https://togithub.com/linuxserver/docker-remmina/packages)
([source](https://togithub.com/linuxserver/docker-remmina)) | digest |
`7916d61` -> `a5e92e9` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:21:17 +02:00
TrueCharts Bot c761a93d85
chore(deps): update container image rocker/rstudio to v@a0c5844 by renovate (#21285)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rocker/rstudio](https://togithub.com/rocker-org/rocker-versioned2) |
digest | `a2c1143` -> `a0c5844` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:20:54 +02:00
TrueCharts Bot 6642d46c0f
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@9fb278b by renovate (#21283)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `80d58f7` -> `9fb278b` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:19:25 +02:00
TrueCharts Bot 8aac25f754
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@557ceeb by renovate (#21284)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `8bb2e32` -> `557ceeb` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:19:16 +02:00
TrueCharts Bot 8db12c4c03
chore(deps): update container image searxng/searxng to latest@2c3d5af by renovate (#21286)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| searxng/searxng | digest | `719d465` -> `2c3d5af` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:19:03 +02:00
TrueCharts Bot 579b03461b
chore(deps): update container image nginx to 1.26.0@2fd2e5e by renovate (#21282)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| nginx | digest | `3f28ece` -> `2fd2e5e` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:18:54 +02:00
TrueCharts Bot 9ae2f76c79
chore(deps): update container image monica to 4.0.0@70c14b8 by renovate (#21265)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `894d866` -> `70c14b8` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:18:42 +02:00
TrueCharts Bot 8194c722b1
chore(deps): update container image diygod/rsshub to latest@1295cf5 by renovate (#21279)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `7a7e21f` -> `1295cf5` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:18:02 +02:00
TrueCharts Bot 229a540438
chore(deps): update container image brotandgames/ciao to latest@4dc2de9 by renovate (#21278)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| brotandgames/ciao | digest | `d6c1ec0` -> `4dc2de9` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 20:17:40 +02:00
bitpushr 2d9af3599e
Add note about password requirements per charts PR#21072 (#21271)
**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.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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._

---------

Signed-off-by: bitpushr <91350598+bitpushr@users.noreply.github.com>
2024-04-24 17:50:57 +02:00
Kjeld Schouten cf06d71142
chore(redis): bump redis version
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-24 17:06:51 +02:00
Kjeld Schouten 122db9102e
fix(redis): incorrect password reference in SCALE GUI
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-24 17:06:32 +02:00
TrueCharts Bot 86addb5bec
chore(deps): update container image octoprint/octoprint to v1.10.0@fc97e1e by renovate (#21270)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [octoprint/octoprint](https://togithub.com/OctoPrint/octoprint-docker)
| minor | `1.9.3` -> `1.10.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 14:24:39 +02:00
TrueCharts Bot 8d46b12972
chore(deps): update container image nginx to v1.26.0@3f28ece by renovate (#21258)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| nginx | minor | `1.25.5` -> `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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 12:23:22 +00:00
TrueCharts Bot 4b258853c3
chore(deps): update container image ghcr.io/geek-cookbook/jackett to v0.21.2446@f3a20ec by renovate (#21269) 2024-04-24 14:21:29 +02:00
TrueCharts Bot a0d98f93a0
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@80d58f7 by renovate (#21266) 2024-04-24 14:20:53 +02:00
TrueCharts Bot fff27c222a
chore(deps): update container image yourls to latest@7a76385 by renovate (#21268) 2024-04-24 14:20:50 +02:00
TrueCharts Bot c88286991b
chore(deps): update container image ghcr.io/linuxserver/mstream to 5.11.4@edfbc91 by renovate (#21263) 2024-04-24 14:20:42 +02:00
TrueCharts Bot 0f031090b5
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@8bb2e32 by renovate (#21267)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `bba952a` -> `8bb2e32` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 14:20:18 +02:00
TrueCharts Bot a0590f04c8
chore(deps): update container image ghcr.io/ix-ai/smtp to v0.5.2@b9e5238 by renovate (#21262) 2024-04-24 14:19:33 +02:00
TrueCharts Bot 5e5e8a394e
chore(deps): update container image diygod/rsshub to latest@7a7e21f by renovate (#21261) 2024-04-24 14:19:30 +02:00
TrueCharts Bot 3854443bce
chore(deps): update container image adminer to latest@4d06c61 by renovate (#21259) 2024-04-24 14:18:52 +02:00
TrueCharts Bot e86b9f581e
chore(deps): update container image chronograf to latest@82e596f by renovate (#21260)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| chronograf | digest | `8c2b753` -> `82e596f` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 14:18:44 +02:00
TrueCharts Bot 2a36e29ec2
chore(deps): update container image mariadb to v13.9.19@566472c by renovate (#21255)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://togithub.com/prometheus/mysqld_exporter)) | patch |
`13.9.18` -> `13.9.19` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 08:26:38 +02:00
TrueCharts Bot 1d16af8524
chore(deps): update container image memcached to v12.9.14@93b1cd1 by renovate (#21256)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/stable/memcached)
([source](https://togithub.com/bitnami/bitnami-docker-memcached)) |
patch | `12.9.13` -> `12.9.14` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 08:21:52 +02:00
TrueCharts Bot 9f2107cbaa
chore(deps): update container image airsonicadvanced/airsonic-advanced to edge-latest@d0c2d54 by renovate (#21248) 2024-04-24 08:21:20 +02:00
TrueCharts Bot 42adef85f3
chore(deps): update container image docker to v26.1.0@b297701 by renovate (#21257)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | minor | `26.0.2-dind` -> `26.1.0-dind` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 08:21:12 +02:00
TrueCharts Bot df05cb01ef
chore(deps): update container image gotson/komga to v1.11.1@a21459c by renovate (#21254)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gotson/komga](https://togithub.com/gotson/komga) | patch | `1.11.0`
-> `1.11.1` |

---

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

---

### Release Notes

<details>
<summary>gotson/komga (gotson/komga)</summary>

###
[`v1.11.1`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#1111-2024-04-24)

[Compare
Source](https://togithub.com/gotson/komga/compare/1.11.0...1.11.1)

#### 🐛 Fixes

**api**

- first unread cover should include in progress books
([77c15f9](https://togithub.com/gotson/komga/commits/77c15f9))

**unscoped**

- sync progress not compatible between Cantook and web reader
([0211096](https://togithub.com/gotson/komga/commits/0211096)), closes
[#&#8203;1477](https://togithub.com/gotson/komga/issues/1477)

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 08:20:06 +02:00
TrueCharts Bot d627174035
chore(deps): update container image redmine to 5.1.2@f3d8f5f by renovate (#21253)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| redmine | digest | `0037d07` -> `f3d8f5f` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 08:19:54 +02:00
TrueCharts Bot fccc1a15b9
chore(deps): update container image nginx to v@61f40f0 by renovate (#21250)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| nginx | digest | `684889a` -> `61f40f0` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 08:19:28 +02:00
TrueCharts Bot d6d3aacbc8
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@a9d9d8b by renovate (#21251)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `393c5ff` -> `a9d9d8b` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 08:19:10 +02:00
TrueCharts Bot be6de7113b
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@bba952a by renovate (#21252)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `933f667` -> `bba952a` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 08:18:57 +02:00
TrueCharts Bot 048674e504
chore(deps): update container image chronograf to latest@8c2b753 by renovate (#21249)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| chronograf | digest | `e429b94` -> `8c2b753` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 08:18:07 +02:00
TrueCharts Bot 7ac3a0eb7d
chore(deps): update container image adminer to latest@cc3fbc4 by renovate (#21247)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| adminer | digest | `ceca91a` -> `cc3fbc4` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 08:17:34 +02:00
TrueCharts Bot 37831c641f
chore(deps): update container image homeassistant/home-assistant to v2024.4.4@73b70d3 by renovate (#21243)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://togithub.com/home-assistant/core)) | patch |
`2024.4.3` -> `2024.4.4` |

---

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

---

### Release Notes

<details>
<summary>home-assistant/core (homeassistant/home-assistant)</summary>

###
[`v2024.4.4`](https://togithub.com/home-assistant/core/releases/tag/2024.4.4)

[Compare
Source](https://togithub.com/home-assistant/core/compare/2024.4.3...2024.4.4)

- Bump slixmpp version to 1.8.5 ([@&#8203;ravermeister] -
[#&#8203;114448]) ([xmpp docs])
- Make Withings recoverable after internet outage ([@&#8203;joostlek] -
[#&#8203;115124]) ([withings docs])
- Fix Hyperion light not updating state ([@&#8203;avee87] -
[#&#8203;115389]) ([hyperion docs])
- Add scheduled mode to renault charge mode ([@&#8203;slyoldfox] -
[#&#8203;115427]) ([renault docs])
- Bump zeroconf to 0.132.1 ([@&#8203;bdraco] - [#&#8203;115501])
([zeroconf docs]) (dependency)
- Bump zeroconf to 0.132.2 ([@&#8203;bdraco] - [#&#8203;115505])
([zeroconf docs]) (dependency)
- Update pillow to 10.3.0 ([@&#8203;cdce8p] - [#&#8203;115524])
(dependency)
- Fix race in TimestampDataUpdateCoordinator ([@&#8203;bdraco] -
[#&#8203;115542])
- Fix Teslemetry sensor values ([@&#8203;Bre77] - [#&#8203;115571])
([teslemetry docs])
- Modbus: Bump pymodbus v3.6.8 ([@&#8203;janiversen] - [#&#8203;115574])
([modbus docs]) (dependency)
- Fix sensor entity description in Teslemetry ([@&#8203;Bre77] -
[#&#8203;115614]) ([teslemetry docs])
- Bump httpcore to 1.0.5 ([@&#8203;bdraco] - [#&#8203;115672])
(dependency)
- Bump sqlparse to 0.5.0 ([@&#8203;bdraco] - [#&#8203;115681]) ([sql
docs]) (dependency)
- Bump aiohttp to 3.9.5 ([@&#8203;bdraco] - [#&#8203;115727])
(dependency)
- Bump renault-api to 0.2.2 ([@&#8203;epenet] - [#&#8203;115738])
([renault docs]) (dependency)
- Fix homeworks import flow ([@&#8203;emontnemery] - [#&#8203;115761])
([homeworks docs])
- Allow \[##:##:##] type keypad address in homeworks
([@&#8203;emontnemery] - [#&#8203;115762]) ([homeworks docs])
- Add missing media_player features to Samsung TV ([@&#8203;chemelli74]
- [#&#8203;115788]) ([samsungtv docs])
- Bump aiounifi to v75 ([@&#8203;Kane610] - [#&#8203;115819]) ([unifi
docs]) (dependency)
- Ensure scripts with timeouts of zero timeout immediately
([@&#8203;bdraco] - [#&#8203;115830])
- Fix KeyError error when fetching sensors (Airthings)
([@&#8203;LaStrada] - [#&#8203;115844]) ([airthings docs])
- Bump plexapi to 4.15.12 ([@&#8203;jjlawren] - [#&#8203;115872]) ([plex
docs]) (dependency)
- Bump ical to 8.0.0 ([@&#8203;allenporter] - [#&#8203;115907]) ([google
docs]) ([local_calendar docs]) ([local_todo docs]) (dependency)
- Fix geo location attributes of Tankerkoenig sensors ([@&#8203;mib1185]
- [#&#8203;115914]) ([tankerkoenig docs])
- Use start helper in squeezebox for server discovery ([@&#8203;rajlaud]
- [#&#8203;115978]) ([squeezebox docs])

[#&#8203;114448]: https://togithub.com/home-assistant/core/pull/114448

[#&#8203;114764]: https://togithub.com/home-assistant/core/pull/114764

[#&#8203;114934]: https://togithub.com/home-assistant/core/pull/114934

[#&#8203;115124]: https://togithub.com/home-assistant/core/pull/115124

[#&#8203;115186]: https://togithub.com/home-assistant/core/pull/115186

[#&#8203;115389]: https://togithub.com/home-assistant/core/pull/115389

[#&#8203;115427]: https://togithub.com/home-assistant/core/pull/115427

[#&#8203;115463]: https://togithub.com/home-assistant/core/pull/115463

[#&#8203;115501]: https://togithub.com/home-assistant/core/pull/115501

[#&#8203;115505]: https://togithub.com/home-assistant/core/pull/115505

[#&#8203;115524]: https://togithub.com/home-assistant/core/pull/115524

[#&#8203;115542]: https://togithub.com/home-assistant/core/pull/115542

[#&#8203;115571]: https://togithub.com/home-assistant/core/pull/115571

[#&#8203;115574]: https://togithub.com/home-assistant/core/pull/115574

[#&#8203;115614]: https://togithub.com/home-assistant/core/pull/115614

[#&#8203;115672]: https://togithub.com/home-assistant/core/pull/115672

[#&#8203;115681]: https://togithub.com/home-assistant/core/pull/115681

[#&#8203;115727]: https://togithub.com/home-assistant/core/pull/115727

[#&#8203;115738]: https://togithub.com/home-assistant/core/pull/115738

[#&#8203;115761]: https://togithub.com/home-assistant/core/pull/115761

[#&#8203;115762]: https://togithub.com/home-assistant/core/pull/115762

[#&#8203;115788]: https://togithub.com/home-assistant/core/pull/115788

[#&#8203;115819]: https://togithub.com/home-assistant/core/pull/115819

[#&#8203;115830]: https://togithub.com/home-assistant/core/pull/115830

[#&#8203;115844]: https://togithub.com/home-assistant/core/pull/115844

[#&#8203;115872]: https://togithub.com/home-assistant/core/pull/115872

[#&#8203;115907]: https://togithub.com/home-assistant/core/pull/115907

[#&#8203;115914]: https://togithub.com/home-assistant/core/pull/115914

[#&#8203;115978]: https://togithub.com/home-assistant/core/pull/115978

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

[@&#8203;Kane610]: https://togithub.com/Kane610

[@&#8203;LaStrada]: https://togithub.com/LaStrada

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

[@&#8203;avee87]: https://togithub.com/avee87

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

[@&#8203;cdce8p]: https://togithub.com/cdce8p

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

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

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

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

[@&#8203;janiversen]: https://togithub.com/janiversen

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

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

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

[@&#8203;rajlaud]: https://togithub.com/rajlaud

[@&#8203;ravermeister]: https://togithub.com/ravermeister

[@&#8203;slyoldfox]: https://togithub.com/slyoldfox

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 02:32:20 +02:00
TrueCharts Bot 27068b42fe
chore(deps): update container image metabase/metabase to v0.49.7@8d1311f by renovate (#21244)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| metabase/metabase | patch | `v0.49.6` -> `v0.49.7` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 02:31:52 +02:00
TrueCharts Bot 5ad67a42f9
chore(deps): update container image redmine to 5.1.2@0037d07 by renovate (#21242)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| redmine | digest | `b146163` -> `0037d07` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-24 02:31:04 +02:00
TrueCharts Bot 5f8e6e0ac5
chore(deps): update container image ghcr.io/mintplex-labs/anything-llm to latest@6120e50 by renovate (#21238) 2024-04-24 02:30:38 +02:00