Commit Graph

32110 Commits

Author SHA1 Message Date
TrueCharts Bot 93a3736c5a
chore(deps): update container image linuxserver/heimdall to v@08b4440 by renovate (#24426)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/heimdall](https://togithub.com/linuxserver/docker-heimdall/packages)
([source](https://togithub.com/linuxserver/docker-heimdall)) | digest |
`a481fe5` -> `08b4440` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-27 02:27:12 +02:00
TrueCharts-Bot 80b0d10523 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-07-27 00:15:31 +00:00
TrueCharts Bot a95d2f7e0a
chore(deps): update immich to v1.110.0@780c732 by renovate (minor) (#24422)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| altran1502/immich-machine-learning | minor | `v1.109.2-openvino` ->
`v1.110.0-openvino` |
| altran1502/immich-machine-learning | minor | `v1.109.2-cuda` ->
`v1.110.0-cuda` |
| altran1502/immich-machine-learning | minor | `v1.109.2` -> `v1.110.0`
|
| altran1502/immich-server | minor | `v1.109.2` -> `v1.110.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:30:47 +02:00
TrueCharts Bot 014a1e9aab
chore(deps): update container image restic/rest-server to v0.13.0@8668c23 by renovate (#24421)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [restic/rest-server](https://togithub.com/restic/rest-server) | minor
| `0.12.1` -> `0.13.0` |

---

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

---

### Release Notes

<details>
<summary>restic/rest-server (restic/rest-server)</summary>

###
[`v0.13.0`](https://togithub.com/restic/rest-server/blob/HEAD/CHANGELOG.md#Changelog-for-rest-server-0130-2024-07-26)

[Compare
Source](https://togithub.com/restic/rest-server/compare/v0.12.1...v0.13.0)

\============================================

The following sections list the changes in rest-server 0.13.0 relevant
to users. The changes are ordered by importance.

## Summary

- Chg [#&#8203;267](https://togithub.com/restic/rest-server/issues/267):
Update dependencies and require Go 1.18 or newer
- Chg [#&#8203;273](https://togithub.com/restic/rest-server/issues/273):
Shut down cleanly on TERM and INT signals
- Enh [#&#8203;271](https://togithub.com/restic/rest-server/issues/271):
Print listening address after start-up
- Enh [#&#8203;272](https://togithub.com/restic/rest-server/issues/272):
Support listening on a unix socket

## Details

- Change
[#&#8203;267](https://togithub.com/restic/rest-server/issues/267):
Update dependencies and require Go 1.18 or newer

Most dependencies have been updated. Since some libraries require newer
language
features, support for Go 1.17 has been dropped, which means that
rest-server now
    requires at least Go 1.18 to build.


[https://github.com/restic/rest-server/pull/267](https://togithub.com/restic/rest-server/pull/267)

- Change
[#&#8203;273](https://togithub.com/restic/rest-server/issues/273): Shut
down cleanly on TERM and INT signals

Rest-server now listens for TERM and INT signals and cleanly closes down
the
    http.Server and listener when receiving either of them.

This is particularly useful when listening on a unix socket, as the
server will
    now remove the socket file when it shuts down.


[https://github.com/restic/rest-server/pull/273](https://togithub.com/restic/rest-server/pull/273)

- Enhancement
[#&#8203;271](https://togithub.com/restic/rest-server/issues/271): Print
listening address after start-up

When started with `--listen :0`, rest-server would print `start server
on :0`

The message now also includes the actual address listened on, for
example `start
server on 0.0.0.0:37333`. This is useful when starting a server with an
    auto-allocated free port number (port 0).


[https://github.com/restic/rest-server/pull/271](https://togithub.com/restic/rest-server/pull/271)

- Enhancement
[#&#8203;272](https://togithub.com/restic/rest-server/issues/272):
Support listening on a unix socket

It is now possible to make rest-server listen on a unix socket by
prefixing the
socket filename with `unix:` and passing it to the `--listen` option,
for
    example `--listen unix:/tmp/foo`.

This is useful in combination with remote port forwarding to enable a
remote
    server to backup locally, e.g.:

        rest-server --listen unix:/tmp/foo &
ssh -R /tmp/foo:/tmp/foo user@host restic -r
rest:http+unix:///tmp/foo:/repo backup


[https://github.com/restic/rest-server/pull/272](https://togithub.com/restic/rest-server/pull/272)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:29:10 +02:00
TrueCharts Bot e37b8679a2
chore(deps): update container image ghcr.io/linkwarden/linkwarden to v2.6.2@1968909 by renovate (#24417)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linkwarden/linkwarden](https://togithub.com/linkwarden/linkwarden)
| patch | `v2.6.1` -> `v2.6.2` |

---

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

---

### Release Notes

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

###
[`v2.6.2`](https://togithub.com/linkwarden/linkwarden/releases/tag/v2.6.2)

[Compare
Source](https://togithub.com/linkwarden/linkwarden/compare/v2.6.1...v2.6.2)

#### What's Changed

- bug fixed by [@&#8203;daniel31x13](https://togithub.com/daniel31x13)
in
[https://github.com/linkwarden/linkwarden/pull/676](https://togithub.com/linkwarden/linkwarden/pull/676)
- bump version by
[@&#8203;daniel31x13](https://togithub.com/daniel31x13) in
[https://github.com/linkwarden/linkwarden/pull/677](https://togithub.com/linkwarden/linkwarden/pull/677)

**Full Changelog**:
https://github.com/linkwarden/linkwarden/compare/v2.6.1...v2.6.2

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:29:05 +02:00
TrueCharts Bot 8d38787f46
chore(deps): update container image mariadb to v15.2.1@674cbcc by renovate (#24397) 2024-07-26 20:28:39 +02:00
TrueCharts Bot 0cb22eaf55
chore(deps): update container image n8nio/n8n to v1.52.1@6477446 by renovate (#24419)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [n8nio/n8n](https://n8n.io)
([source](https://togithub.com/n8n-io/n8n)) | patch | `1.52.0` ->
`1.52.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:27:23 +02:00
TrueCharts Bot 693b1d8322
chore(deps): update rdesktop by renovate (#24414)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `854e35b` -> `990dea9` |
| lscr.io/linuxserver/rdesktop | digest | `94002f6` -> `c6e92da` |
| lscr.io/linuxserver/rdesktop | digest | `a01a259` -> `ea5fda4` |
| lscr.io/linuxserver/rdesktop | digest | `b9bdd29` -> `03647f9` |
| lscr.io/linuxserver/rdesktop | digest | `6d284ee` -> `ca04ea0` |
| lscr.io/linuxserver/rdesktop | digest | `c1bc38f` -> `be76d50` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:26:48 +02:00
TrueCharts Bot 1fef8d1c99
chore(deps): update container image zwavejs/zwave-js-ui to v9.16.3@eb13074 by renovate (#24420)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) |
patch | `9.16.2` -> `9.16.3` |

---

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

---

### Release Notes

<details>
<summary>zwave-js/zwave-js-ui (zwavejs/zwave-js-ui)</summary>

###
[`v9.16.3`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9163-2024-07-26)

[Compare
Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.16.2...v9.16.3)

##### Bug Fixes

- **ui:** hidden security classes inputs when editing provisioning entry
([a038ab1](a038ab183e))
- **ui:** star image not visible on HA Addon
([2ffc1e5](2ffc1e55db)),
closes
[#&#8203;3492](https://togithub.com/zwave-js/zwave-js-ui/issues/3492)
- **ui:** trigger page reload on 401 (fix basic auth)
([#&#8203;3825](https://togithub.com/zwave-js/zwave-js-ui/issues/3825))
([176ef24](176ef248cd))
- **ui:** wrong dsk error when editing provisioning entries
([549de6b](549de6bc8d))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:26:40 +02:00
TrueCharts Bot 9075e2bfa8
chore(deps): update container image metabase/metabase to v0.50.17@73c9c3b by renovate (#24418)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| metabase/metabase | patch | `v0.50.16` -> `v0.50.17` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:26:32 +02:00
TrueCharts Bot 1e5a1fdec6
chore(deps): update container image clickhouse to v14.2.4@a1f4eac by renovate (#24416)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | patch | `14.2.3` -> `14.2.4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:19:28 +02:00
TrueCharts Bot 0822ea0e1f
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@c12522a by renovate (#24412)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `685b75f` -> `c12522a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:17:50 +02:00
TrueCharts Bot 14881e2ffd
chore(deps): update container image golift/notifiarr to 0.8.0@7fce9f1 by renovate (#24411)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [golift/notifiarr](https://togithub.com/Notifiarr/notifiarr) | digest
| `3d54799` -> `7fce9f1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:17:20 +02:00
TrueCharts Bot 55b42f5fe3
chore(deps): update container image clickhouse/clickhouse-server to 24.6.3.64@f1f1bca by renovate (#24410)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clickhouse/clickhouse-server | digest | `9c078ad` -> `f1f1bca` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:16:57 +02:00
TrueCharts Bot 93efc47fb2
chore(deps): update webtop by renovate (#24415)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `8855c3d` -> `dc272d1` |
| lscr.io/linuxserver/webtop | digest | `b7ac239` -> `27f4f5d` |
| lscr.io/linuxserver/webtop | digest | `2079745` -> `4ce2012` |
| lscr.io/linuxserver/webtop | digest | `7230a40` -> `0968c2c` |
| lscr.io/linuxserver/webtop | digest | `116dc95` -> `de01b0e` |
| lscr.io/linuxserver/webtop | digest | `7d66540` -> `4190a2a` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 20:15:05 +02:00
TrueCharts Bot 0aa99c062c
chore(deps): update container image ghcr.io/linkwarden/linkwarden to v2.6.1@8940a50 by renovate (#24407)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linkwarden/linkwarden](https://togithub.com/linkwarden/linkwarden)
| patch | `v2.6.0` -> `v2.6.1` |

---

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

---

### Release Notes

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

###
[`v2.6.1`](https://togithub.com/linkwarden/linkwarden/releases/tag/v2.6.1)

[Compare
Source](https://togithub.com/linkwarden/linkwarden/compare/v2.6.0...v2.6.1)

#### What's Changed

Fixed a bug where users were reporting that they don't see some of their
preserved formats. (Recommended for all v2.6.0 users!)

> \[!NOTE]\
> If you're upgrading from v2.6.0 or an older version make sure you run
the migration script before starting the app in
[scripts/migration/v2.6.1/index.js](https://togithub.com/linkwarden/linkwarden/blob/main/scripts/migration/v2.6.1/index.js).
>
> So if you went for the manual installation, run the following:
>
>     node scripts/migration/v2.6.1/index.js
>
> If you went for the docker compose installation, run the following
instead:
>
> docker exec -it CONTAINER_ID /bin/bash -c 'node
scripts/migration/v2.6.1/index.js'

**Full Changelog**:
https://github.com/linkwarden/linkwarden/compare/v2.6.0...v2.6.1

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 14:32:45 +02:00
TrueCharts Bot 5fabfe214b
chore(deps): update container image nocodb/nocodb to v0.251.3@c40e3fa by renovate (#24408)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| nocodb/nocodb | patch | `0.251.2` -> `0.251.3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 14:30:12 +02:00
TrueCharts Bot 8deeaf592c
chore(deps): update container image danmed/tasmobackupv1 to v1.06.04@d623789 by renovate (#24406)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [danmed/tasmobackupv1](https://togithub.com/danmed/TasmoBackupV1) |
patch | `1.06.02` -> `1.06.04` |

---

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

---

### Release Notes

<details>
<summary>danmed/TasmoBackupV1 (danmed/tasmobackupv1)</summary>

###
[`v1.06.04`](https://togithub.com/danmed/TasmoBackupV1/compare/1.06.03...1.06.04)

[Compare
Source](https://togithub.com/danmed/TasmoBackupV1/compare/1.06.03...1.06.04)

###
[`v1.06.03`](https://togithub.com/danmed/TasmoBackupV1/compare/1.06.02...1.06.03)

[Compare
Source](https://togithub.com/danmed/TasmoBackupV1/compare/1.06.02...1.06.03)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 14:29:28 +02:00
TrueCharts Bot ec167238e8
chore(deps): update container image inovector/mixpost to v1.7.1@9b07614 by renovate (#24311)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| inovector/mixpost | digest | `e6c9545` -> `9b07614` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yLjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC4yLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 12:21:30 +00:00
TrueCharts Bot d307bbc760
chore(deps): update container image diygod/rsshub to latest@e185712 by renovate (#24402)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `692e316` -> `e185712` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 14:20:03 +02:00
TrueCharts Bot edc8d25a0b
chore(deps): update container image searxng/searxng to latest@0774561 by renovate (#24404) 2024-07-26 14:19:51 +02:00
TrueCharts Bot a95d3e544c
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@685b75f by renovate (#24386)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `5329748` -> `685b75f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 14:19:48 +02:00
TrueCharts Bot 681b5c17ad
chore(deps): update container image thelounge/thelounge to 4.4.3@b0fd1d3 by renovate (#24405) 2024-07-26 14:19:39 +02:00
TrueCharts Bot 7aa021c736
chore(deps): update container image mbentley/omada-controller to v@7394a6b by renovate (#24403)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[mbentley/omada-controller](https://togithub.com/mbentley/docker-omada-controller)
| digest | `0c9266e` -> `7394a6b` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 14:19:35 +02:00
TrueCharts Bot 8d6d08aaa3
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@cda2de5 by renovate (#24387)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `d53898a` -> `cda2de5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 14:19:19 +02:00
TrueCharts Bot aa78e66774
chore(deps): update container image clickhouse/clickhouse-server to 24.6.3.64@9c078ad by renovate (#24401)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clickhouse/clickhouse-server | digest | `02e3705` -> `9c078ad` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 14:18:36 +02:00
TrueCharts Bot 091e717082
chore(deps): update container image joplin/server to v3.0.1@52af578 by renovate (#24340)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [joplin/server](https://joplinapp.org/)
([source](https://togithub.com/laurent22/joplin)) | major |
`2.14.2-beta` -> `3.0.1-beta` |

---

> [!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**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yLjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC4yLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsidXBkYXRlL2RvY2tlci9nZW5lcmFsL21ham9yIl19-->
2024-07-26 10:13:36 +03:00
Stavros Kois 3f3212ddb2
fix(mealie): decouple ldap and oidc 2024-07-26 10:12:20 +03:00
TrueCharts Bot d7b145bcf7
chore(deps): update container image koush/scrypted to v0.115.0 by renovate (#24399)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| koush/scrypted | minor | `v0.114.0-jammy-nvidia` ->
`v0.115.0-jammy-nvidia` |
| koush/scrypted | minor | `v0.114.0-jammy-lite` ->
`v0.115.0-jammy-lite` |
| koush/scrypted | minor | `v0.114.0-jammy-full` ->
`v0.115.0-jammy-full` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:37:16 +02:00
TrueCharts Bot 186f29a4cf
chore(deps): update container image danmed/tasmobackupv1 to v1.06.02@208e73b by renovate (#24396)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [danmed/tasmobackupv1](https://togithub.com/danmed/TasmoBackupV1) |
patch | `1.06.00` -> `1.06.02` |

---

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

---

### Release Notes

<details>
<summary>danmed/TasmoBackupV1 (danmed/tasmobackupv1)</summary>

###
[`v1.06.02`](https://togithub.com/danmed/TasmoBackupV1/compare/1.06.00...1.06.02)

[Compare
Source](https://togithub.com/danmed/TasmoBackupV1/compare/1.06.00...1.06.02)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:33:34 +02:00
TrueCharts Bot b058853f1c
chore(deps): update container image shenxn/protonmail-bridge to 3.12.0-1@4d4e82e by renovate (#24388)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[shenxn/protonmail-bridge](https://togithub.com/shenxn/protonmail-bridge-docker)
| digest | `7cf7698` -> `4d4e82e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:25:00 +02:00
TrueCharts Bot 0da506d6c3
chore(deps): update container image tracksapp/tracks to latest@490a9cd by renovate (#24391)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tracksapp/tracks | digest | `375692c` -> `490a9cd` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:24:23 +02:00
TrueCharts Bot a840601c94
chore(deps): update container image whyour/qinglong to 2.17.9@9c43eb8 by renovate (#24393) 2024-07-26 08:24:12 +02:00
TrueCharts Bot cd2a93c96a
chore(deps): update container image zwavejs/zwave-js-ui to 9.16.2@5a9fefa by renovate (#24395) 2024-07-26 08:24:04 +02:00
TrueCharts Bot 5a4776bdb0
chore(deps): update container image xwiki to 16.5.0-postgres-tomcat@2dd0f77 by renovate (#24394)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | digest | `b0b680f` -> `2dd0f77` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:24:01 +02:00
TrueCharts Bot c89ed0f8c9
chore(deps): update container image sismics/docs to v1.11@70616d4 by renovate (#24389)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [sismics/docs](https://togithub.com/sismics/docs) | digest | `4533ff3`
-> `70616d4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:23:24 +02:00
TrueCharts Bot 371d9ab106
chore(deps): update container image traggo/server to 0.4.4@0f6aa4d by renovate (#24392) 2024-07-26 08:23:02 +02:00
TrueCharts Bot 6ea5d3c7b2
chore(deps): update container image mikeah/prusaslicer-novnc to latest@079db8e by renovate (#24382) 2024-07-26 08:23:00 +02:00
TrueCharts Bot 5f0a2d3071
chore(deps): update container image thomst08/requestrr to v2.1.6@9d9d64d by renovate (#24390)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| thomst08/requestrr | digest | `6cdeb52` -> `9d9d64d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:22:57 +02:00
TrueCharts Bot 800f8d14fc
chore(deps): update container image photoprism/photoprism to 240711@b8dc65e by renovate (#24384) 2024-07-26 08:22:50 +02:00
TrueCharts Bot d11de5c6bf
chore(deps): update container image misskey/misskey to 2024.5.0@63817fa by renovate (#24383)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [misskey/misskey](https://togithub.com/misskey-dev/misskey) | digest |
`3ecdfbc` -> `63817fa` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:22:44 +02:00
TrueCharts Bot 594aac0940
chore(deps): update container image portainer/portainer-ee to 2.20.3@daa3658 by renovate (#24385) 2024-07-26 08:22:26 +02:00
TrueCharts Bot 2a76423eb7
chore(deps): update container image linuxserver/mylar3 to version-v0.8.0@c8c6929 by renovate (#24381) 2024-07-26 08:22:24 +02:00
TrueCharts Bot 48299c83f8
chore(deps): update container image ghcr.io/mintplex-labs/anything-llm to latest@47feaa3 by renovate (#24377)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `dcb2f4a` -> `47feaa3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:22:22 +02:00
TrueCharts Bot fe7b501c4b
chore(deps): update container image docker.io/iyuucn/iyuuplus to latest@47121f0 by renovate (#24375)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/iyuucn/iyuuplus | digest | `e571c98` -> `47121f0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:22:02 +02:00
TrueCharts Bot d978f485c2
chore(deps): update container image ghcr.io/hotio/cloudflareddns to latest@2d923fd by renovate (#24376) 2024-07-26 08:21:55 +02:00
TrueCharts Bot 29791081dd
chore(deps): update container image jorenn92/maintainerr to 2.0.4@c590387 by renovate (#24380)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jorenn92/maintainerr](https://togithub.com/jorenn92/Maintainerr) |
digest | `302281a` -> `c590387` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:21:52 +02:00
TrueCharts Bot aa9e2ff07f
chore(deps): update container image docker to 27.1.1-dind@a690693 by renovate (#24373)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | digest | `9879bb4` -> `a690693` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:21:45 +02:00
TrueCharts Bot 7794c9fd2a
chore(deps): update container image jlesage/makemkv to v24.07.1@87fce9d by renovate (#24379)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/makemkv](https://togithub.com/jlesage/docker-makemkv) |
digest | `39dccc4` -> `87fce9d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:21:16 +02:00
TrueCharts Bot 0a47d6551d
chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@f8bb631 by renovate (#24374)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/alpine/socat | digest | `8f1c9d4` -> `f8bb631` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 06:21:08 +00:00