Commit Graph

32993 Commits

Author SHA1 Message Date
TrueCharts Bot cd75d81fa8
chore(deps): update container image ghostfolio/ghostfolio to v2.105.0@855e1f9 by renovate (#25370)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghostfolio/ghostfolio](https://togithub.com/ghostfolio/ghostfolio) |
minor | `2.104.1` -> `2.105.0` |

---

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

---

### Release Notes

<details>
<summary>ghostfolio/ghostfolio (ghostfolio/ghostfolio)</summary>

###
[`v2.105.0`](https://togithub.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21050---2024-08-21)

[Compare
Source](https://togithub.com/ghostfolio/ghostfolio/compare/2.104.1...2.105.0)

##### Added

- Added support to deactivate rules in the *X-ray* section
(experimental)

##### Changed

-   Improved the language localization for German (`de`)

##### Fixed

- Fixed the currency conversion for fees and values in the dividend
import by applying the correct rate based on the activity date
- Fixed the currency conversion for fees and values in the activities
service by applying the correct rate based on the activity date

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:36:02 +02:00
TrueCharts Bot 1fab00d7f7
chore(deps): update container image n8nio/n8n to v1.56.0@5474b16 by renovate (#25371)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [n8nio/n8n](https://n8n.io)
([source](https://togithub.com/n8n-io/n8n)) | minor | `1.55.3` ->
`1.56.0` |

---

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

---

### Release Notes

<details>
<summary>n8n-io/n8n (n8nio/n8n)</summary>

###
[`v1.56.0`](https://togithub.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1560-2024-08-21)

##### Bug Fixes

- Better errors in Switch, If and Filter nodes
([#&#8203;10457](https://togithub.com/n8n-io/n8n/issues/10457))
([aea82cb](aea82cb744))
- **Calendly Trigger Node:** Fix issue with webhook url matching
([#&#8203;10378](https://togithub.com/n8n-io/n8n/issues/10378))
([09c3a8b](09c3a8b367))
- **core:** Fix payload property in `workflow-post-execute` event
([#&#8203;10413](https://togithub.com/n8n-io/n8n/issues/10413))
([d98e29e](d98e29e3d5))
- **core:** Fix XSS validation and separate URL validation
([#&#8203;10424](https://togithub.com/n8n-io/n8n/issues/10424))
([91467ab](91467ab325))
- **core:** Replace `sanitize-html` with `xss` in XSS validator
constraint
([#&#8203;10479](https://togithub.com/n8n-io/n8n/issues/10479))
([5dea51a](5dea51aad7))
- **core:** Use class-validator with XSS check for survey answers
([#&#8203;10490](https://togithub.com/n8n-io/n8n/issues/10490))
([547a606](547a60642c))
- **core:** Use explicit types in configs to ensure valid decorator
metadata ([#&#8203;10433](https://togithub.com/n8n-io/n8n/issues/10433))
([2043daa](2043daa257))
- **editor:** Add workflow scopes when initializing workflow
([#&#8203;10455](https://togithub.com/n8n-io/n8n/issues/10455))
([b857c2c](b857c2cda0))
- **editor:** Buffer json chunks in stream response
([#&#8203;10439](https://togithub.com/n8n-io/n8n/issues/10439))
([37797f3](37797f38d8))
- **editor:** Fix flaky mapping tests
([#&#8203;10453](https://togithub.com/n8n-io/n8n/issues/10453))
([fc6d413](fc6d4138d5))
- **editor:** Fix overflow in AI Assistant chat messages
([#&#8203;10491](https://togithub.com/n8n-io/n8n/issues/10491))
([4a6ca63](4a6ca63210))
- **editor:** Highlight matching type in filter component
([#&#8203;10425](https://togithub.com/n8n-io/n8n/issues/10425))
([6bca879](6bca879d4a))
- **editor:** Show item count in output panel schema view
([#&#8203;10426](https://togithub.com/n8n-io/n8n/issues/10426))
([4dee7cc](4dee7cc36e))
- **editor:** Truncate long data pill labels in schema view
([#&#8203;10427](https://togithub.com/n8n-io/n8n/issues/10427))
([1bf2f4f](1bf2f4f617))
- Filter component - improve errors
([#&#8203;10456](https://togithub.com/n8n-io/n8n/issues/10456))
([61ac0c7](61ac0c7775))
- **Google Sheets Node:** Better error when column to match on is empty
([#&#8203;10442](https://togithub.com/n8n-io/n8n/issues/10442))
([ce46bf5](ce46bf516a))
- **Google Sheets Node:** Update name and hint for useAppend option
([#&#8203;10443](https://togithub.com/n8n-io/n8n/issues/10443))
([c5a0c04](c5a0c049ea))
- **Google Sheets Node:** Update to returnAllMatches option
([#&#8203;10440](https://togithub.com/n8n-io/n8n/issues/10440))
([f7fb02e](f7fb02e92a))
- **Invoice Ninja Node:** Fix payment types
([#&#8203;10462](https://togithub.com/n8n-io/n8n/issues/10462))
([129245d](129245da10))
- **n8n Form Trigger Node:** Show basic authentication modal on wrong
credentials
([#&#8203;10423](https://togithub.com/n8n-io/n8n/issues/10423))
([0dc3e99](0dc3e99b26))
- **OpenAI Node:** Throw node operations error in case of openAi client
error ([#&#8203;10448](https://togithub.com/n8n-io/n8n/issues/10448))
([0d3ed46](0d3ed46199))
- Project Viewer always seeing a connection error when testing
credentials
([#&#8203;10417](https://togithub.com/n8n-io/n8n/issues/10417))
([613cdd2](613cdd2ba2))
- Remove unimplemented Postgres credentials options
([#&#8203;10461](https://togithub.com/n8n-io/n8n/issues/10461))
([17ac784](17ac7844f2))
- Rename Assistant back
([#&#8203;10481](https://togithub.com/n8n-io/n8n/issues/10481))
([c410aed](c410aed4c2))
- Require mfa code to change email
([#&#8203;10354](https://togithub.com/n8n-io/n8n/issues/10354))
([39c8e50](39c8e50ad0))
- **Respond to Webhook Node:** Fix issue preventing the chat trigger
from working
([#&#8203;9886](https://togithub.com/n8n-io/n8n/issues/9886))
([9d6ad88](9d6ad88c14))
- Show input names when node has multiple inputs
([#&#8203;10434](https://togithub.com/n8n-io/n8n/issues/10434))
([973956c](973956cc26))
- **Toggl Trigger Node:** Update API version
([#&#8203;10207](https://togithub.com/n8n-io/n8n/issues/10207))
([9bdb1d6](9bdb1d6dca))

##### Features

- **core:** Support bidirectional communication between specific mains
and specific workers
([#&#8203;10377](https://togithub.com/n8n-io/n8n/issues/10377))
([d0fc9de](d0fc9dee0e))
- **Facebook Graph API Node:** Update node to support API v18 - v20
([#&#8203;10419](https://togithub.com/n8n-io/n8n/issues/10419))
([e7ee10f](e7ee10f243))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:34:09 +02:00
TrueCharts Bot b192388daf
chore(deps): update container image clickhouse/clickhouse-server to v24.8.1.2684@4d973fa by renovate (#25369)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clickhouse/clickhouse-server | minor | `24.7.3.42` -> `24.8.1.2684` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:32:25 +02:00
TrueCharts Bot 8176f554d9
chore(deps): update container image tailscale/tailscale to v1.72.0@e6f51ee by renovate (#25372)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tailscale/tailscale | minor | `v1.70.0` -> `v1.72.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:31:10 +02:00
TrueCharts Bot dcabfdcf76
chore(deps): update container image haveagitgat/tdarr to v2.24.05@9fb794f by renovate (#25365)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[haveagitgat/tdarr](https://togithub.com/linuxserver/docker-baseimage-ubuntu/packages)
([source](https://togithub.com/linuxserver/docker-baseimage-ubuntu)) |
patch | `2.24.04` -> `2.24.05` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:30:57 +02:00
TrueCharts Bot c4e93d1516
chore(deps): update container image koush/scrypted to v0.115.29 by renovate (#25367)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| koush/scrypted | patch | `v0.115.25-jammy-nvidia` ->
`v0.115.29-jammy-nvidia` |
| koush/scrypted | patch | `v0.115.28-jammy-lite` ->
`v0.115.29-jammy-lite` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:30:49 +02:00
TrueCharts Bot ca3a15a4f7
chore(deps): update container image metabase/metabase to v0.50.21@fd26849 by renovate (#25368)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| metabase/metabase | patch | `v0.50.20` -> `v0.50.21` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:30:25 +02:00
TrueCharts Bot a2294702ef
chore(deps): update container image haveagitgat/tdarr_node to v2.24.05@40004c2 by renovate (#25366)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[haveagitgat/tdarr_node](https://togithub.com/linuxserver/docker-baseimage-ubuntu/packages)
([source](https://togithub.com/linuxserver/docker-baseimage-ubuntu)) |
patch | `2.24.04` -> `2.24.05` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:30:15 +02:00
TrueCharts Bot 995709271d
chore(deps): update container image ghcr.io/onedr0p/sabnzbd to v4.3.3@c8a03bb by renovate (#25364) 2024-08-21 20:28:44 +02:00
TrueCharts Bot 3e0e8cca15
chore(deps): update container image ghcr.io/onedr0p/plex to v1.40.5.8897-e5987a19d@6ff4d26 by renovate (#25363)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/plex](https://ghcr.io/onedr0p/plex) | patch |
`1.40.5.8854-f36c552fd` -> `1.40.5.8897-e5987a19d` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:28:39 +02:00
TrueCharts Bot cb629bef31
chore(deps): update container image ghcr.io/linuxserver/remmina to 1.4.2@78ea8ca by renovate (#25356)
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 |
`39e4d6a` -> `78ea8ca` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:19:49 +02:00
TrueCharts Bot 9bc514fc85
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@66ab421 by renovate (#25360) 2024-08-21 20:19:40 +02:00
TrueCharts Bot 1bb75358fb
chore(deps): update container image ghcr.io/linuxserver/resilio-sync to 2.8.1@0c7b72c by renovate (#25357)
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 | `5f000d6` -> `0c7b72c` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 18:19:34 +00:00
TrueCharts Bot ce0e73fe74
chore(deps): update container image searxng/searxng to latest@57bc527 by renovate (#25361)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| searxng/searxng | digest | `57f0d4e` -> `57bc527` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:19:28 +02:00
TrueCharts Bot 1bf9a968d2
chore(deps): update container image yourselfhosted/slash to 1.0.0@7e95511 by renovate (#25362)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yourselfhosted/slash | digest | `2ad3b75` -> `7e95511` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:19:19 +02:00
TrueCharts Bot 1f869da295
chore(deps): update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0@a857046 by renovate (#25355)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/booksonic-air](https://togithub.com/linuxserver/docker-booksonic-air/packages)
([source](https://togithub.com/linuxserver/docker-booksonic-air)) |
digest | `a2e19f6` -> `a857046` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:19:09 +02:00
TrueCharts Bot 47d27e033b
chore(deps): update container image diygod/rsshub to latest@15c2a78 by renovate (#25354) 2024-08-21 20:19:00 +02:00
TrueCharts Bot 2691065442
chore(deps): update container image ghcr.io/open-webui/open-webui to latest@b355d1e by renovate (#25358)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/open-webui/open-webui | digest | `5bf373c` -> `b355d1e` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:18:57 +02:00
TrueCharts Bot 3da83bde0d
chore(deps): update container image mikenye/tar1090 to latest@b41d887 by renovate (#25359)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikenye/tar1090 | digest | `77bf925` -> `b41d887` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:18:39 +02:00
TrueCharts Bot b7538b2ef6
chore(deps): update container image bitnami/wordpress to 6.6.1@807219e by renovate (#25353)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami/wordpress](https://togithub.com/bitnami/containers)
([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/wordpress))
| digest | `86d5233` -> `807219e` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4yIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 20:18:29 +02:00
TrueCharts Bot 878f18a4b9
chore(deps): update container image ghcr.io/linuxserver/healthchecks to v3.5.20240820@ea89322 by renovate (#25347)
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)) | minor
| `3.4.20240819` -> `3.5.20240820` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:41:21 +02:00
TrueCharts Bot 7a32b7f4e3
chore(deps): update container image esphome/esphome to v2024.8.0@e92f251 by renovate (#25345) 2024-08-21 14:41:08 +02:00
TrueCharts Bot 1b9f05ce59
chore(deps): update container image ghcr.io/mealie-recipes/mealie to v1.12.0@88e8e12 by renovate (#25348)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mealie-recipes/mealie | minor | `v1.11.0` -> `v1.12.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:41:06 +02:00
TrueCharts Bot e3706dbc72
chore(deps): update container image ghcr.io/onedr0p/radarr to v5.9.1.9070@f43d876 by renovate (#25349) 2024-08-21 14:40:53 +02:00
TrueCharts Bot 6bc2208ccf
chore(deps): update container image jenkins/jenkins to v2.473-jdk17@fbb8be6 by renovate (#25350)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 12:40:51 +00:00
TrueCharts Bot bab09e79e7
chore(deps): update container image friendica to v2024.08@5608467 by renovate (#25346)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| friendica | minor | `2024.03` -> `2024.08` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:40:47 +02:00
TrueCharts Bot 9f42d0276d
chore(deps): update container image jlesage/putty to v24.08.1@762d57a by renovate (#25351)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/putty](https://togithub.com/jlesage/docker-putty) | minor |
`v24.07.1` -> `v24.08.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>

###
[`v24.08.1`](https://togithub.com/jlesage/docker-putty/releases/tag/v24.08.1):
Version 24.08.1

[Compare
Source](https://togithub.com/jlesage/docker-putty/compare/v24.07.1...v24.08.1)

Changes in this release:

-   Fixed terminal window not being maximized.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:40:37 +02:00
TrueCharts Bot 6554053453
chore(deps): update container image docker.io/codercom/code-server to v4.92.2@f32cfa5 by renovate (#25344)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/codercom/code-server | minor | `4.91.1` -> `4.92.2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:39:52 +02:00
TrueCharts Bot 826280dc98
chore(deps): update container image vabene1111/recipes to v1.5.19@77a556a by renovate (#25343) 2024-08-21 14:37:26 +02:00
TrueCharts Bot b80585a6d3
chore(deps): update container image koush/scrypted by renovate (#25341) 2024-08-21 14:37:16 +02:00
TrueCharts Bot 1f8acef429
chore(deps): update container image ghcr.io/taxel/plextraktsync to v0.31.8@815bdd4 by renovate (#25340)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/taxel/plextraktsync](https://togithub.com/Taxel/PlexTraktSync)
| patch | `0.31.7` -> `0.31.8` |

---

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

---

### Release Notes

<details>
<summary>Taxel/PlexTraktSync (ghcr.io/taxel/plextraktsync)</summary>

###
[`v0.31.8`](https://togithub.com/Taxel/PlexTraktSync/compare/0.31.7...0.31.8)

[Compare
Source](https://togithub.com/Taxel/PlexTraktSync/compare/0.31.7...0.31.8)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:37:09 +02:00
TrueCharts Bot 5d3b3fb7dd
chore(deps): update container image ghcr.io/hotio/whisparr to v3-3.0.0.599@fec2347 by renovate (#25338)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://togithub.com/hotio/whisparr)) | patch | `v3-3.0.0.597`
-> `v3-3.0.0.599` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:36:38 +02:00
TrueCharts Bot 89eb6f2785
chore(deps): update container image ghcr.io/onedr0p/qbittorrent to v4.6.6@e21c955 by renovate (#25339) 2024-08-21 14:35:51 +02:00
TrueCharts Bot 2385f3c950
chore(deps): update container image ghcr.io/dgtlmoon/changedetection.io to v0.46.03@5a9f049 by renovate (#25337)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/dgtlmoon/changedetection.io | patch | `0.46.02` -> `0.46.03` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:35:47 +02:00
TrueCharts Bot 34e313801f
chore(deps): update container image docuseal/docuseal to v1.6.9@57b4525 by renovate (#25335)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docuseal/docuseal | patch | `1.6.8` -> `1.6.9` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:35:42 +02:00
TrueCharts Bot b4e9e98675
chore(deps): update container image ghcr.io/a-sync/game-server-watcher to v3.1.17@c80d417 by renovate (#25336)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/a-sync/game-server-watcher](https://togithub.com/a-sync/game-server-watcher)
| patch | `v3.1.16` -> `v3.1.17` |

---

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

---

### Release Notes

<details>
<summary>a-sync/game-server-watcher
(ghcr.io/a-sync/game-server-watcher)</summary>

###
[`v3.1.17`](https://togithub.com/a-sync/game-server-watcher/compare/v3.1.16...v3.1.17)

[Compare
Source](https://togithub.com/a-sync/game-server-watcher/compare/v3.1.16...v3.1.17)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:35:31 +02:00
TrueCharts Bot d7ab5eb6de
chore(deps): update container image lscr.io/linuxserver/kdenlive to latest@ee85892 by renovate (#25324)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/kdenlive | digest | `9c4d47b` -> `ee85892` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:28:14 +02:00
TrueCharts Bot 1992694fe9
chore(deps): update container image alexta69/metube to v2024-08-19@1a9edf3 by renovate (#25333)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| alexta69/metube | patch | `2024-08-07` -> `2024-08-19` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:28:09 +02:00
TrueCharts Bot 39eeaea474
chore(deps): update container image lscr.io/linuxserver/blender to latest@897386e by renovate (#25323)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/blender | digest | `6f82ee0` -> `897386e` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:26:00 +02:00
TrueCharts Bot 1b88d1115d
chore(deps): update container image revenz/fileflows to 24.08@002190c by renovate (#25328)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| revenz/fileflows | digest | `fd520b4` -> `002190c` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:25:51 +02:00
TrueCharts Bot a6afe51e31
chore(deps): update container image wabayang/jelu to latest@76c3953 by renovate (#25330)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| wabayang/jelu | digest | `01a45cb` -> `76c3953` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:25:32 +02:00
TrueCharts Bot 4b0599d615
chore(deps): update container image searxng/searxng to latest@57f0d4e by renovate (#25329) 2024-08-21 14:25:18 +02:00
TrueCharts Bot 3277451665
chore(deps): update container image ghcr.io/linuxserver/smokeping to 2.8.2@94ef54f by renovate (#25317) 2024-08-21 14:25:14 +02:00
TrueCharts Bot 3b3f1c948c
chore(deps): update container image yourselfhosted/slash to 1.0.0@2ad3b75 by renovate (#25331) 2024-08-21 14:25:12 +02:00
TrueCharts Bot bfe0e238ef
chore(deps): update container image ghcr.io/mintplex-labs/anything-llm to latest@ae23fbc by renovate (#25320)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `ccb67e2` -> `ae23fbc` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:25:07 +02:00
TrueCharts Bot 4c7133063f
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@9fa46c9 by renovate (#25326)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `69ba82d` -> `9fa46c9` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:25:02 +02:00
TrueCharts Bot 7a69d7eb79
chore(deps): update container image ghcr.io/linuxserver/ubooquity to 2.1.2@9932d67 by renovate (#25319) 2024-08-21 14:24:55 +02:00
TrueCharts Bot fcfe4a1d23
chore(deps): update container image ghcr.io/open-webui/open-webui to latest@5bf373c by renovate (#25322) 2024-08-21 14:24:54 +02:00
TrueCharts Bot 9fc04a147a
chore(deps): update container image ghcr.io/techno-tim/littlelink-server to latest@08003db by renovate (#24680)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/techno-tim/littlelink-server | digest | `831ac7a` -> `08003db`
|

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC41IiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:24:48 +02:00
TrueCharts Bot 0471998176
chore(deps): update container image ghcr.io/linuxserver/synclounge to 5.2.31@7d86124 by renovate (#25318)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/synclounge](https://togithub.com/linuxserver/docker-synclounge/packages)
([source](https://togithub.com/linuxserver/docker-synclounge)) | digest
| `ea0fd8d` -> `7d86124` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-21 14:24:22 +02:00