Commit Graph

25283 Commits

Author SHA1 Message Date
Kjeld Schouten
3aaae3fc98 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
velero-3.2.4
2024-02-07 12:57:43 +01:00
Kjeld Schouten
bcf2d6b3c6 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 12:57:33 +01:00
Kjeld Schouten
89121595a7 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
jackett-18.1.15
2024-02-07 12:33:33 +01:00
Kjeld Schouten
33ae886552 Update veleroSchedulesList.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 12:33:03 +01:00
Kjeld Schouten
6c58906f30 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
jackett-18.1.14
2024-02-07 11:53:18 +01:00
Kjeld Schouten
80b1d7df7a Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
jackett-18.1.13
2024-02-07 11:46:02 +01:00
Kjeld Schouten
6b30cad0e6 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 11:45:42 +01:00
Kjeld Schouten
1a8c83214c Create veleroSchedulesList.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 11:44:59 +01:00
TrueCharts-Bot
2ed124089c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-07 00:09:40 +00:00
Kjeld Schouten
d64cd1a7ca Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
velero-3.2.3
2024-02-07 00:39:08 +01:00
Kjeld Schouten
2152a8db79 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 00:38:50 +01:00
Kjeld Schouten
ef5f947940 feat(GUI): add velero backup schedule to GUI templates (#17993)
**Description**
We will expose a per-app setting to create velero backup schedules for
them.
This adds the GUI templates and such

**⚙️ 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
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 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.

- [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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
jackett-18.1.12 velero-3.2.2
2024-02-07 00:35:18 +01:00
Xstar97TheNoob
9056a65b9a chore(palworld) update containers and move to stable (#17990)
**Description**
Update images to get the backup feature to exist...
and move to stable
⚒️ 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:**

- [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 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._
palworld-1.0.0
2024-02-07 00:05:32 +01:00
Xstar97TheNoob
86b42ad47d fix(tachidesk-docker) remove dupe env gui (#17987)
**Description**
I swear i never touched this one.....
removed the duped gui.
⚒️ 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
- [ ] ⚠️ 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 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._
tachidesk-docker-5.0.2
2024-02-06 18:11:14 +02:00
TrueCharts-Bot
f90b46ec53 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-06 00:08:53 +00:00
Xstar97TheNoob
ec92178e7a fix(palworld) update ini code,gui, docs and rcon sidecar (#17951)
**Description**
- Update ini code
- update gui item
- remove update docs and add it to main instead.
- give the end user to enable/disable the rcon sidecar

⚒️ 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)
- [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 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._
palworld-0.1.5
2024-02-05 22:36:11 +01:00
TrueCharts Bot
9616dede4d chore(deps): update container image itzg/mc-backup to latest@bd0854f by renovate (#17979)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
minecraft-java-7.1.14
2024-02-05 19:37:10 +01:00
TrueCharts Bot
8cb8077a56 chore(deps): update container image feramance/qbitrr to v4.2.7@1c3d3b8 by renovate (#17984)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [feramance/qbitrr](https://togithub.com/Feramance/qBitrr) | patch |
`v4.2.6` -> `v4.2.7` |

---

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

---

### Release Notes

<details>
<summary>Feramance/qBitrr (feramance/qbitrr)</summary>

###
[`v4.2.7`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v427-05022024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.2.6...v4.2.7)

- [\[patch\] Removed key error
looping](a5365c075f)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Another readme update, bad
formatting](0789a2e028)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Readme
update](c0026e473e)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Updated key error debug for
series](3822c3d99e)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [qBitrr+
notice](a8889fd971)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Fixed
debugs](03621f9cbd)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Merge pull request #&#8203;59 from
Feramance/dependabot/github_actions/dependabot/fetch-metadata-1.6.0](2cfb370ecb)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Dependabot workflow
update](ca919bb987)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Bump dependabot/fetch-metadata from 1.1.1 to
1.6.0](6b5423807a)
- [@&#8203;dependabot](https://togithub.com/dependabot)\[bot]
- [Queue
fix](ac59cafbe3)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
baserow-11.1.17 deconz-14.1.14 kdenlive-4.1.16 plextraktsync-6.2.12 qbitrr-3.2.8 multi-scrobbler-5.1.17 whisparr-8.1.17 tar1090-4.1.20
2024-02-05 19:21:03 +01:00
TrueCharts Bot
f3756e2b9d chore(deps): update container image ghcr.io/taxel/plextraktsync to v0.28.16@2a39047 by renovate (#17985) 2024-02-05 19:20:39 +01:00
TrueCharts Bot
4e44fc6f8f chore(deps): update container image lscr.io/linuxserver/kdenlive to latest@199f52f by renovate (#17980)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/kdenlive | digest | `02dc593` -> `199f52f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 19:20:32 +01:00
TrueCharts Bot
342b2577a7 chore(deps): update container image deconzcommunity/deconz to v2.25.2@04cff7f by renovate (#17983) 2024-02-05 19:20:05 +01:00
TrueCharts Bot
8a13517b15 chore(deps): update container image baserow/baserow to v1.22.3@1ca1cda by renovate (#17982)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [baserow/baserow](https://gitlab.com/baserow/baserow) | patch |
`1.22.2` -> `1.22.3` |

---

> [!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.3`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1223)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.22.2...1.22.3)

##### New features

- Clean up UserLogEntry table entries
[#&#8203;1792](https://gitlab.com/baserow/baserow/-/issues/1792)
- Add segmentControl UI component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Add support to reference duration fields in the formula language.
[#&#8203;2190](https://gitlab.com/baserow/baserow/-/issues/2190)
- Add formats with days to the duration field.
[#&#8203;2217](https://gitlab.com/baserow/baserow/-/issues/2217)
- Allow custom public share URLs
[#&#8203;2292](https://gitlab.com/baserow/baserow/-/issues/2292)
- Use primary row value in email notifications instead of just row ids
[#&#8203;2293](https://gitlab.com/baserow/baserow/-/issues/2293)
- Show billable label only to workspace admins
[#&#8203;2295](https://gitlab.com/baserow/baserow/-/issues/2295)
- Added instructions on how to deploy Baserow to Railway.
[#&#8203;2308](https://gitlab.com/baserow/baserow/-/issues/2308)
- Update Django to 4.1.X
[#&#8203;761](https://gitlab.com/baserow/baserow/-/issues/761)
- Added instructions on how to deploy Baserow to Digital Ocean Apps.
[#&#8203;998](https://gitlab.com/baserow/baserow/-/issues/998)
- Prepared Cloudron, all-in-one Docker image, and Heroku for having
multiple application builder domains.

##### Bug fixes

- Keep space for title in the row edit modal
[#&#8203;1734](https://gitlab.com/baserow/baserow/-/issues/1734)
- Avoid dangling snapshots
[#&#8203;1793](https://gitlab.com/baserow/baserow/-/issues/1793)
- Remove trailing spaces from datetime_format formula
[#&#8203;2131](https://gitlab.com/baserow/baserow/-/issues/2131)
- Fix get_adjacent_row bug causing not returning the correct adjacent
row in certain situations.
[#&#8203;2273](https://gitlab.com/baserow/baserow/-/issues/2273)
- Fixes for Render deployments after changes for their plans.
[#&#8203;2275](https://gitlab.com/baserow/baserow/-/issues/2275)
- Fixes bug where the context menu was displaced if there was a vertical
scrollbar (e.g. form form).
[#&#8203;2286](https://gitlab.com/baserow/baserow/-/issues/2286)
- Fix higher_than and lower_than frontend view filters for formula
fields. [#&#8203;2289](https://gitlab.com/baserow/baserow/-/issues/2289)
- Nullify single select field for KanbanView if it's been trashed.
[#&#8203;711](https://gitlab.com/baserow/baserow/-/issues/711)
- Fix cannot read properties of undefined workspace when navigating to a
table that you don't have access to.
- Fix bug where combined database and table level roles would not be
respected when listing permissions.
- Introduce Airtable import remove invalid surrogates JSON loads
fallback.
-   Fixed a bug where the SENTRY_DSN env var was ignored.

##### Refactors

- Redesign checkbox component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Refactor avatar UI component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- refactor badge component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Change analytics blacklist to whitelist
[#&#8203;2204](https://gitlab.com/baserow/baserow/-/issues/2204)

##### Breaking API changes

- New formulas returning a date_interval/duration are sent as number of
seconds instead of a formatted string.
[#&#8203;2190](https://gitlab.com/baserow/baserow/-/issues/2190)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 19:19:59 +01:00
TrueCharts Bot
4c2d112f65 chore(deps): update container image mikenye/tar1090 to latest@d682681 by renovate (#17981)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikenye/tar1090 | digest | `082f654` -> `d682681` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 19:19:23 +01:00
TrueCharts Bot
bebffbcee4 chore(deps): update container image foxxmd/multi-scrobbler to latest@bcfd5c3 by renovate (#17976) 2024-02-05 19:18:50 +01:00
TrueCharts Bot
4e685f721c chore(deps): update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355@722dc14 by renovate (#17977)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://togithub.com/hotio/whisparr)) | digest | `6123072` ->
`722dc14` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 19:18:46 +01:00
TrueCharts Bot
88fe285793 chore(deps): update container image diygod/rsshub to latest@9e6f708 by renovate (#17975)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `cbfb644` -> `9e6f708` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
rsshub-11.2.5
2024-02-05 19:17:53 +01:00
TrueCharts Bot
083774caa4 chore(deps): update container image ghcr.io/linuxserver/quassel-core to 0.14.0@f5361e3 by renovate (#17972)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/quassel-core](https://togithub.com/linuxserver/docker-quassel-core/packages)
([source](https://togithub.com/linuxserver/docker-quassel-core)) |
digest | `e573e9d` -> `f5361e3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
quassel-core-10.1.16
2024-02-05 13:22:05 +01:00
TrueCharts Bot
62e8acf64d chore(deps): update container image nginxinc/nginx-unprivileged to 1.25.3@5c7c5f3 by renovate (#17961)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[nginxinc/nginx-unprivileged](https://togithub.com/nginxinc/docker-nginx-unprivileged)
| digest | `5cd84cd` -> `5c7c5f3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
healthchecks-13.1.18 nextcloud-28.1.40
2024-02-05 12:21:54 +00:00
TrueCharts Bot
c02038c82f chore(deps): update container image ghcr.io/linuxserver/healthchecks to v3.1.20240205@1fe5c82 by renovate (#17973)
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.20240128` -> `3.1.20240205` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 13:19:36 +01:00
TrueCharts Bot
8b73005cb3 chore(deps): update container image diygod/rsshub to latest@cbfb644 by renovate (#17971)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `2023036` -> `cbfb644` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
rsshub-11.2.4
2024-02-05 13:17:56 +01:00
TrueCharts Bot
588f8caf59 chore(deps): update container image xwiki to v16.0.0-postgres-tomcat@3c704a1 by renovate (#17969)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | major | `15.10.5-postgres-tomcat` -> `16.0.0-postgres-tomcat`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
minio-10.1.0 xwiki-11.0.0 fileflows-9.1.0 rss-bridge-9.0.0 sickchill-10.1.0
2024-02-05 07:34:50 +01:00
TrueCharts Bot
ec1a8a918f chore(deps): update container image rssbridge/rss-bridge to v2024-02-02@1a4d30c by renovate (#17967)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rssbridge/rss-bridge](https://togithub.com/RSS-Bridge/rss-bridge) |
major | `2023-09-24` -> `2024-02-02` |

---

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

---

### Release Notes

<details>
<summary>RSS-Bridge/rss-bridge (rssbridge/rss-bridge)</summary>

###
[`v2024-02-02`](https://togithub.com/RSS-Bridge/rss-bridge/releases/tag/2024-02-02):
RSS-Bridge 2024-02-02

[Compare
Source](https://togithub.com/RSS-Bridge/rss-bridge/compare/2023-09-24...2024-02-02)

**Zero breaking changes**

Recommended to checkout revised installation instructions for Debian 12:


https://github.com/RSS-Bridge/rss-bridge#how-to-install-on-debian-12-nginx--php-fpm

Officially hosted instance: https://rss-bridge.org/bridge01/

IRC channel #rssbridge at https://libera.chat/

Thank you to all contributors who keeps the project alive.

#### A subset of changes which might be interesting

Rss-Bridge can now be password protected with required token in the url:

```diff
--- config.ini.php	2024-02-02 18:41:36.881743962 +0100
+++ /tmp/1	2024-02-02 18:42:00.289567705 +0100
@&#8203;@&#8203; -92,7 +92,7 @&#8203;@&#8203;
 password = ""
 
 ; Token authentication (URL)
-token = ""
+token = "hunter2"
```

- chore: add tools for manually administrating the configured cache by
[@&#8203;dvikan](https://togithub.com/dvikan) in
[https://github.com/RSS-Bridge/rss-bridge/pull/3867](https://togithub.com/RSS-Bridge/rss-bridge/pull/3867)
- fix: only escape iframe,script and link for html output by
[@&#8203;dvikan](https://togithub.com/dvikan) in
[https://github.com/RSS-Bridge/rss-bridge/pull/3882](https://togithub.com/RSS-Bridge/rss-bridge/pull/3882)
- \[AnnasArchiveBridge] Add new bridge by
[@&#8203;Phantop](https://togithub.com/Phantop) in
[https://github.com/RSS-Bridge/rss-bridge/pull/3888](https://togithub.com/RSS-Bridge/rss-bridge/pull/3888)
- feat: add etag support to getContents by
[@&#8203;dvikan](https://togithub.com/dvikan) in
[https://github.com/RSS-Bridge/rss-bridge/pull/3893](https://togithub.com/RSS-Bridge/rss-bridge/pull/3893)
- fix: add cache clearing tools by
[@&#8203;dvikan](https://togithub.com/dvikan) in
[https://github.com/RSS-Bridge/rss-bridge/pull/3896](https://togithub.com/RSS-Bridge/rss-bridge/pull/3896)
- feat: token authentication by
[@&#8203;dvikan](https://togithub.com/dvikan) in
[https://github.com/RSS-Bridge/rss-bridge/pull/3927](https://togithub.com/RSS-Bridge/rss-bridge/pull/3927)
- \[FirefoxReleaseNotesBridge] Add New Bridge by
[@&#8203;tillcash](https://togithub.com/tillcash) in
[https://github.com/RSS-Bridge/rss-bridge/pull/3930](https://togithub.com/RSS-Bridge/rss-bridge/pull/3930)
- Fix Docker exec by [@&#8203;Alkarex](https://togithub.com/Alkarex) in
[https://github.com/RSS-Bridge/rss-bridge/pull/3941](https://togithub.com/RSS-Bridge/rss-bridge/pull/3941)

#### New Contributors

- [@&#8203;m3nu](https://togithub.com/m3nu) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3778](https://togithub.com/RSS-Bridge/rss-bridge/pull/3778)
- [@&#8203;itsLameni](https://togithub.com/itsLameni) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3789](https://togithub.com/RSS-Bridge/rss-bridge/pull/3789)
- [@&#8203;wpdevelopment11](https://togithub.com/wpdevelopment11) made
their first contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3793](https://togithub.com/RSS-Bridge/rss-bridge/pull/3793)
- [@&#8203;SebLaus](https://togithub.com/SebLaus) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3786](https://togithub.com/RSS-Bridge/rss-bridge/pull/3786)
- [@&#8203;knrdl](https://togithub.com/knrdl) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3800](https://togithub.com/RSS-Bridge/rss-bridge/pull/3800)
- [@&#8203;RayBB](https://togithub.com/RayBB) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3823](https://togithub.com/RSS-Bridge/rss-bridge/pull/3823)
- [@&#8203;glacasa](https://togithub.com/glacasa) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3825](https://togithub.com/RSS-Bridge/rss-bridge/pull/3825)
- [@&#8203;xz47sv](https://togithub.com/xz47sv) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3835](https://togithub.com/RSS-Bridge/rss-bridge/pull/3835)
- [@&#8203;bkidwell](https://togithub.com/bkidwell) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3843](https://togithub.com/RSS-Bridge/rss-bridge/pull/3843)
- [@&#8203;xduugu](https://togithub.com/xduugu) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3854](https://togithub.com/RSS-Bridge/rss-bridge/pull/3854)
- [@&#8203;tillcash](https://togithub.com/tillcash) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3862](https://togithub.com/RSS-Bridge/rss-bridge/pull/3862)
- [@&#8203;crisukbot](https://togithub.com/crisukbot) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3877](https://togithub.com/RSS-Bridge/rss-bridge/pull/3877)
- [@&#8203;hleskien](https://togithub.com/hleskien) made their first
contribution in
[https://github.com/RSS-Bridge/rss-bridge/pull/3920](https://togithub.com/RSS-Bridge/rss-bridge/pull/3920)

**Full Changelog**:
https://github.com/RSS-Bridge/rss-bridge/compare/2023-09-24...2024-02-02

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 07:34:29 +01:00
TrueCharts Bot
3e25f5f7b8 chore(deps): update container image revenz/fileflows to v24.02@4009c44 by renovate (#17947)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| revenz/fileflows | minor | `24.01` -> `24.02` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 07:34:21 +01:00
TrueCharts Bot
64ed5034d3 chore(deps): update container image ghcr.io/linuxserver/sickchill to v2024.2.2@0915dee by renovate (#17939)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/sickchill](https://togithub.com/linuxserver/docker-sickchill/packages)
([source](https://togithub.com/linuxserver/docker-sickchill)) | minor |
`2024.1.31` -> `2024.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 07:33:12 +01:00
TrueCharts Bot
d6d806e728 chore(deps): update container image minio/minio to vrelease.2024-02-04t22-36-13z@edc8947 by renovate (#17964)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| minio/minio | minor | `RELEASE.2024-01-31T20-20-33Z` ->
`RELEASE.2024-02-04T22-36-13Z` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 07:32:15 +01:00
TrueCharts Bot
6d85074ca3 chore(deps): update neko by renovate (#17963)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `9568896` -> `1f3f2cb` |
| m1k1o/neko | digest | `7eb6db4` -> `0ce3345` |
| m1k1o/neko | digest | `ec3e6ac` -> `763335a` |
| m1k1o/neko | digest | `e921c20` -> `ebbc8de` |
| m1k1o/neko | digest | `a936061` -> `5761a26` |
| m1k1o/neko | digest | `b123c7a` -> `bfef40b` |
| m1k1o/neko | digest | `8d30a4d` -> `4903cda` |
| m1k1o/neko | digest | `adfa132` -> `9e1a9a9` |
| m1k1o/neko | digest | `6550c32` -> `5834a3f` |
| m1k1o/neko | digest | `aa6cfc0` -> `55da02b` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
neko-4.1.101
2024-02-05 07:29:31 +01:00
TrueCharts Bot
cd4ee47fbc chore(deps): update container image wiserain/flexget to 3.11.14@7a60f26 by renovate (#17962)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[wiserain/flexget](https://togithub.com/linuxserver/docker-baseimage-alpine/packages)
([source](https://togithub.com/wiserain/docker-flexget)) | digest |
`a927176` -> `7a60f26` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
duckdns-8.1.18 nextcloud-28.1.39 clamav-9.1.16 tautulli-17.1.12 sabnzbd-17.2.9 prowlarr-14.3.4 readarr-19.1.18 transmission-19.1.13 lidarr-19.1.18 seafile-4.1.17 tt-rss-15.0.7 flexget-8.2.17
2024-02-05 07:24:56 +01:00
TrueCharts Bot
8e13931831 chore(deps): update container image seafileltd/seafile-mc to v11.0.5@8d96605 by renovate (#17929)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| seafileltd/seafile-mc | patch | `11.0.4` -> `11.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 07:24:40 +01:00
TrueCharts Bot
ca28d0cb4f chore(deps): update container image clamav/clamav to 1.2.1@e22d570 by renovate (#17953)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clamav/clamav | digest | `283bb9e` -> `e22d570` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 07:24:34 +01:00
TrueCharts Bot
56c050324e chore(deps): update container image ghcr.io/onedr0p/transmission to 4.0.5@1663584 by renovate (#17960)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/transmission](https://ghcr.io/onedr0p/transmission)
([source](https://togithub.com/onedr0p/containers)) | digest | `7142c11`
-> `1663584` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 06:23:58 +00:00
TrueCharts Bot
fdacba52cd chore(deps): update container image cthulhoo/ttrss-fpm-pgsql-static to latest@885eb59 by renovate (#17823) 2024-02-05 07:23:23 +01:00
TrueCharts Bot
a5ea622cbd chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to 1.13.2.4251@23d16bf by renovate (#17956) 2024-02-05 07:22:53 +01:00
TrueCharts Bot
c8f6a7d2b8 chore(deps): update container image ghcr.io/onedr0p/sabnzbd to 4.2.2@5b1f15c by renovate (#17958) 2024-02-05 07:22:50 +01:00
TrueCharts Bot
3a79df3a76 chore(deps): update container image ghcr.io/onedr0p/tautulli to 2.13.4@d925cbb by renovate (#17959) 2024-02-05 07:22:47 +01:00
TrueCharts Bot
9a5fa5354c chore(deps): update container image ghcr.io/onedr0p/readarr-develop to 0.3.18.2411@a1d9eb2 by renovate (#17957)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/readarr-develop](https://ghcr.io/onedr0p/readarr-develop)
([source](https://togithub.com/onedr0p/containers)) | digest | `fa1fe2d`
-> `a1d9eb2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 07:22:44 +01:00
TrueCharts Bot
0cd95213d1 chore(deps): update container image ghcr.io/linuxserver/duckdns to latest@63cef06 by renovate (#17954)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/duckdns | digest | `cae91be` -> `63cef06` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 07:22:32 +01:00
TrueCharts Bot
b2edf61f1b chore(deps): update container image ghcr.io/onedr0p/lidarr-develop to 2.1.6.3993@36b75d7 by renovate (#17955) 2024-02-05 07:22:17 +01:00
TrueCharts Bot
c8dd7ea48f chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70@0fa9951 by renovate (#17952)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `68146c7` -> `0fa9951` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
automatic-ripping-machine-2.1.32
2024-02-05 07:22:13 +01:00
TrueCharts Bot
e47fc28faf chore(deps): update container image splunk/splunk to v9.2.0@f27a7e6 by renovate (#17948)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| splunk/splunk | minor | `9.1.3` -> `9.2.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
splunk-6.2.0
2024-02-05 02:04:36 +01:00
TrueCharts Bot
41f05d9f5f chore(deps): update container image mpepping/cyberchef to v10.6.0@993b0b0 by renovate (#17945)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[mpepping/cyberchef](https://togithub.com/nginxinc/docker-nginx-unprivileged)
| minor | `v10.5.2` -> `v10.6.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
piwigo-11.3.0 rdesktop-7.1.152 mediainfo-8.1.0 ghostfolio-3.9.0 domoticz-9.1.0 emby-17.2.0 watcharr-3.4.0 drawio-9.1.0 tailscale-7.2.0 actualserver-8.1.0 tauticord-2.5.0 cyberchef-8.2.0
2024-02-05 02:03:22 +01:00