Commit Graph

20121 Commits

Author SHA1 Message Date
TrueCharts Bot 61740a6d25
chore(deps): update container image bitnami/mongodb to 7.0.4@d9dae45 by renovate (#16591)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mongodb | digest | `440db80` -> `d9dae45` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-31 15:39:54 +01:00
Stavros Kois 12b5c56b24
chore(docs): lints some docs, uses front-matter instead of # h1, and fix list items in changelog (#16589)
**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)-->

front matter is supported by all doc sites (including github markdown
rendering
and is easier to add extra metadata later on, if we want to.

```
---
title: sometitle
---
```

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-31 16:24:05 +02:00
kqmaverick f51b52481b
fix(emby): change image (#16586)
**Description**
Change image from onedr0p to Funky Penguin as onedr0p has ended support.
https://github.com/onedr0p/containers/releases/tag/2023.11.0

⚒️ Fixes  # 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-31 15:23:34 +02:00
StevenMcElligott f6a3ef5966
feat(baikal): Add Skip chown command in startup script (#16584)
**Description**

Adding another env var to help slower systems

⚒️ Fixes  #16573 

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-31 15:17:02 +02:00
StevenMcElligott 184792d49d
fix(xmrig): Remove extra env vars (#16587)
**Description**

Removing pre set env vars

⚒️ 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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-31 15:16:44 +02:00
Xstar97TheNoob da77194f36
feat(prowlarr) update prowlarr probes (#16588)
**Description**
Update prowlarr's probe to /ping
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-31 15:16:21 +02:00
TrueCharts-Bot bf535bc529 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-31 00:10:39 +00:00
TrueCharts Bot 9eddcd99d3
chore(deps): update helm general minor by renovate (#16579)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | minor | `10.0.3` ->
`10.1.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`17.1.4` -> `17.2.2` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | minor | `6.0.3` ->
`6.1.0` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | minor | `12.0.3` ->
`12.1.0` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` ->
`11.1.0` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` ->
`11.1.0` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | minor | `6.0.3` ->
`6.1.0` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` ->
`11.1.0` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v10.1.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.1.0)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.0.3...clickhouse-10.1.0)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.1...common-17.2.2)

Function library for TrueCharts

###
[`v17.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.0...common-17.2.1)

Function library for TrueCharts

###
[`v17.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.5...common-17.2.0)

Function library for TrueCharts

###
[`v17.1.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.4...common-17.1.5)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjExMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-30 01:53:16 +01:00
TrueCharts-Bot 2abaa1a6de Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-30 00:08:42 +00:00
TrueCharts-Bot eab3a2a380 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-29 00:08:05 +00:00
TrueCharts Bot cd17470cbf
chore(deps): update helm chart common to 17.2.2 by renovate (#16575)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`17.1.4` -> `17.2.2` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.1...common-17.2.2)

Function library for TrueCharts

###
[`v17.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.0...common-17.2.1)

Function library for TrueCharts

###
[`v17.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.5...common-17.2.0)

Function library for TrueCharts

###
[`v17.1.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.4...common-17.1.5)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-29 00:16:15 +01:00
kqmaverick 9c1d2e6d1a
fix(adguard-home): fix homepage widget type (#16577)
**Description**
Fixes homepage widget type.

⚒️ Fixes  # 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-29 00:11:11 +02:00
Xstar97TheNoob cb3350e344
feat(2fauth) add 2fauth (#12669)
**Description**
A Web app to manage your 2FA accounts and generate their security codes.
⚒️ 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

**🧪 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 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

** App addition**

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

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [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._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-28 14:07:47 +02:00
Kjeld Schouten d50953cc39 chore(immich): move to unstable, as it's not stable upstream 2023-12-28 13:05:13 +01:00
yougotborked 1e5bbd85fe
migrate(awesome-ttrss) migrate awesome-ttrss to new common **BREAKING CHANGES** (#13418)
**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.
-->
Update awesome-ttrss to the new common and update the app version
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

- [x] ⚖️ 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
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-12-28 12:39:45 +02:00
Stavros Kois 2b286c3f62
Update installation-instructions.md
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-28 11:46:58 +02:00
TrueCharts-Bot d8703ad51d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-28 00:08:46 +00:00
Ethan Leisinger 1d62d1963b
chore(many): remove references to UMASK in container env as it is handled in common library (#16565)
**Description**
This is a large batch of updates to remove UMASK env questions as this
is duplicated in common library
⚒️ Fixes  #16564

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
This update was tested locally only with `flextv`. The update _should_
be valid for all updated charts but is worth a second look.

**📃 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
- [x] ⚠️ 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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-28 00:53:56 +02:00
kqmaverick 52474d27a8
fix(fmd2-wine): remove usmask (#16569)
**Description**
Remove umask

⚒️ Fixes  # 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-28 00:51:40 +02:00
kqmaverick 50bb74619d
docs(filebrowser): additional storage note (#16567)
**Description**
Adds note about setting up additional app storage.

⚒️ Fixes  # 

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

**📃 Notes:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-27 16:36:15 -05:00
TrueCharts Bot ec6103845b
chore(deps): update helm general non-major by renovate (#16560)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.2` ->
`10.0.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.2` ->
`6.0.3` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `12.0.2` ->
`12.0.3` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.2` ->
`11.0.3` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.2` ->
`11.0.3` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.2` ->
`6.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.2` ->
`11.0.3` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v10.0.3`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.0.3)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.0.2...clickhouse-10.0.3)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-27 01:36:27 +01:00
TrueCharts-Bot 3ab15f5086 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-27 00:08:39 +00:00
TrueCharts Bot 6ce67d6b39
chore(deps): update container image bitnami/grafana to v10.2.3@f733e23 by renovate (#16458)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/grafana | patch | `10.2.2` -> `10.2.3` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-26 23:39:28 +01:00
TrueCharts Bot 42bf2b10df
chore(deps): update container image koenkk/zigbee2mqtt to v1.34.0@7f6fca6 by renovate (#15568)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| koenkk/zigbee2mqtt | minor | `1.33.2` -> `1.34.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy43Ny4xIiwidXBkYXRlZEluVmVyIjoiMzcuMTAyLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-27 00:09:49 +02:00
TrueCharts Bot 9d9b25b32d
chore(deps): update container image phalcode/gamevault-backend to v10.0.1@3123f5b by renovate (#16503)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| phalcode/gamevault-backend | major | `9.0.4` -> `10.0.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-27 00:09:16 +02:00
TrueCharts Bot 2bc66a454f
chore(deps): update container image seafileltd/seafile-mc to v11.0.3@2823eda by renovate (#16475)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| seafileltd/seafile-mc | patch | `11.0.2` -> `11.0.3` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-27 00:08:12 +02:00
TrueCharts Bot abfedb6293
chore(deps): update authentik to v2023.10.5@4f0722d by renovate (patch) (#16456)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/ldap](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.4` -> `2023.10.5` |
| [ghcr.io/goauthentik/proxy](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.4` -> `2023.10.5` |
| [ghcr.io/goauthentik/radius](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.4` -> `2023.10.5` |
| [ghcr.io/goauthentik/server](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.4` -> `2023.10.5` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-27 00:08:03 +02:00
TrueCharts Bot 2485176c2d
chore(deps): update container image tccr.io/truecharts/netbootxyz to v2.0.53@21b383a by renovate (#15707)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/netbootxyz](https://togithub.com/truecharts/containers)
| major | `v0.6.7` -> `2.0.53` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS40IiwidXBkYXRlZEluVmVyIjoiMzcuMTAyLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-27 00:04:37 +02:00
TrueCharts Bot 173aa1ca00
chore(deps): update container image ghcr.io/wg-easy/wg-easy to v9@79130e1 by renovate (#16502)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/wg-easy/wg-easy | major | `8` -> `9` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-26 23:41:17 +02:00
TrueCharts Bot 2fde8d4e5c
chore(deps): update helm general non-major by renovate (#16545)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.1` ->
`10.0.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`17.1.0` -> `17.1.4` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.1` ->
`6.0.2` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `12.0.1` ->
`12.0.2` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.1` ->
`11.0.2` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.1` ->
`11.0.2` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.1` ->
`6.0.2` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.1` ->
`11.0.2` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v10.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.0.2)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.0.1...clickhouse-10.0.2)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.1.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.3...common-17.1.4)

Function library for TrueCharts

###
[`v17.1.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.2...common-17.1.3)

Function library for TrueCharts

###
[`v17.1.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.1...common-17.1.2)

Function library for TrueCharts

###
[`v17.1.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.0...common-17.1.1)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-26 23:37:47 +02:00
TrueCharts Bot ba59c6e9ad
chore(deps): update helm chart common to 17.1.4 by renovate (#16558)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`17.1.2` -> `17.1.4` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.1.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.3...common-17.1.4)

Function library for TrueCharts

###
[`v17.1.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.2...common-17.1.3)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-26 22:12:44 +01:00
Stavros Kois ef9fcf5893
chore(external-service): ignore stop-all (#16557)
**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)-->
This will take effect on the next common bump

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-26 22:39:13 +02:00
Stavros Kois bce8d62c7f
fix(clusterissuer): fix clusterconfig tojson (#16555)
**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  #16100

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-26 19:48:12 +01:00
Kjeld Schouten e825472fe3
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 19:45:07 +01:00
Kjeld Schouten 15fc2e7800
fix(homepage): temproary fix due to common rendering issue
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 19:44:54 +01:00
Kjeld Schouten 9c3ff9a1ea
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 19:39:18 +01:00
Kjeld Schouten 54d6d1831c
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 19:38:56 +01:00
Kjeld Schouten 3f6eea0f9b
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 19:34:54 +01:00
TrueCharts Bot c90671d7a7
chore(deps): update helm chart cloudnative-pg to 0.20.0 by renovate (#16546)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cloudnative-pg](https://cloudnative-pg.io)
([source](https://togithub.com/cloudnative-pg/charts)) | minor |
`0.19.1` -> `0.20.0` |

---

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

---

### Release Notes

<details>
<summary>cloudnative-pg/charts (cloudnative-pg)</summary>

###
[`v0.20.0`](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.19.1...cloudnative-pg-v0.20.0)

[Compare
Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.19.1...cloudnative-pg-v0.20.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-26 19:22:23 +01:00
TrueCharts Bot 8829dc1826
chore(deps): update helm chart common to 17.1.2 by renovate (#16556)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`17.1.1` -> `17.1.2` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.1.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.1...common-17.1.2)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-26 19:21:56 +01:00
Stavros Kois ce5453a1cd
fix(nextcloud): fix collabora's ingress (#16554)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
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 corresponding changes to the documentation
- [x] ⚠️ 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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-26 19:04:55 +01:00
kqmaverick aa6c3fb3fe
feat(homepage): add tc defaults (#16553)
**Description**
Adds TrueCharts config file defaults.

⚒️ Fixes  # 

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

**📃 Notes:**

**✔️ 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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 <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 18:35:16 +01:00
Kjeld Schouten fce642b9af
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 15:39:21 +01:00
Kjeld Schouten 698af50055
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 15:39:07 +01:00
Kjeld Schouten 7619c594ae
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 15:23:17 +01:00
TrueCharts Bot a7efaecad6
chore(deps): update helm general major by renovate (major) (#16547)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | major | `9.0.17` ->
`10.0.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | major | `5.0.16` ->
`6.0.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | major | `11.0.17`
-> `12.0.1` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | major | `10.0.17`
-> `11.0.1` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | major | `10.0.16`
-> `11.0.1` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | major | `5.0.16` ->
`6.0.1` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | major | `10.0.17`
-> `11.0.1` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v10.0.1`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.0.1)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.0.0...clickhouse-10.0.1)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v10.0.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.0.0)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.20...clickhouse-10.0.0)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v9.0.20`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.20)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.19...clickhouse-9.0.20)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v9.0.19`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.19)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.18...clickhouse-9.0.19)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v9.0.18`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.18)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.17...clickhouse-9.0.18)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

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

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 15:18:06 +01:00
Stavros Kois 0858fe00af
fix(velero): remove values (#16552)
**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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-26 15:02:52 +02:00
Stavros Kois dac54dc528
fix(calibre): link webserver ingress (#16551)
**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  #8387

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-26 15:02:41 +02:00
Kjeld Schouten 9b7b92edee
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 13:41:29 +01:00
Kjeld Schouten e6d9767d61
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 13:41:15 +01:00
Kjeld Schouten abecfc786a
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 13:40:54 +01:00
TrueCharts Bot 59d91c29d0
chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v28.0.1@060284d by renovate (#16478)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/nextcloud-fpm](https://togithub.com/truecharts/containers)
| patch | `v28.0.0` -> `v28.0.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-26 12:29:52 +00:00
TrueCharts Bot 9bc66255c2
chore(deps): update container image collabora/code to v23.05.6.4.1@46534fe by renovate (#16463) 2023-12-26 13:29:39 +01:00
kqmaverick 4598f02c8c
fix(jdownloader2): fix homepage widget (#16548)
**Description**
Fixes jdownloader homepage widget type

⚒️ Fixes  # 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-26 13:20:54 +01:00
StevenMcElligott 0a27df794c
docs(Homepage): Redo Integration section (#16550)
**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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-26 13:20:36 +01:00
TrueCharts Bot 53a87c398c
chore(deps): update container image nginxinc/nginx-unprivileged to 1.25.3@f67dc75 by renovate (#16441)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[nginxinc/nginx-unprivileged](https://togithub.com/nginxinc/docker-nginx-unprivileged)
| digest | `1d026ae` -> `f67dc75` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-26 07:27:05 +01:00
ZasX 3b7fe3051a
fix(homepage): docs hp-integration grammar (#16549)
**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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-26 02:23:11 +00:00
TrueCharts Bot d0f288430f
chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v@9c9d396 by renovate (#16450) 2023-12-26 01:40:08 +01:00
shadofall 18a97a838c
docs(Homepage): Add Homepage Setup Guide (#16544)
**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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-12-26 01:24:47 +01:00
TrueCharts-Bot 14f7692854 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-26 00:09:36 +00:00
kqmaverick d0d8d35b54
fix(jdownloader2): homepage widget (#16543)
**Description**
Sets correct type for jdownloader homepage widget.

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

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-25 21:57:12 +00:00
Stavros Kois cbeb65afe0
chore(nextcloud): mount additional storage to cron containers too (#16542)
**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  #14521

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-25 21:30:32 +00:00
Stavros Kois 16068b21be
chore(cert-manager): allow changing dns ns (#16540)
**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  #11301

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-25 22:10:29 +01:00
Stavros Kois 38c719c148
chore(external-service): use the templates on the UI (#16541)
**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)-->

```
https://github.com/truecharts/charts/issues/9446
```

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-25 22:10:09 +01:00
Stavros Kois 487d16f673
fix(pihole): fix quoting (#16538)
**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  #11798

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-25 22:32:47 +02:00
Kjeld Schouten aa39d7ab5c
feat(homepage): always enable kubernetes config (#16537)
**Description**
This ensures that kubernetes compatibility is always enabled on
homepage.

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-25 20:25:19 +01:00
Ac1dburn 76363251f7
fix(rtorrent-rutorrent): adding probe check (#16391)
**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)-->
Adding health ports as per
https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/master/rootfs/usr/local/bin/healthcheck

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Ac1dburn <ac1dburnez@gmail.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-25 21:19:46 +02:00
Kjeld Schouten 1980402733 fix(velero): hide redundant, unused and disabled stuff 2023-12-25 20:05:48 +01:00
TrueCharts Bot d28d2eb86f
chore(deps): update helm chart common to 17.1.1 by renovate (#16536)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`17.1.0` -> `17.1.1` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.1.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.0...common-17.1.1)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 19:23:06 +01:00
TrueCharts Bot 02f9e9a683
chore(deps): update container image lscr.io/linuxserver/kdenlive to latest@8552a3f by renovate (#16534)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/kdenlive | digest | `4fb506b` -> `8552a3f` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 19:22:29 +01:00
TrueCharts Bot 3185d946a0
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@5d6a37e by renovate (#16535)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `531c2f3` -> `5d6a37e` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 19:22:12 +01:00
TrueCharts Bot 279460aaa3
chore(deps): update container image diygod/rsshub to latest@3486e9e by renovate (#16533)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `9746561` -> `3486e9e` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 19:21:20 +01:00
TrueCharts Bot 6a2ea11999
chore(deps): update helm chart common to 17.1.0 by renovate (#16532)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`16.2.21` -> `17.1.0` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.0.2...common-17.1.0)

Function library for TrueCharts

###
[`v17.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.0.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.0.1...common-17.0.2)

Function library for TrueCharts

###
[`v17.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.0.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.0.0...common-17.0.1)

Function library for TrueCharts

###
[`v17.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.0.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.24...common-17.0.0)

Function library for TrueCharts

###
[`v16.2.24`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.24)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.23...common-16.2.24)

Function library for TrueCharts

###
[`v16.2.23`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.23)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.22...common-16.2.23)

Function library for TrueCharts

###
[`v16.2.22`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.22)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.21...common-16.2.22)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 17:59:06 +01:00
TrueCharts Bot bb3615076f
chore(deps): update helm chart common to 17.1.0 by renovate (#16531)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`16.2.23` -> `17.1.0` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.0.2...common-17.1.0)

Function library for TrueCharts

###
[`v17.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.0.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.0.1...common-17.0.2)

Function library for TrueCharts

###
[`v17.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.0.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.0.0...common-17.0.1)

Function library for TrueCharts

###
[`v17.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.0.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.24...common-17.0.0)

Function library for TrueCharts

###
[`v16.2.24`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.24)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.23...common-16.2.24)

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-25 17:31:30 +01:00
TrueCharts Bot 009906762a
chore(deps): update container image esphome/esphome to v2023.12.5@1107343 by renovate (#16529)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | patch | `2023.12.3` -> `2023.12.5` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 17:09:44 +01:00
TrueCharts Bot e8fdc40ade
chore(deps): update helm chart common to 16.2.24 by renovate (#16530)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.23` -> `16.2.24` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.24`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.24)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.23...common-16.2.24)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 17:09:05 +01:00
TrueCharts Bot 42441b0a8a
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@531c2f3 by renovate (#16445)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `2e553ee` -> `531c2f3` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 17:08:30 +01:00
TrueCharts Bot 1d184f28cb
chore(deps): update container image mikenye/tar1090 to latest@b7031ed by renovate (#16528) 2023-12-25 17:08:11 +01:00
TrueCharts Bot 075ed55d7a
chore(deps): update container image diygod/rsshub to latest@9746561 by renovate (#16527)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `6b4b57b` -> `9746561` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 17:08:00 +01:00
Stavros Kois 6bfe0d7df4
fix(invidious): automatically create hmac key (#16523)
**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  #16366

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-25 13:52:00 +01:00
TrueCharts Bot f99cc674a7
chore(deps): update container image m1k1o/neko to microsoft-edge@6e794b4 by renovate (#16511)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `cfebc5f` -> `6e794b4` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 12:25:26 +00:00
TrueCharts Bot ddd683acdf
chore(deps): update container image ghcr.io/linuxserver/healthchecks to v3.1.20231225@c96b768 by renovate (#16526)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/healthchecks](https://togithub.com/linuxserver/docker-healthchecks/packages)
([source](https://togithub.com/linuxserver/docker-healthchecks)) | patch
| `3.1.20231218` -> `3.1.20231225` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 13:20:49 +01:00
TrueCharts Bot 5b77da9a2f
chore(deps): update helm chart common to 16.2.23 by renovate (#16481)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.21` -> `16.2.23` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.23`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.23)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.22...common-16.2.23)

Function library for TrueCharts

###
[`v16.2.22`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.22)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.21...common-16.2.22)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 12:20:19 +00:00
TrueCharts Bot 8ccc17d938
chore(deps): update container image searxng/searxng to latest@9ddcc1c by renovate (#16525)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| searxng/searxng | digest | `6a2e5d4` -> `9ddcc1c` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 13:19:26 +01:00
Stavros Kois e235d78a40
fix(terraria): dont render raw secret (#16521)
**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  #16385

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
<!--
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
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-25 12:27:41 +02:00
TrueCharts Bot 0b596572f1
chore(deps): update container image m1k1o/neko to xfce@71ea720 by renovate (#16516)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `e154770` -> `71ea720` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 07:26:31 +01:00
TrueCharts Bot 3c6168f726
chore(deps): update container image m1k1o/neko to vivaldi@4d0f7db by renovate (#16514) 2023-12-25 07:26:18 +01:00
TrueCharts Bot 153ac91567
chore(deps): update container image m1k1o/neko to vlc@51d1719 by renovate (#16515)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `cc5f2f9` -> `51d1719` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 07:26:14 +01:00
TrueCharts Bot d2fe79f067
chore(deps): update container image m1k1o/neko to brave@fd89115 by renovate (#16507)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `5d853c2` -> `fd89115` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 06:25:47 +00:00
TrueCharts Bot 37f246145d
chore(deps): update container image m1k1o/neko to tor-browser@8f7cea0 by renovate (#16513)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `0da1510` -> `8f7cea0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 07:25:40 +01:00
TrueCharts Bot 5cfc0e96dc
chore(deps): update container image m1k1o/neko to remmina@707cb4e by renovate (#16512) 2023-12-25 07:25:17 +01:00
TrueCharts Bot 0b573b6a03
chore(deps): update container image m1k1o/neko to firefox@721d433 by renovate (#16509) 2023-12-25 07:25:15 +01:00
TrueCharts Bot 094e8eb013
chore(deps): update container image m1k1o/neko to google-chrome@c81e1b2 by renovate (#16510)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `abdedb3` -> `c81e1b2` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 07:25:11 +01:00
TrueCharts Bot 454d93d903
chore(deps): update container image m1k1o/neko to chromium@6d58fb5 by renovate (#16508)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `4d0064f` -> `6d58fb5` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 07:24:54 +01:00
TrueCharts Bot d7127237e3
chore(deps): update vikunja to v0.22.0@91609ef by renovate (minor) (#16501)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| vikunja/api | minor | `0.21.0` -> `0.22.0` |
| vikunja/frontend | minor | `0.21.0` -> `0.22.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 07:23:29 +01:00
TrueCharts Bot d4830b6ca4
chore(deps): update container image jeessy/ddns-go to v5.7.0@e3210da by renovate (#16493)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | minor |
`v5.6.7` -> `v5.7.0` |

---

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

---

### Release Notes

<details>
<summary>jeessy2/ddns-go (jeessy/ddns-go)</summary>

### [`v5.7.0`](https://togithub.com/jeessy2/ddns-go/releases/tag/v5.7.0)

[Compare
Source](https://togithub.com/jeessy2/ddns-go/compare/v5.6.7...v5.7.0)

#### Changelog

- [`afb8c71`](https://togithub.com/jeessy2/ddns-go/commit/afb8c71) add
eu.org subdomain
([#&#8203;920](https://togithub.com/jeessy2/ddns-go/issues/920))
- [`e2605ff`](https://togithub.com/jeessy2/ddns-go/commit/e2605ff) fix:
example for eu.org
([#&#8203;950](https://togithub.com/jeessy2/ddns-go/issues/950))
- [`1576b7b`](https://togithub.com/jeessy2/ddns-go/commit/1576b7b)
refactor(domains): use publicsuffix to parse
([#&#8203;952](https://togithub.com/jeessy2/ddns-go/issues/952))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 06:21:42 +00:00
TrueCharts Bot 1cb930a1a8
chore(deps): update container image bitnami/mariadb to v11.2.2@a095ab8 by renovate (#16485)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mariadb | minor | `11.1.3` -> `11.2.2` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 07:21:30 +01:00
TrueCharts Bot 1789321e86
chore(deps): update container image jlesage/handbrake to v23.12.2@7c43c9d by renovate (#16517)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/handbrake](https://togithub.com/jlesage/docker-handbrake) |
patch | `v23.12.1` -> `v23.12.2` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-handbrake (jlesage/handbrake)</summary>

###
[`v23.12.2`](https://togithub.com/jlesage/docker-handbrake/releases/tag/v23.12.2):
Version 23.12.2

[Compare
Source](https://togithub.com/jlesage/docker-handbrake/compare/v23.12.1...v23.12.2)

Changes in this release:

-   Updated HandBrake to version 1.7.2.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 07:20:54 +01:00
TrueCharts Bot 5c19aefa4b
chore(deps): update container image lscr.io/linuxserver/rdesktop to arch-xfce@9d746d8 by renovate (#16506)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `fb71447` -> `9d746d8` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 07:15:54 +01:00
TrueCharts Bot c62514fbcc
chore(deps): update container image itzg/mc-backup to latest@ff02910 by renovate (#16429)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| itzg/mc-backup | digest | `13d66ff` -> `ff02910` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:58:26 +01:00
TrueCharts Bot e24049d3ad
chore(deps): update container image n8nio/n8n to v1.22.1@946a541 by renovate (#16497) 2023-12-25 01:56:19 +01:00
TrueCharts Bot 882219fa57
chore(deps): update container image misskey/misskey to v2023.12.0@c5e96cb by renovate (#16496)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [misskey/misskey](https://togithub.com/misskey-dev/misskey) | minor |
`2023.11.1` -> `2023.12.0` |

---

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

---

### Release Notes

<details>
<summary>misskey-dev/misskey (misskey/misskey)</summary>

###
[`v2023.12.0`](https://togithub.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#2023120)

[Compare
Source](https://togithub.com/misskey-dev/misskey/compare/2023.11.1...2023.12.0)

##### Note

-   依存関係の更新に伴い、Node.js 20.10.0が最小要件になりました
-   絵文字の追加辞書を既にインストールしている場合は、お手数ですが再インストールのほどお願いします
-
絵文字ピッカーにピン留め表示する絵文字設定が「リアクション用」と「絵文字入力用」に分かれました。以前の設定は「リアクション用」として使用されます。

    **影響:**\

それにより、投稿フォームから表示される絵文字ピッカーのピン留め絵文字がリセットされたように感じるかもしれません(新設された"ピン留め(全般)"の設定が使われるため)。\
    投稿用のピン留め絵文字をアップデート前の状態にするには、以下の手順で操作します。

    1.  「設定」メニューに移動し、「絵文字ピッカー」タブを選択します。
    2.  「ピン留 (全般)」のタブを選択します。
    3.  「リアクション設定から上書きする」ボタンを押すことで、アップデート前の状態に戻すことができます。

##### General

- Feat: メールアドレスの認証にverifymail.ioを使えるように (cherry-pick from
971ba07a44)
- Feat: モデレーターがユーザーのアイコンもしくはバナー画像を未設定状態にできる機能を追加 (cherry-pick from
e0eb5a752f)
-   Feat: TL上からノートが見えなくなるワードミュートであるハードミュートを追加
-   Enhance: 指定したドメインのメールアドレスの登録を弾くことができるように
-   Enhance: 公開ロールにアサインされたときに通知が作成されるように
-   Enhance: アイコンデコレーションを複数設定できるように
-   Enhance: アイコンデコレーションの位置を微調整できるように
- Enhance: つながりの公開範囲をフォロー/フォロワーで個別に設定可能に
[#&#8203;12072](https://togithub.com/misskey-dev/misskey/issues/12072)
-   Enhance: ローカリゼーションの更新
-   Enhance: 依存関係の更新
-   Fix: MFM `$[unixtime ]` に不正な値を入力した際に発生する各種エラーを修正

##### Client

-   Feat: 今日誕生日のフォロー中のユーザーを一覧表示できるウィジェットを追加
-   Feat: 画面に雪を降らせられるように
- Enhance: MFMのアニメーション要素(`tada`, `jelly`, `twitch`, `shake`, `spin`,
`jump`, `bounce`, `rainbow`)に `delay` オプションを追加
-   Enhance: センシティブと判断されたウェブサイトのサムネイルを非表示に
    -   ウェブサイトをセンシティブと判断する仕組みが動いていないため、summalyProxyを使用しないと機能しません。
- Enhance: 投稿フォームの絵文字ピッカーをリアクション時に使用するものと同じのを使用するように
[#&#8203;12336](https://togithub.com/misskey-dev/misskey/issues/12336)
[#&#8203;12560](https://togithub.com/misskey-dev/misskey/issues/12560)
- Enhance: リアクション用ピン留め絵文字と投稿時の絵文字入力用ピン留め絵文字を分けて設定できるように
[#&#8203;12560](https://togithub.com/misskey-dev/misskey/issues/12560)
- Enhance: 絵文字のオートコンプリート機能強化
[#&#8203;12364](https://togithub.com/misskey-dev/misskey/issues/12364)
-   Enhance: ユーザーのRawデータを表示するページが復活
-   Enhance: リアクション選択時に音を鳴らせるように
-   Enhance: サウンドにドライブのファイルを使用できるように
-   Enhance: ナビゲーションバーに項目「キャッシュを削除」を追加
-   Enhance: Shareページで投稿を完了すると、親ウィンドウ(親フレーム)にpostMessageするように
- Enhance: チャンネル、クリップ、ページ、Play、ギャラリーにURLのコピーボタンを設置
[#&#8203;11305](https://togithub.com/misskey-dev/misskey/issues/11305)
-   Enhance: ノートプレビューに「内容を隠す」が反映されるように
-   Enhance: データセーバーでコードハイライトの読み込みを削減できるように
-   Enhance: データセーバーの適用範囲を個別で設定できるように
    -   従来のデータセーバーの設定はリセットされます
-   Enhance: タイムライン上のタブからリスト、アンテナ、チャンネルの管理ページにジャンプできるように
-   Enhance: ユーザー名、プロフィール、お知らせ、ページの編集画面でMFMや絵文字のオートコンプリートが使用できるように
-   Enhance: プロフィール、お知らせの編集画面でMFMのプレビューを表示できるように
-   Enhance: 絵文字の詳細ページに記載される情報を追加
-   Enhance: リアクションの表示幅制限を設定可能に
-   Enhance: Unicode 15.0のサポート
-   Enhance: コードブロックのハイライト機能を利用するには言語を明示的に指定させるように
    -   MFMでコードブロックを利用する際に意図しないハイライトが起こらないようになりました
    -   逆に、MFMでコードハイライトを利用したい際は言語を明示的に指定する必要があります\
        (例: ` ```js ` → Javascript, ` ```ais ` → AiScript)
-   Enhance: 絵文字などのオートコンプリートでShift+Tabを押すと前の候補を選択できるように
-   Enhance: チャンネルに新規の投稿がある場合にバッジを表示させる
-   Enhance: サウンド設定に「サウンドを出力しない」と「Misskeyがアクティブな時のみサウンドを出力する」を追加
-   Enhance: 設定したタグをトレンドに表示させないようにする項目を管理画面で設定できるように
-   Enhance: 絵文字ピッカーのカテゴリに「/」を入れることでフォルダ分け表示できるように
-   Fix: 「設定のバックアップ」で一部の項目がバックアップに含まれていなかった問題を修正
- Fix: ウィジェットのジョブキューにて音声の発音方法変更に追従できていなかったのを修正
[#&#8203;12367](https://togithub.com/misskey-dev/misskey/issues/12367)
-   Fix: コードエディタが正しく表示されない問題を修正
-   Fix: プロフィールの「ファイル」にセンシティブな画像がある際のデザインを修正
-   Fix: 一度に大量の通知が入った際に通知音が音割れする問題を修正
- Fix: 共有機能をサポートしていないブラウザの場合は共有ボタンを非表示にする
[#&#8203;11305](https://togithub.com/misskey-dev/misskey/issues/11305)
- Fix: 通知のグルーピング設定を変更してもリロードされるまで表示が変わらない問題を修正
[#&#8203;12470](https://togithub.com/misskey-dev/misskey/issues/12470)
-   Fix: 長い名前のチャンネルにおける投稿フォームの表示が崩れる問題を修正
-   Fix: セキュリティ向上のためAiScriptの`Mk:apiExternal`を無効化
-   Fix: ノート中の絵文字をタップして「リアクションする」からリアクションした際にリアクションサウンドが鳴らない不具合を修正
- Fix: ノート中のリアクションの表示を微調整
[#&#8203;12650](https://togithub.com/misskey-dev/misskey/issues/12650)
-   Fix: AiScriptの`readline`が不正な値を返すことがある問題を修正
-   Fix: 投票のみ/画像のみの引用RNが、通知欄でただのRNとして判定されるバグを修正
-   Fix: CWをつけて引用RNしても、普通のRNとして扱われてしまうバグを修正しました。
- Fix: 「画像が1枚のみのメディアリストの高さ」を「デフォルト」以外に設定していると、CWの中などに添付された画像が見られないバグを修正
-   Fix: DeepL TranslationのPro accountトグルスイッチが表示されていなかったのを修正
-   Fix: twitterの埋め込みカード内リンクからリンク先を開けない問題を修正
-   Fix: WebKitブラウザー上でも「デバイスの画面を常にオンにする」機能が効くように
-   Fix: ページ一覧ページの表示がモバイル環境において崩れているのを修正
-   Fix: MFMでルビの中のテキストがnyaizeされない問題を修正

##### Server

-   Enhance: MFM `$[ruby ]` が他ソフトウェアと連合されるように
-   Enhance: Meilisearchを有効にした検索で、ユーザーのミュートやブロックを考慮するように
-   Enhance: カスタム絵文字のインポート時の動作を改善
- Enhance: json-schema(OpenAPIの戻り値として使用されるスキーマ定義)を出来る限り最新化
[#&#8203;12311](https://togithub.com/misskey-dev/misskey/issues/12311)
- Fix: 時間経過により無効化されたアンテナを再有効化したとき、サーバ再起動までその状況が反映されないのを修正
[#&#8203;12303](https://togithub.com/misskey-dev/misskey/issues/12303)
-   Fix: ロールタイムラインが保存されない問題を修正
- Fix: api.jsonの生成ロジックを改善
[#&#8203;12402](https://togithub.com/misskey-dev/misskey/issues/12402)
-   Fix: 招待コードが使い回せる問題を修正
-   Fix: 特定の条件下でチャンネルやユーザーのノート一覧に最新のノートが表示されなくなる問題を修正
-   Fix: 何もノートしていないユーザーのフィードにアクセスするとエラーになる問題を修正
- Fix: リストタイムラインにてミュートが機能しないケースがある問題と、チャンネル投稿がストリーミングで流れてきてしまう問題を修正
[#&#8203;10443](https://togithub.com/misskey-dev/misskey/issues/10443)
- Fix: 「みつける」のなかにミュートしたユーザが現れてしまう問題を修正
[#&#8203;12383](https://togithub.com/misskey-dev/misskey/issues/12383)
-   Fix: Social/Local/Home Timelineにてインスタンスミュートが効かない問題
-   Fix: ユーザのノート一覧にてインスタンスミュートが効かない問題
-   Fix: チャンネルのノート一覧にてインスタンスミュートが効かない問題
-   Fix: 「みつける」が年越し時に壊れる問題を修正
-   Fix: アカウントをブロックした際に、自身のユーザーのページでノートが相手に表示される問題を修正
-   Fix: モデレーションログがモデレーターは閲覧できないように修正
-   Fix: ハッシュタグのトレンド除外設定が即時に効果を持つように修正
-   Fix: HTTP Digestヘッダのアルゴリズム部分に大文字の"SHA-256"しか使えない
-   Fix: 管理者用APIのアクセス権限が適切に設定されていない問題を修正

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 00:56:15 +00:00
TrueCharts Bot f59eb73da7
chore(deps): update container image ronivay/xen-orchestra to v5.131.0@9d63cdb by renovate (#16500)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ronivay/xen-orchestra | minor | `5.129.0` -> `5.131.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:55:56 +01:00
TrueCharts Bot f59b459b61
chore(deps): update container image openhab/openhab to v4.1.0@63cef01 by renovate (#16498)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [openhab/openhab](https://www.openhab.org/)
([source](https://togithub.com/openhab/openhab-docker)) | minor |
`4.0.4` -> `4.1.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:55:27 +01:00
TrueCharts Bot f91c017705
chore(deps): update container image ghcr.io/mriedmann/humhub-allinone to v1.15.0@a2a5719 by renovate (#16491)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/mriedmann/humhub-allinone](https://togithub.com/mriedmann/humhub-docker)
| minor | `1.13.2` -> `1.15.0` |

---

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

---

### Release Notes

<details>
<summary>mriedmann/humhub-docker
(ghcr.io/mriedmann/humhub-allinone)</summary>

###
[`v1.14.5`](https://togithub.com/mriedmann/humhub-docker/releases/tag/1.14.5)

#### What's Changed

- update to php8 by [@&#8203;mriedmann](https://togithub.com/mriedmann)
in
[https://github.com/mriedmann/humhub-docker/pull/268](https://togithub.com/mriedmann/humhub-docker/pull/268)
- Bump library/nginx from 1.23.4-alpine to 1.25.1-alpine by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mriedmann/humhub-docker/pull/321](https://togithub.com/mriedmann/humhub-docker/pull/321)
- stabilize integrity check by
[@&#8203;mriedmann](https://togithub.com/mriedmann) in
[https://github.com/mriedmann/humhub-docker/pull/323](https://togithub.com/mriedmann/humhub-docker/pull/323)
- Bump library/nginx from 1.25.1-alpine to 1.25.3-alpine by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mriedmann/humhub-docker/pull/330](https://togithub.com/mriedmann/humhub-docker/pull/330)
- update to 1.14.5 as stable by
[@&#8203;jvies](https://togithub.com/jvies) in
[https://github.com/mriedmann/humhub-docker/pull/327](https://togithub.com/mriedmann/humhub-docker/pull/327)

**Full Changelog**:
https://github.com/mriedmann/humhub-docker/compare/1.13.2...1.14.5

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:55:04 +01:00
TrueCharts Bot 6bc6852e79
chore(deps): update container image quay.io/go-skynet/local-ai to v2.2.0 by renovate (#16499)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [quay.io/go-skynet/local-ai](https://togithub.com/mudler/LocalAI) |
minor | `v2.1.0-cublas-cuda11-ffmpeg` -> `v2.2.0-cublas-cuda11-ffmpeg` |

---

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

---

### Release Notes

<details>
<summary>mudler/LocalAI (quay.io/go-skynet/local-ai)</summary>

### [`v2.2.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.2.0)

[Compare
Source](https://togithub.com/mudler/LocalAI/compare/v2.1.0...v2.2.0)

##### What's Changed

This release brings updates to the backends and includes a fix for
recompilation of LocalAI with go-rwkv
([https://github.com/mudler/LocalAI/issues/1473](https://togithub.com/mudler/LocalAI/issues/1473)).
To note, it also tries to reduce the image size by allowing some
backends (transformers-based) to share the same environment.

With this release inline templates and models as URLs are supported, for
example:

```yaml
name: mixtral

parameters:
  model: https://huggingface.co/TheBloke/Mixtral-8x7B-v0.1-GGUF/resolve/main/mixtral-8x7b-v0.1.Q2_K.gguf

##### or huggingface://TheBloke/Mixtral-8x7B-v0.1-GGUF/mixtral-8x7b-v0.1.Q2_K.gguf@main
template:
  completion: |
            Complete the following: {{.Input}}
```

##### Exciting New Features 🎉

- docs: automatically track latest versions by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1451](https://togithub.com/mudler/LocalAI/pull/1451)
- feat: inline templates and accept URLs in models by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1452](https://togithub.com/mudler/LocalAI/pull/1452)
- feat(conda): share envs with transformer-based backends by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1465](https://togithub.com/mudler/LocalAI/pull/1465)

##### 👒 Dependencies

- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1450](https://togithub.com/mudler/LocalAI/pull/1450)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1455](https://togithub.com/mudler/LocalAI/pull/1455)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1457](https://togithub.com/mudler/LocalAI/pull/1457)
- ⬆️ Update ggerganov/whisper.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1462](https://togithub.com/mudler/LocalAI/pull/1462)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1461](https://togithub.com/mudler/LocalAI/pull/1461)
- ⬆️ Update donomii/go-rwkv.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1470](https://togithub.com/mudler/LocalAI/pull/1470)

##### Other Changes

- How To (Updates and Fixes) by
[@&#8203;lunamidori5](https://togithub.com/lunamidori5) in
[https://github.com/mudler/LocalAI/pull/1456](https://togithub.com/mudler/LocalAI/pull/1456)
- Revert "⬆️ Update donomii/go-rwkv.cpp" by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1474](https://togithub.com/mudler/LocalAI/pull/1474)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.1.0...v2.2.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:54:43 +01:00
TrueCharts Bot e7100ab4c8
chore(deps): update container image ghcr.io/onedr0p/radarr to v5.2.6.8376@2de3993 by renovate (#16492) 2023-12-25 01:54:09 +01:00
TrueCharts Bot d06851f636
chore(deps): update container image ghcr.io/linuxserver/freshrss to v1.23.0@5e9c9dd by renovate (#16490) 2023-12-25 01:54:05 +01:00
TrueCharts Bot ba6954e308
chore(deps): update container image esphome/esphome to v2023.12.3@ec55136 by renovate (#16489) 2023-12-25 01:54:02 +01:00
TrueCharts Bot c81a4ddce8
chore(deps): update container image jlesage/putty to v23.12.1@5f294d9 by renovate (#16495)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/putty](https://togithub.com/jlesage/docker-putty) | minor |
`v23.11.2` -> `v23.12.1` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-putty (jlesage/putty)</summary>

###
[`v23.12.1`](https://togithub.com/jlesage/docker-putty/releases/tag/v23.12.1):
Version 23.12.1

[Compare
Source](https://togithub.com/jlesage/docker-putty/compare/v23.11.2...v23.12.1)

Changes in this release:

-   Updated PuTTY to version 0.80.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:53:59 +01:00
TrueCharts Bot 1df3fe2a88
chore(deps): update container image jenkins/jenkins to v2.437-jdk17@db2355b by renovate (#16494)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jenkins/jenkins](https://www.jenkins.io/)
([source](https://togithub.com/jenkinsci/docker)) | minor |
`2.436-jdk17` -> `2.437-jdk17` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:53:54 +01:00
TrueCharts Bot 3cb0bef115
chore(deps): update container image advplyr/audiobookshelf to v2.7.0@a96c95e by renovate (#16483)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| advplyr/audiobookshelf | minor | `2.6.0` -> `2.7.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:53:43 +01:00
TrueCharts Bot 5280f7b036
chore(deps): update container image baserow/baserow to v1.22.1@fb2b92c by renovate (#16484)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [baserow/baserow](https://gitlab.com/baserow/baserow) | minor |
`1.21.2` -> `1.22.1` |

---

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

---

### Release Notes

<details>
<summary>baserow/baserow (baserow/baserow)</summary>

###
[`v1.22.1`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1221)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.22.0...1.22.1)

##### Bug fixes

- Fix bug causing Baserow to use empty jwt secret by default when
running baserow from docker compose.
[#&#8203;2160](https://gitlab.com/baserow/baserow/-/issues/2160)
-   Fixed incorrect handling of row moved warning.

###
[`v1.22.0`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1220)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.21.2...1.22.0)

##### New features

- Add support for multiple select in the formula field. Add `has_option`
formula to check if a multiple select field has a specific option.
[#&#8203;1363](https://gitlab.com/baserow/baserow/-/issues/1363)
- Group rows by field.
[#&#8203;143](https://gitlab.com/baserow/baserow/-/issues/143)
- Allow switching between personal and collaborative views.
[#&#8203;1449](https://gitlab.com/baserow/baserow/-/issues/1449)
- Added UUID field type.
[#&#8203;1463](https://gitlab.com/baserow/baserow/-/issues/1463)
- Allow choosing a checkbox input option for the multiple select field
in the form view.
[#&#8203;1899](https://gitlab.com/baserow/baserow/-/issues/1899)
- Add chips UI component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Redesign context and select menus
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Restyle input and textarea
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Restyle radio button
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Add Last Modified By field
[#&#8203;2042](https://gitlab.com/baserow/baserow/-/issues/2042)
- Send a notification on form submission to subscribed users.
[#&#8203;2054](https://gitlab.com/baserow/baserow/-/issues/2054)
- Allow to follow/unfollow comments on a specific row.
[#&#8203;2086](https://gitlab.com/baserow/baserow/-/issues/2086)
- Display 'available in premium version' message for non-premium users
when switching view to Personal
[#&#8203;2087](https://gitlab.com/baserow/baserow/-/issues/2087)
- Add the duration field type.
[#&#8203;2088](https://gitlab.com/baserow/baserow/-/issues/2088)
- Add support for sorting Last Modified By fields
[#&#8203;2106](https://gitlab.com/baserow/baserow/-/issues/2106)
- Add support for search for last modified by field type
[#&#8203;2108](https://gitlab.com/baserow/baserow/-/issues/2108)
- Add is, is not, empty, not empty filters for last modified by field
[#&#8203;2109](https://gitlab.com/baserow/baserow/-/issues/2109)
- Immediate frontend rendering for changing Last modified by field
values [#&#8203;2113](https://gitlab.com/baserow/baserow/-/issues/2113)
- Add the created_by field type.
[#&#8203;624](https://gitlab.com/baserow/baserow/-/issues/624)
- Add autonumber field
[#&#8203;811](https://gitlab.com/baserow/baserow/-/issues/811)
- Allow choosing a radio input option for the single select field in the
form view.
[#&#8203;813](https://gitlab.com/baserow/baserow/-/issues/813)
- Introduced `BASEROW_FRONTEND_SAME_SITE_COOKIE` environment variable to
change the cookie sameSite value.
-   New templates:
    -   Beverage Sales Management
    -   Car Comparison
    -   ESG Management
    -   Staff Development

##### Bug fixes

- Fixed incorrect font in emails by introducing fallback.
[#&#8203;1947](https://gitlab.com/baserow/baserow/-/issues/1947)
- Fixes the deadlock errors that can occur when updating TSV cells.
[#&#8203;1984](https://gitlab.com/baserow/baserow/-/issues/1984)
- Fix shift arrow selection on grid view when primary key field option
is not first
[#&#8203;1998](https://gitlab.com/baserow/baserow/-/issues/1998)
- Make date field responsive in Row dialog.
[#&#8203;2048](https://gitlab.com/baserow/baserow/-/issues/2048)
- Fixed a bug that prevented table duplication when a 'Link to Table'
field is modified to link to a different table.
[#&#8203;2053](https://gitlab.com/baserow/baserow/-/issues/2053)
- Remove the 'App pitch planner' database from the 'Elementary School
Management System' template.
[#&#8203;2060](https://gitlab.com/baserow/baserow/-/issues/2060)
- Fix a bug causing the 'Duplicate row' in the UI not showing values
correctly for single and multiple select fields.
[#&#8203;2068](https://gitlab.com/baserow/baserow/-/issues/2068)
- Fix a bug preventing lookup fields to work properly with last modified
fields. [#&#8203;2081](https://gitlab.com/baserow/baserow/-/issues/2081)
- Fixed a bug causing the UI to freeze on clicking the already opened
table link in sidebar.
[#&#8203;2082](https://gitlab.com/baserow/baserow/-/issues/2082)
- Fix filename inconsistency for downloaded files
[#&#8203;2096](https://gitlab.com/baserow/baserow/-/issues/2096)
- Disable incompatible filters in public views
[#&#8203;2116](https://gitlab.com/baserow/baserow/-/issues/2116)
- Fix values not being updated in row edit modal if the row is not in
the buffer.
[#&#8203;2128](https://gitlab.com/baserow/baserow/-/issues/2128)
- Fix a bug causing comments not syncing in row edit modal on
navigation.
[#&#8203;2144](https://gitlab.com/baserow/baserow/-/issues/2144)
- Fix bug causing the notification panel to crash with comment
notifications lacking user sender
[#&#8203;2157](https://gitlab.com/baserow/baserow/-/issues/2157)
- Disable session recording in Posthog to prevent ReportingObserver
error.
- Fix show paginated response of the APIListingView in the OpenAPI spec.
-   Fixed undefined event when copying rows via multiple row context.
-   Fix duplicate darker color in palette.
-   Fix limit of the multiple selection in the web-frontend
-   Resolve the postcss-loader warnings.
- Fix bug where commenters were not able to see row comments and change
history.
-   Suppress redirect error when selecting the database application.

##### Refactors

- Alert and toast refactor
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Reduce the amount of data written from automatic field updates when
possible.
[#&#8203;2021](https://gitlab.com/baserow/baserow/-/issues/2021)
- Pick a valid view from the available ones if a rowId is provided in
the route params.
[#&#8203;2095](https://gitlab.com/baserow/baserow/-/issues/2095)
- Add the `workspace_id` and the `database_id` to webhook payload.
[#&#8203;2147](https://gitlab.com/baserow/baserow/-/issues/2147)
-   Improved performance of the field dependency updating.
- Improved performance of the field serialized import export, resulting
in fast duplication.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:53:29 +01:00
TrueCharts Bot 730891dd08
chore(deps): update container image docker.io/codercom/code-server to v4.20.0@945c1c6 by renovate (#16488)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/codercom/code-server | minor | `4.19.1` -> `4.20.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:53:13 +01:00
TrueCharts Bot 304dc61913
chore(deps): update container image deconzcommunity/deconz to v2.25.0@439b575 by renovate (#16487)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| deconzcommunity/deconz | minor | `2.24.2` -> `2.25.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:52:35 +01:00
TrueCharts Bot eebc6e9db8
chore(deps): update container image corentinth/it-tools to v2023.12.21-5ed3693@cb54f27 by renovate (#16486)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| corentinth/it-tools | minor | `2023.11.2-7d94e11` ->
`2023.12.21-5ed3693` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:52:20 +01:00
TrueCharts Bot f676bb71cf
chore(deps): update container image gitea/gitea to v1.21.3@00677d8 by renovate (#16471)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gitea/gitea](https://togithub.com/go-gitea/gitea) | patch |
`1.21.2-rootless` -> `1.21.3-rootless` |

---

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

---

### Release Notes

<details>
<summary>go-gitea/gitea (gitea/gitea)</summary>

###
[`v1.21.3`](https://togithub.com/go-gitea/gitea/releases/tag/v1.21.3)

[Compare
Source](https://togithub.com/go-gitea/gitea/compare/v1.21.2...v1.21.3)

-   SECURITY
- Update golang.org/x/crypto
([#&#8203;28519](https://togithub.com/go-gitea/gitea/issues/28519))
-   API
- chore(api): support ignore password if login source type is LDAP for
creating user API
([#&#8203;28491](https://togithub.com/go-gitea/gitea/issues/28491))
([#&#8203;28525](https://togithub.com/go-gitea/gitea/issues/28525))
- Add endpoint for not implemented Docker auth
([#&#8203;28457](https://togithub.com/go-gitea/gitea/issues/28457))
([#&#8203;28462](https://togithub.com/go-gitea/gitea/issues/28462))
-   ENHANCEMENTS
- Add option to disable ambiguous unicode characters detection
([#&#8203;28454](https://togithub.com/go-gitea/gitea/issues/28454))
([#&#8203;28499](https://togithub.com/go-gitea/gitea/issues/28499))
- Refactor SSH clone URL generation code
([#&#8203;28421](https://togithub.com/go-gitea/gitea/issues/28421))
([#&#8203;28480](https://togithub.com/go-gitea/gitea/issues/28480))
- Polyfill SubmitEvent for PaleMoon
([#&#8203;28441](https://togithub.com/go-gitea/gitea/issues/28441))
([#&#8203;28478](https://togithub.com/go-gitea/gitea/issues/28478))
-   BUGFIXES
- Fix the issue ref rendering for wiki
([#&#8203;28556](https://togithub.com/go-gitea/gitea/issues/28556))
([#&#8203;28559](https://togithub.com/go-gitea/gitea/issues/28559))
- Fix duplicate ID when deleting repo
([#&#8203;28520](https://togithub.com/go-gitea/gitea/issues/28520))
([#&#8203;28528](https://togithub.com/go-gitea/gitea/issues/28528))
- Only check online runner when detecting matching runners in workflows
([#&#8203;28286](https://togithub.com/go-gitea/gitea/issues/28286))
([#&#8203;28512](https://togithub.com/go-gitea/gitea/issues/28512))
- Initalize stroage for orphaned repository doctor
([#&#8203;28487](https://togithub.com/go-gitea/gitea/issues/28487))
([#&#8203;28490](https://togithub.com/go-gitea/gitea/issues/28490))
- Fix possible nil pointer access
([#&#8203;28428](https://togithub.com/go-gitea/gitea/issues/28428))
([#&#8203;28440](https://togithub.com/go-gitea/gitea/issues/28440))
- Don't show unnecessary citation JS error on UI
([#&#8203;28433](https://togithub.com/go-gitea/gitea/issues/28433))
([#&#8203;28437](https://togithub.com/go-gitea/gitea/issues/28437))
-   DOCS
- Update actions document about comparsion as Github Actions
([#&#8203;28560](https://togithub.com/go-gitea/gitea/issues/28560))
([#&#8203;28564](https://togithub.com/go-gitea/gitea/issues/28564))
- Fix documents for "custom/public/assets/"
([#&#8203;28465](https://togithub.com/go-gitea/gitea/issues/28465))
([#&#8203;28467](https://togithub.com/go-gitea/gitea/issues/28467))
-   MISC
- Fix inperformant query on retrifing review from database.
([#&#8203;28552](https://togithub.com/go-gitea/gitea/issues/28552))
([#&#8203;28562](https://togithub.com/go-gitea/gitea/issues/28562))
- Improve the prompt for "ssh-keygen sign"
([#&#8203;28509](https://togithub.com/go-gitea/gitea/issues/28509))
([#&#8203;28510](https://togithub.com/go-gitea/gitea/issues/28510))
- Update docs for DISABLE_QUERY_AUTH_TOKEN
([#&#8203;28485](https://togithub.com/go-gitea/gitea/issues/28485))
([#&#8203;28488](https://togithub.com/go-gitea/gitea/issues/28488))
- Fix Chinese translation of config cheat sheet\[API]
([#&#8203;28472](https://togithub.com/go-gitea/gitea/issues/28472))
([#&#8203;28473](https://togithub.com/go-gitea/gitea/issues/28473))
- Retry SSH key verification with additional CRLF if it failed
([#&#8203;28392](https://togithub.com/go-gitea/gitea/issues/28392))
([#&#8203;28464](https://togithub.com/go-gitea/gitea/issues/28464))

Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be
automatically upgraded to this version during the specified maintenance
window.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:51:35 +01:00
TrueCharts Bot bb8ae0770f
chore(deps): update container image shaneisrael/fireshare to v1.2.16@338eaa8 by renovate (#16476) 2023-12-25 01:51:12 +01:00
TrueCharts Bot e54905658f
chore(deps): update container image zwavejs/zwave-js-ui to v9.6.2@4a296b2 by renovate (#16480) 2023-12-25 01:50:56 +01:00
TrueCharts Bot c8f59621fd
chore(deps): update container image yourselfhosted/slash to v0.5.1@08ad775 by renovate (#16479) 2023-12-25 01:50:50 +01:00
TrueCharts Bot e93c793aa1
chore(deps): update container image flowiseai/flowise to v1.4.7@f227fcd by renovate (#16464)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| flowiseai/flowise | patch | `1.4.6` -> `1.4.7` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:50:04 +01:00
TrueCharts Bot e94390035a
chore(deps): update container image metabase/metabase to v0.48.1@98f9d81 by renovate (#16473)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| metabase/metabase | patch | `v0.48.0` -> `v0.48.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:49:57 +01:00
TrueCharts Bot 39b0544730
chore(deps): update container image jeessy/ddns-go to v5.6.7@9b0a1d2 by renovate (#16472) 2023-12-25 01:49:31 +01:00
TrueCharts Bot 13bd4ee3a6
chore(deps): update container image minio/minio to vrelease.2023-12-23t07-19-11z@47d5b01 by renovate (#16474)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| minio/minio | patch | `RELEASE.2023-12-14T18-51-57Z` ->
`RELEASE.2023-12-23T07-19-11Z` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:49:26 +01:00
TrueCharts Bot bfa092e0f8
chore(deps): update container image ghcr.io/unpoller/unpoller to v2.9.5@486a633 by renovate (#16470)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/unpoller/unpoller](https://togithub.com/unpoller/unpoller) |
patch | `v2.9.4` -> `v2.9.5` |

---

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

---

### Release Notes

<details>
<summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary>

###
[`v2.9.5`](https://togithub.com/unpoller/unpoller/releases/tag/v2.9.5)

[Compare
Source](https://togithub.com/unpoller/unpoller/compare/v2.9.4...v2.9.5)

#### Changelog

- [`92fdd61`](https://togithub.com/unpoller/unpoller/commit/92fdd613)
Merge pull request
[#&#8203;659](https://togithub.com/unpoller/unpoller/issues/659) from
unpoller/dependabot/go_modules/golang.org/x/crypto-0.17.0
- [`19e1240`](https://togithub.com/unpoller/unpoller/commit/19e12402)
Bump golang.org/x/crypto from 0.16.0 to 0.17.0
- [`2302a69`](https://togithub.com/unpoller/unpoller/commit/2302a69a)
Merge pull request
[#&#8203;654](https://togithub.com/unpoller/unpoller/issues/654) from
unpoller/dependabot/github_actions/actions/setup-go-5
- [`80d99a8`](https://togithub.com/unpoller/unpoller/commit/80d99a83)
Merge pull request
[#&#8203;655](https://togithub.com/unpoller/unpoller/issues/655) from
unpoller/dependabot/go_modules/github.com/influxdata/influxdb-client-go/v2-2.13.0
- [`e625f9d`](https://togithub.com/unpoller/unpoller/commit/e625f9dd)
Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.4 to 2.13.0
- [`26c8e0a`](https://togithub.com/unpoller/unpoller/commit/26c8e0a2)
Bump actions/setup-go from 4 to 5
- [`a73e9ea`](https://togithub.com/unpoller/unpoller/commit/a73e9eaf)
Merge pull request
[#&#8203;650](https://togithub.com/unpoller/unpoller/issues/650) from
unpoller/dependabot/go_modules/golang.org/x/net-0.19.0
- [`aa98544`](https://togithub.com/unpoller/unpoller/commit/aa985444)
Bump golang.org/x/net from 0.18.0 to 0.19.0
- [`c6186de`](https://togithub.com/unpoller/unpoller/commit/c6186de5)
Merge pull request
[#&#8203;643](https://togithub.com/unpoller/unpoller/issues/643) from
unpoller/platinummonkey-patch-1
- [`bcfab84`](https://togithub.com/unpoller/unpoller/commit/bcfab844)
Update docker-compose.yml
- [`880a152`](https://togithub.com/unpoller/unpoller/commit/880a152d)
Merge pull request
[#&#8203;642](https://togithub.com/unpoller/unpoller/issues/642) from
unpoller/dependabot/go_modules/golang.org/x/net-0.18.0
- [`39e1c56`](https://togithub.com/unpoller/unpoller/commit/39e1c560)
Bump golang.org/x/net from 0.17.0 to 0.18.0
- [`db5a268`](https://togithub.com/unpoller/unpoller/commit/db5a2682)
Merge pull request
[#&#8203;631](https://togithub.com/unpoller/unpoller/issues/631) from
austinbrowder/master
- [`8974cce`](https://togithub.com/unpoller/unpoller/commit/8974cce0)
Fixed PR lint failure
- [`746ab85`](https://togithub.com/unpoller/unpoller/commit/746ab856)
Added source interface identifier to exportUSGstats function

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:48:47 +01:00
TrueCharts Bot 7391c51bf6
chore(deps): update container image ghcr.io/onedr0p/readarr-develop to v0.3.13.2338@bf8a16b by renovate (#16469) 2023-12-25 01:48:32 +01:00
TrueCharts Bot cd7efba614
chore(deps): update container image beromir/servas to v0.0.7@0fedba9 by renovate (#16457) 2023-12-25 01:48:30 +01:00
TrueCharts Bot f2569be8d3
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.11.3.4163@388ab3f by renovate (#16468) 2023-12-25 01:48:29 +01:00
TrueCharts Bot 1047118b14
chore(deps): update container image ghcr.io/goofball222/unifi to v8.0.24@d8b9f6c by renovate (#16467)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goofball222/unifi](https://togithub.com/goofball222/unifi) |
patch | `8.0.7` -> `8.0.24` |

---

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

---

### Release Notes

<details>
<summary>goofball222/unifi (ghcr.io/goofball222/unifi)</summary>

###
[`v8.0.24`](https://togithub.com/goofball222/unifi/releases/tag/8.0.24)

UniFi Network Application v8.0.24 -
https://community.ui.com/releases/UniFi-Network-Application-8-0-24/43b24781-aea8-48dc-85b2-3fca42f758c9

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:48:25 +01:00
TrueCharts Bot 701b3074bf
chore(deps): update container image tailscale/tailscale to v1.56.1@ac0c192 by renovate (#16477) 2023-12-25 01:48:16 +01:00
TrueCharts Bot 47de636ae9
chore(deps): update container image ghcr.io/fluidd-core/fluidd to v1.27.1@01e6dcf by renovate (#16466)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/fluidd-core/fluidd](https://togithub.com/fluidd-core/fluidd)
| patch | `v1.27.0` -> `v1.27.1` |

---

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

---

### Release Notes

<details>
<summary>fluidd-core/fluidd (ghcr.io/fluidd-core/fluidd)</summary>

###
[`v1.27.1`](https://togithub.com/fluidd-core/fluidd/releases/tag/v1.27.1)

[Compare
Source](https://togithub.com/fluidd-core/fluidd/compare/v1.27.0...v1.27.1)

##### Features

- add feature to filter moonraker backup files
([#&#8203;1278](https://togithub.com/fluidd-core/fluidd/issues/1278))
([66c8d20](66c8d20cb1))
- adds help tooltips to File Browsers
([af48f3c](af48f3c97e))
- highlight section in circle toolhead control
([99ef5b3](99ef5b3efe))
- new SVG assets for circle toolhead controls
([#&#8203;1279](https://togithub.com/fluidd-core/fluidd/issues/1279))
([62cd4c1](62cd4c1053))

##### Bug Fixes

- corrects original source attributions
([#&#8203;1276](https://togithub.com/fluidd-core/fluidd/issues/1276))
([8ee1312](8ee1312153))
- improves estimates calculation
([#&#8203;1283](https://togithub.com/fluidd-core/fluidd/issues/1283))
([822a274](822a2748e6))
- makes print cooling fan optional
([#&#8203;1281](https://togithub.com/fluidd-core/fluidd/issues/1281))
([de2d15c](de2d15cccd))
- reset default move distance when availables change
([#&#8203;1287](https://togithub.com/fluidd-core/fluidd/issues/1287))
([720d6b2](720d6b2f45))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:48:10 +01:00
TrueCharts Bot 496707f006
chore(deps): update container image ghcr.io/drakkan/sftpgo to v2.5.6@5842985 by renovate (#16465) 2023-12-25 01:47:49 +01:00
TrueCharts Bot fb2284aa86
chore(deps): update container image boredazfcuk/icloudpd to v1.0.696@b76c4db by renovate (#16459)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| boredazfcuk/icloudpd | patch | `1.0.691` -> `1.0.696` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:47:42 +01:00
TrueCharts Bot ac606a97f7
chore(deps): update container image ckulka/baikal to v0.9.4@2dbd7b7 by renovate (#16460) 2023-12-25 01:46:46 +01:00
TrueCharts Bot f572b2d14b
chore(deps): update container image clickhouse/clickhouse-server to v23.11.3.23@f577006 by renovate (#16461)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clickhouse/clickhouse-server | patch | `23.11.2.11` -> `23.11.3.23` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:46:45 +01:00
TrueCharts Bot d5b0320eba
chore(deps): update container image codetheweb/muse to v2.4.4@c3a6a01 by renovate (#16462)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| codetheweb/muse | patch | `2.4.3` -> `2.4.4` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:46:40 +01:00
TrueCharts Bot db62978d5a
chore(deps): update container image wiserain/flexget to 3.10.6@85dddfd by renovate (#16452) 2023-12-25 01:45:56 +01:00
TrueCharts Bot ac985a48e7
chore(deps): update container image yourls to latest@1000d12 by renovate (#16453)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yourls | digest | `2587d6c` -> `1000d12` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:45:33 +01:00
TrueCharts Bot dab4a7f9f8
chore(deps): update container image revenz/fileflows to 23.12@23743aa by renovate (#16447) 2023-12-25 01:45:12 +01:00
TrueCharts Bot 74181c4f37
chore(deps): update container image wabayang/jelu to latest@5cd8181 by renovate (#16451)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| wabayang/jelu | digest | `3b07c8f` -> `5cd8181` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:44:49 +01:00
TrueCharts Bot 81099dc588
chore(deps): update container image niruix/sshwifty to latest@b6b2e59 by renovate (#16442)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| niruix/sshwifty | digest | `5c296e4` -> `b6b2e59` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:44:34 +01:00
TrueCharts Bot 1d57e64fbc
chore(deps): update container image quay.io/invidious/invidious to latest@1ecee58 by renovate (#16444)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/invidious/invidious | digest | `d7517f2` -> `1ecee58` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:44:16 +01:00
TrueCharts Bot f084519072
chore(deps): update container image searxng/searxng to latest@6a2e5d4 by renovate (#16449) 2023-12-25 01:44:09 +01:00
TrueCharts Bot 23032bf083
chore(deps): update container image redmine to 5.1.1@a935514 by renovate (#16446) 2023-12-25 01:44:07 +01:00
TrueCharts Bot ac35ccd4bf
chore(deps): update container image rocker/rstudio to 4.3.2@7dcbb18 by renovate (#16448) 2023-12-25 01:43:55 +01:00
TrueCharts Bot 0e02c782be
chore(deps): update container image monica to 4.0.0@cb63fc1 by renovate (#16439)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `78c4ade` -> `cb63fc1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:43:51 +01:00
TrueCharts Bot af6b7dee61
chore(deps): update container image phasecorex/red-discordbot to full@d005aa1 by renovate (#16443) 2023-12-25 01:43:47 +01:00
TrueCharts Bot f15c2e972d
chore(deps): update webtop by renovate (#16455)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `d44b37a` -> `e652ffa` |
| lscr.io/linuxserver/webtop | digest | `edf424c` -> `46db51f` |
| lscr.io/linuxserver/webtop | digest | `a7ae505` -> `03cb117` |
| lscr.io/linuxserver/webtop | digest | `2ca3cb8` -> `a729c14` |
| lscr.io/linuxserver/webtop | digest | `c23f0fb` -> `a06fb31` |
| lscr.io/linuxserver/webtop | digest | `6f26025` -> `80844f6` |
| lscr.io/linuxserver/webtop | digest | `9c27457` -> `1b06381` |
| lscr.io/linuxserver/webtop | digest | `2081eb3` -> `9543bc2` |
| lscr.io/linuxserver/webtop | digest | `093ea82` -> `949000e` |
| lscr.io/linuxserver/webtop | digest | `0ae8820` -> `7eaeabd` |
| lscr.io/linuxserver/webtop | digest | `80002ca` -> `555b705` |
| lscr.io/linuxserver/webtop | digest | `eb2a919` -> `525e619` |
| lscr.io/linuxserver/webtop | digest | `457bd50` -> `d461f1f` |
| lscr.io/linuxserver/webtop | digest | `afd17bf` -> `37c9780` |
| lscr.io/linuxserver/webtop | digest | `3cd3cd0` -> `2e3dce4` |
| lscr.io/linuxserver/webtop | digest | `5ff1c06` -> `7e254ca` |
| lscr.io/linuxserver/webtop | digest | `7230ad7` -> `5838ff1` |
| lscr.io/linuxserver/webtop | digest | `139e6fe` -> `160be0f` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:43:38 +01:00
TrueCharts Bot 864c7805bf
chore(deps): update container image nginx to 1.25.3@2bdc49f by renovate (#16440) 2023-12-25 01:43:14 +01:00
TrueCharts Bot 4c43e93f2a
chore(deps): update rdesktop by renovate (#16454) 2023-12-25 01:43:11 +01:00
TrueCharts Bot 03cc25c1e0
chore(deps): update container image mbentley/omada-controller to 5.13@eab6ecf by renovate (#16436)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[mbentley/omada-controller](https://togithub.com/mbentley/docker-omada-controller)
| digest | `3e48580` -> `eab6ecf` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:43:05 +01:00
TrueCharts Bot e5040cc0c6
chore(deps): update container image mattermost/mattermost-enterprise-edition to release-9.4@46dda99 by renovate (#16435) 2023-12-25 01:42:53 +01:00
TrueCharts Bot d4b3155068
chore(deps): update container image lscr.io/linuxserver/cops to 2.2.1@a32aef4 by renovate (#16433)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[lscr.io/linuxserver/cops](https://togithub.com/linuxserver/docker-cops/packages)
([source](https://togithub.com/linuxserver/docker-cops)) | digest |
`b593fe1` -> `a32aef4` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:42:49 +01:00
TrueCharts Bot 5448fefeb7
chore(deps): update container image linuxserver/calibre-web to version-0.6.21@46a39bd by renovate (#16430) 2023-12-25 01:42:37 +01:00
TrueCharts Bot a8a6c8a6c3
chore(deps): update container image mikeah/prusaslicer-novnc to latest@15b3cf5 by renovate (#16437)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikeah/prusaslicer-novnc | digest | `d4fafb2` -> `15b3cf5` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:42:34 +01:00
TrueCharts Bot cf3f812df8
chore(deps): update container image lscr.io/linuxserver/pyload-ng to latest@f3b57d7 by renovate (#16434) 2023-12-25 01:42:32 +01:00
TrueCharts Bot 2d39dca5fd
chore(deps): update container image lissy93/dashy to 2.1.1@07e2695 by renovate (#16432) 2023-12-25 01:42:24 +01:00
TrueCharts Bot 9f9faafdf7
chore(deps): update container image linuxserver/mylar3 to version-v0.7.6@0dbc849 by renovate (#16431)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/mylar3](https://togithub.com/linuxserver/docker-mylar3/packages)
([source](https://togithub.com/linuxserver/docker-mylar3)) | digest |
`ae9c057` -> `0dbc849` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:42:18 +01:00
TrueCharts Bot e326e40cb8
chore(deps): update container image modem7/docker-rickroll to latest@7a9b668 by renovate (#16438)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| modem7/docker-rickroll | digest | `d3f292c` -> `7a9b668` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:42:05 +01:00
TrueCharts Bot 914511a730
chore(deps): update container image ich777/chrome to latest@32939a2 by renovate (#16427)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/chrome | digest | `1993890` -> `32939a2` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:41:23 +01:00
TrueCharts Bot 81c4b18524
chore(deps): update container image ghcr.io/linuxserver/synclounge to 5.2.24@f01c3ff by renovate (#16425) 2023-12-25 01:40:37 +01:00
TrueCharts Bot be625d0eb0
chore(deps): update container image ghcr.io/linuxserver/piwigo to 14.0.0@95ef93a by renovate (#16421)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/piwigo](https://togithub.com/linuxserver/docker-piwigo/packages)
([source](https://togithub.com/linuxserver/docker-piwigo)) | digest |
`0eb2a0a` -> `95ef93a` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:40:35 +01:00
TrueCharts Bot 74bec066fd
chore(deps): update container image ghcr.io/linuxserver/remmina to 1.4.2@d83a980 by renovate (#16422)
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 |
`ae213f0` -> `d83a980` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:40:31 +01:00
TrueCharts Bot 5ea1090862
chore(deps): update container image ghcr.io/techno-tim/littlelink-server to latest@c1fc54e by renovate (#16426)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/techno-tim/littlelink-server | digest | `b401088` -> `c1fc54e`
|

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:40:27 +01:00
TrueCharts Bot f7d4883dfb
chore(deps): update container image ich777/thunderbird to latest@dba18fa by renovate (#16428) 2023-12-25 01:39:58 +01:00
TrueCharts Bot b275e21995
chore(deps): update container image ghcr.io/linuxserver/sickchill to 2023.6.27@7ddf828 by renovate (#16424) 2023-12-25 01:39:46 +01:00
TrueCharts Bot 6c805bdbdc
chore(deps): update container image ghcr.io/linuxserver/mysql-workbench to 8.0.34@51c9417 by renovate (#16419) 2023-12-25 01:39:37 +01:00
TrueCharts Bot bd7ab35f9d
chore(deps): update container image ghcr.io/linuxserver/resilio-sync to 2.7.3@d383739 by renovate (#16423)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/resilio-sync](https://togithub.com/linuxserver/docker-resilio-sync/packages)
([source](https://togithub.com/linuxserver/docker-resilio-sync)) |
digest | `0257ce6` -> `d383739` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:39:30 +01:00
TrueCharts Bot 93e77dc5d3
chore(deps): update container image ghcr.io/linuxserver/openvscode-server to 1.85.1@809908a by renovate (#16420)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/openvscode-server](https://togithub.com/linuxserver/docker-openvscode-server/packages)
([source](https://togithub.com/linuxserver/docker-openvscode-server)) |
digest | `8f06a8e` -> `809908a` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:39:12 +01:00
TrueCharts Bot e3747ef30b
chore(deps): update container image ghcr.io/linuxserver/mstream to 5.11.4@d7810b6 by renovate (#16418)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mstream](https://togithub.com/linuxserver/docker-mstream/packages)
([source](https://togithub.com/linuxserver/docker-mstream)) | digest |
`579434f` -> `d7810b6` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:39:01 +01:00
TrueCharts Bot 1ee12f0e5c
chore(deps): update container image ghcr.io/linuxserver/emulatorjs to 1.7.3@80d0e5d by renovate (#16412)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/emulatorjs](https://togithub.com/linuxserver/docker-emulatorjs/packages)
([source](https://togithub.com/linuxserver/docker-emulatorjs)) | digest
| `83eb76a` -> `80d0e5d` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 00:38:58 +00:00
TrueCharts Bot 85cd1a88fd
chore(deps): update container image ghcr.io/linuxserver/budge to 0.0.9@9981408 by renovate (#16409) 2023-12-25 01:38:56 +01:00
TrueCharts Bot b8a0438003
chore(deps): update container image ghcr.io/linuxserver/lazylibrarian to latest@20ba4ca by renovate (#16416)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/lazylibrarian | digest | `bc5dba2` -> `20ba4ca` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:38:53 +01:00
TrueCharts Bot 78f1736360
chore(deps): update container image ghcr.io/linuxserver/librespeed to 5.3.0@fd347dd by renovate (#16417)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/librespeed](https://togithub.com/linuxserver/docker-librespeed/packages)
([source](https://togithub.com/linuxserver/docker-librespeed)) | digest
| `482f02a` -> `fd347dd` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 00:38:45 +00:00
TrueCharts Bot ef3915765c
chore(deps): update container image ghcr.io/linuxserver/grocy to 4.0.3@8644452 by renovate (#16415)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/grocy](https://togithub.com/linuxserver/docker-grocy/packages)
([source](https://togithub.com/linuxserver/docker-grocy)) | digest |
`5f257b8` -> `8644452` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 00:38:35 +00:00
TrueCharts Bot 345b9d2a59
chore(deps): update container image ghcr.io/linuxserver/grav to 1.7.43@ac7dd47 by renovate (#16414)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/grav](https://togithub.com/linuxserver/docker-grav/packages)
([source](https://togithub.com/linuxserver/docker-grav)) | digest |
`09ae764` -> `ac7dd47` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:38:19 +01:00
TrueCharts Bot 78c1a75d68
chore(deps): update container image ghcr.io/linuxserver/calibre to 7.2.0@34f54bb by renovate (#16410)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/calibre](https://togithub.com/linuxserver/docker-calibre/packages)
([source](https://togithub.com/linuxserver/docker-calibre)) | digest |
`c5af242` -> `34f54bb` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:38:05 +01:00
TrueCharts Bot 9475007a74
chore(deps): update container image ghcr.io/linuxserver/foldingathome to 7.6.21@8c3b02c by renovate (#16413)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/foldingathome](https://togithub.com/linuxserver/docker-foldingathome/packages)
([source](https://togithub.com/linuxserver/docker-foldingathome)) |
digest | `1919126` -> `8c3b02c` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:37:57 +01:00
TrueCharts Bot 215b76fb23
chore(deps): update container image ghcr.io/linuxserver/babybuddy to 2.1.2@40a418f by renovate (#16406)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/babybuddy](https://togithub.com/linuxserver/docker-babybuddy/packages)
([source](https://togithub.com/linuxserver/docker-babybuddy)) | digest |
`5df9a04` -> `40a418f` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:37:49 +01:00
TrueCharts Bot fa10023d6d
chore(deps): update container image ghcr.io/linuxserver/boinc to latest@a179088 by renovate (#16408)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/boinc | digest | `741b3c6` -> `a179088` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:37:33 +01:00
TrueCharts Bot 81da2bd85f
chore(deps): update container image ghcr.io/linuxserver/beets to version-1.6.0@94775cb by renovate (#16407) 2023-12-25 01:37:12 +01:00
TrueCharts Bot ebb564fa98
chore(deps): update container image ghcr.io/linuxserver/doublecommander to latest@d94b4d4 by renovate (#16411)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/doublecommander | digest | `b375e7a` -> `d94b4d4`
|

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:36:58 +01:00
TrueCharts Bot 1f6ddc5fa3
chore(deps): update container image cyfershepard/jellystat to latest@d321b59 by renovate (#16400)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| cyfershepard/jellystat | digest | `81df6c5` -> `d321b59` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:36:35 +01:00
TrueCharts Bot 9403cd8e99
chore(deps): update container image friendica to 2023.05@ed2c115 by renovate (#16405)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| friendica | digest | `4d49a11` -> `ed2c115` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:36:29 +01:00
TrueCharts Bot 5bb98f1fb9
chore(deps): update container image dtjs48jkt/twonkyserver to latest@3581e4e by renovate (#16404) 2023-12-25 01:36:00 +01:00
TrueCharts Bot e8f293f2e6
chore(deps): update container image docker.io/odoo to 17.0@5ecf94e by renovate (#16403)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/odoo | digest | `ad3f090` -> `5ecf94e` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:35:57 +01:00
TrueCharts Bot 9d5bd27c6a
chore(deps): update container image diygod/rsshub to latest@6b4b57b by renovate (#16401)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `5a38cb5` -> `6b4b57b` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:35:16 +01:00
TrueCharts Bot 4af4707e5e
chore(deps): update container image bitnami/wordpress to 6.4.2@4796413 by renovate (#16398)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/wordpress | digest | `31a579a` -> `4796413` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:34:47 +01:00
TrueCharts Bot b448751dac
chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@61a6b0a by renovate (#16402)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/alpine/socat | digest | `af9a3db` -> `61a6b0a` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:34:37 +01:00
TrueCharts Bot ab8a0ed8d6
chore(deps): update container image bitnami/matomo to 4.16.0@97f0d49 by renovate (#16395)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/matomo | digest | `82807b0` -> `97f0d49` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:34:30 +01:00
TrueCharts Bot 98879b57af
chore(deps): update container image bitnami/dokuwiki to 20230404.1.0@37e5b6e by renovate (#16393) 2023-12-25 01:34:23 +01:00
TrueCharts Bot e8be89f653
chore(deps): update container image chronograf to latest@49623d0 by renovate (#16399)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| chronograf | digest | `1afe040` -> `49623d0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:34:17 +01:00
TrueCharts Bot 56179b4bbf
chore(deps): update container image bitnami/mongodb to 7.0.4@440db80 by renovate (#16396)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mongodb | digest | `137b905` -> `440db80` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:33:53 +01:00
TrueCharts Bot edb56d6477
chore(deps): update container image bitnami/solr to 9.4.0@2ea4481 by renovate (#16397) 2023-12-25 01:33:31 +01:00
TrueCharts Bot 7426b1495a
chore(deps): update container image adminer to latest@fcb4f9e by renovate (#16392)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| adminer | digest | `0ce7583` -> `fcb4f9e` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:33:25 +01:00
TrueCharts Bot cb85cdec3b
chore(deps): update container image bitnami/mariadb to v@815054a by renovate (#16394)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mariadb | digest | `256bba8` -> `815054a` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:33:01 +01:00
TrueCharts-Bot c26aa35148 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-25 00:08:55 +00:00
Kjeld Schouten bb3e2ffdd2
fix(redis): reenable redis persistence
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-24 20:27:28 +01:00
kqmaverick d30d94ede8
docs(clusterissuer): update guide to show common update (#16382)
**Description**
Updates the set up guide to show how it looks with new common update.

⚒️ Fixes  # 

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

**📃 Notes:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-24 16:57:40 +01:00
TrueCharts Bot 702b146d12
chore(deps): update helm general non-major by renovate (#16384)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.16` ->
`9.0.17` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.20` -> `16.2.21` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.15` ->
`5.0.16` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.16`
-> `11.0.17` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.16`
-> `10.0.17` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.15`
-> `10.0.16` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.15` ->
`5.0.16` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.16`
-> `10.0.17` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v9.0.17`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.17)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.16...clickhouse-9.0.17)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.21`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.21)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.20...common-16.2.21)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-24 16:57:27 +01:00