Commit Graph

25662 Commits

Author SHA1 Message Date
TrueCharts Bot addd5dd410
chore(deps): update container image docker.io/codercom/code-server to v4.21.1@c9f78fb by renovate (#18177)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/codercom/code-server | minor | `4.20.1` -> `4.21.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:37:10 +01:00
TrueCharts Bot dc4be5f6ce
chore(deps): update container image docker.io/localai/localai to v2.8.0 by renovate (#18178)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0-cublas-cuda11-ffmpeg-core` ->
`v2.8.0-cublas-cuda11-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0-cublas-cuda11-core` -> `v2.8.0-cublas-cuda11-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0-cublas-cuda12-ffmpeg-core` ->
`v2.8.0-cublas-cuda12-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0-cublas-cuda12-core` -> `v2.8.0-cublas-cuda12-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0-ffmpeg-core` -> `v2.8.0-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.7.0` -> `v2.8.0` |

---

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

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

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

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

This release adds support for Intel GPUs, and it deprecates old
ggml-based backends which are by now superseded by llama.cpp (that now
supports more architectures out-of-the-box). See also
[https://github.com/mudler/LocalAI/issues/1651](https://togithub.com/mudler/LocalAI/issues/1651).

Images are now based on Ubuntu 22.04 LTS instead of Debian bullseye.

##### Intel GPUs

There are now images tagged with "sycl". There are sycl-f16 and sycl-f32
images indicating f16 or f32 support.

For example, to start phi-2 with an Intel GPU it is enough to use the
container image like this:

docker run -e DEBUG=true -ti -v $PWD/models:/build/models -p 8080:8080
-v /dev/dri:/dev/dri --rm
quay.io/go-skynet/local-ai:master-sycl-f32-ffmpeg-core phi-2

##### What's Changed

##### Exciting New Features 🎉

- feat(sycl): Add support for Intel GPUs with sycl
([#&#8203;1647](https://togithub.com/mudler/LocalAI/issues/1647)) by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1660](https://togithub.com/mudler/LocalAI/pull/1660)
- Drop old falcon backend (deprecated) by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1675](https://togithub.com/mudler/LocalAI/pull/1675)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1678](https://togithub.com/mudler/LocalAI/pull/1678)
- Drop ggml-based gpt2 and starcoder (supported by llama.cpp) by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1679](https://togithub.com/mudler/LocalAI/pull/1679)
- fix(Dockerfile): sycl dependencies by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1686](https://togithub.com/mudler/LocalAI/pull/1686)
- feat: Use ubuntu as base for container images, drop deprecated
ggml-transformers backends by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1689](https://togithub.com/mudler/LocalAI/pull/1689)

##### 👒 Dependencies

- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1656](https://togithub.com/mudler/LocalAI/pull/1656)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1665](https://togithub.com/mudler/LocalAI/pull/1665)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1669](https://togithub.com/mudler/LocalAI/pull/1669)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1673](https://togithub.com/mudler/LocalAI/pull/1673)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1683](https://togithub.com/mudler/LocalAI/pull/1683)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1688](https://togithub.com/mudler/LocalAI/pull/1688)
- ⬆️ Update mudler/go-stable-diffusion by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1674](https://togithub.com/mudler/LocalAI/pull/1674)

##### Other Changes

- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1661](https://togithub.com/mudler/LocalAI/pull/1661)
- feat(mamba): Add bagel-dpo-2.8b by
[@&#8203;richiejp](https://togithub.com/richiejp) in
[https://github.com/mudler/LocalAI/pull/1671](https://togithub.com/mudler/LocalAI/pull/1671)
- fix (docs): fixed broken links `github/` -> `github.com/` by
[@&#8203;Wansmer](https://togithub.com/Wansmer) in
[https://github.com/mudler/LocalAI/pull/1672](https://togithub.com/mudler/LocalAI/pull/1672)
- Fix HTTP links in README.md by
[@&#8203;vfiftyfive](https://togithub.com/vfiftyfive) in
[https://github.com/mudler/LocalAI/pull/1677](https://togithub.com/mudler/LocalAI/pull/1677)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1681](https://togithub.com/mudler/LocalAI/pull/1681)
- ci: cleanup worker before run by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1685](https://togithub.com/mudler/LocalAI/pull/1685)
- Revert "fix(Dockerfile): sycl dependencies" by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1687](https://togithub.com/mudler/LocalAI/pull/1687)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1691](https://togithub.com/mudler/LocalAI/pull/1691)

##### New Contributors

- [@&#8203;richiejp](https://togithub.com/richiejp) made their first
contribution in
[https://github.com/mudler/LocalAI/pull/1671](https://togithub.com/mudler/LocalAI/pull/1671)
- [@&#8203;Wansmer](https://togithub.com/Wansmer) made their first
contribution in
[https://github.com/mudler/LocalAI/pull/1672](https://togithub.com/mudler/LocalAI/pull/1672)
- [@&#8203;vfiftyfive](https://togithub.com/vfiftyfive) made their first
contribution in
[https://github.com/mudler/LocalAI/pull/1677](https://togithub.com/mudler/LocalAI/pull/1677)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.7.0...v2.8.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:35:50 +01:00
TrueCharts Bot 37c1b629f7
chore(deps): update container image discordgsm/discord-game-server-monitor to v2.16.2@f80bd8e by renovate (#18176)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[discordgsm/discord-game-server-monitor](https://togithub.com/DiscordGSM/GameServerMonitor)
| minor | `2.15.1` -> `2.16.2` |

---

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

---

### Release Notes

<details>
<summary>DiscordGSM/GameServerMonitor
(discordgsm/discord-game-server-monitor)</summary>

###
[`v2.16.2`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.2)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.16.1...2.16.2)

#### Overview

-   Resolve some Palworld servers cannot be queried issue
-   Update translations

#### What's Changed

- Update ko.json by
[@&#8203;angrystar170](https://togithub.com/angrystar170) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/75](https://togithub.com/DiscordGSM/GameServerMonitor/pull/75)

#### New Contributors

- [@&#8203;angrystar170](https://togithub.com/angrystar170) made their
first contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/75](https://togithub.com/DiscordGSM/GameServerMonitor/pull/75)

**Full Changelog**:
https://github.com/DiscordGSM/GameServerMonitor/compare/2.16.1...2.16.2

###
[`v2.16.1`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.1)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.16.0...2.16.1)

#### Overview

-   Resolve the status not update properly issue
-   Resolve minecraft fail to query issue

**Full Changelog**:
https://github.com/DiscordGSM/GameServerMonitor/compare/2.16.0...2.16.1

###
[`v2.16.0`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.0)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.15.1...2.16.0)

#### Overview

-   Support IOSoccer
-   Support SCP: Secret Laboratory
-   Support Enshrouded
-   Support Palworld
-   Support The Isle - EVRIMA
-   Update translations
-   Resolve the issue that the Front server cannot query
-   Fix mirror bugs

#### What's Changed

- Update lt.json by [@&#8203;MrSipping](https://togithub.com/MrSipping)
in
[https://github.com/DiscordGSM/GameServerMonitor/pull/56](https://togithub.com/DiscordGSM/GameServerMonitor/pull/56)
- Translate to Hungarian by
[@&#8203;w4sb0y](https://togithub.com/w4sb0y) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/57](https://togithub.com/DiscordGSM/GameServerMonitor/pull/57)
- Added Translation Japanese by
[@&#8203;Shiioriii](https://togithub.com/Shiioriii) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/58](https://togithub.com/DiscordGSM/GameServerMonitor/pull/58)
- Support IOSoccer by [@&#8203;xLeviNx](https://togithub.com/xLeviNx) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/61](https://togithub.com/DiscordGSM/GameServerMonitor/pull/61)
- Added a Korean Translation by
[@&#8203;Shiioriii](https://togithub.com/Shiioriii) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/62](https://togithub.com/DiscordGSM/GameServerMonitor/pull/62)
- feat: Add SCP: Secret Laboratory protocol support by
[@&#8203;Fluffy41](https://togithub.com/Fluffy41) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/64](https://togithub.com/DiscordGSM/GameServerMonitor/pull/64)
- Update games.csv by [@&#8203;xLeviNx](https://togithub.com/xLeviNx) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/65](https://togithub.com/DiscordGSM/GameServerMonitor/pull/65)
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/67](https://togithub.com/DiscordGSM/GameServerMonitor/pull/67)
- Bump actions/setup-python from 4 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/68](https://togithub.com/DiscordGSM/GameServerMonitor/pull/68)
- Bump flask\[async] from 3.0.0 to 3.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/69](https://togithub.com/DiscordGSM/GameServerMonitor/pull/69)
- Bump aiohttp from 3.9.0 to 3.9.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/70](https://togithub.com/DiscordGSM/GameServerMonitor/pull/70)
- Bump pymongo from 4.6.0 to 4.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/71](https://togithub.com/DiscordGSM/GameServerMonitor/pull/71)
- Bump tzdata from 2023.3 to 2023.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/72](https://togithub.com/DiscordGSM/GameServerMonitor/pull/72)
- Bump python-dotenv from 1.0.0 to 1.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/73](https://togithub.com/DiscordGSM/GameServerMonitor/pull/73)

#### New Contributors

- [@&#8203;MrSipping](https://togithub.com/MrSipping) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/56](https://togithub.com/DiscordGSM/GameServerMonitor/pull/56)
- [@&#8203;w4sb0y](https://togithub.com/w4sb0y) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/57](https://togithub.com/DiscordGSM/GameServerMonitor/pull/57)
- [@&#8203;Shiioriii](https://togithub.com/Shiioriii) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/58](https://togithub.com/DiscordGSM/GameServerMonitor/pull/58)
- [@&#8203;Fluffy41](https://togithub.com/Fluffy41) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/64](https://togithub.com/DiscordGSM/GameServerMonitor/pull/64)
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/67](https://togithub.com/DiscordGSM/GameServerMonitor/pull/67)

**Full Changelog**:
https://github.com/DiscordGSM/GameServerMonitor/compare/2.15.1...2.16.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:35:25 +01:00
TrueCharts Bot 5a770f9793
chore(deps): update container image cloudflare/cloudflared to v2024.2.0@4d55d2f by renovate (#18174)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cloudflare/cloudflared](https://togithub.com/cloudflare/cloudflared)
| minor | `2024.1.5` -> `2024.2.0` |

---

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

---

### Release Notes

<details>
<summary>cloudflare/cloudflared (cloudflare/cloudflared)</summary>

###
[`v2024.2.0`](https://togithub.com/cloudflare/cloudflared/releases/tag/2024.2.0)

[Compare
Source](https://togithub.com/cloudflare/cloudflared/compare/2024.1.5...2024.2.0)

##### SHA256 Checksums:

cloudflared-amd64.pkg:
bd386c483a5105e4f9ef819fe95419ebbd265b444c0457f76102bd30fd172cdb
cloudflared-darwin-amd64.tgz:
08e168cb71659871410fb0ef4d108a3435016e0ca809a1621923842333848729
cloudflared-fips-linux-amd64:
5f2a9dc461ec2782768902fdd319f93f0fda2311693faa3cf9f05d231995e0ce
cloudflared-fips-linux-amd64.deb:
7c335984fc0de3cfbb07b74fd90425eafa25d38944c2809164da27ea941032d0
cloudflared-fips-linux-x86_64.rpm:
7fb512cf5d87a2992fc08c233251673a012a12403f26e7431b7f7d36e2f3a4e8
cloudflared-linux-386:
5f0f972a4c36b92adfec1bfe23d945b287c9caf9435a614721781ac01645d116
cloudflared-linux-386.deb:
9d0c550831c0e7ab6a04eb4f4cb3ded049cc1260580520845ddad1ec5e6b64a2
cloudflared-linux-386.rpm:
18c1e87a56b127e8c855132a58b3230102d66e96bc09b1d835143122971e0bcb
cloudflared-linux-aarch64.rpm:
4e571738b3eb44f707d29d088e0846d1342dd9d989fa6d6832b28bfa4ce586e2
cloudflared-linux-amd64:
5500be1a1fc27f1671790b062ef215e5d3cfefc9be2d18aa3d64eed8a4fa7315
cloudflared-linux-amd64.deb:
d65b4ad7efa130dfa684975bef0c32c4b9a087376e7ce25fc732eaa16a95c0f8
cloudflared-linux-arm:
8a2324cacb791e7b187da587116908cf908a0ae7025be148698070acd85b8247
cloudflared-linux-arm.deb:
6e85a31f1442ca4ba1ab898d41098332591736ca577d369cfca226aa07b51f48
cloudflared-linux-arm.rpm:
3988e667b8af0e0b8814028820b2cbf4f4e9776eff7bee1411ab5d44cb6fa74c
cloudflared-linux-arm64:
b7ce93603dbfcd0e5ae1abc729424fb4aa83911dafcae83d7317590ba87a5d94
cloudflared-linux-arm64.deb:
dd08914c7528b549b899db18b00da6a3ad3fe9087df6d9d1acadb4191d577c3c
cloudflared-linux-armhf:
9e63e697a20812617c04a47a93cdd5c509edb29f069e31c1f39434cb5b25f715
cloudflared-linux-armhf.deb:
6c5d1573ea293528c0673137fabd6cbf5d461683e86dd5846da3afa1e3a62665
cloudflared-linux-armhf.rpm:
b94f0e61be597635e96dc7adee54e26262ab2081903550aca9e1cfe09a99f9f7
cloudflared-linux-x86_64.rpm:
88ebb287592b3aa49df2f4c822f65744b947424ea40382707378574808a34415
cloudflared-windows-386.exe:
d5e83ef8f02b48512fdc115d14573b7514fcbe2a949a34a6105e7c926a00571d
cloudflared-windows-386.msi:
1cf6a892ef266d53a97478938de172d9c512b04a2f66f9c948276511e3ca151a
cloudflared-windows-amd64.exe:
a552e335031207e5ef4e1ed831e2e38f287e47253c1f4ec01ad290851a272e3f
cloudflared-windows-amd64.msi:
06a5d406f4585e229e37cad5fd1390e5e5d1bc619c8dc9de32d106a394c30cce

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:33:54 +01:00
TrueCharts Bot 4821d49382
chore(deps): update container image wiserain/flexget to v3.11.17@4ba4a28 by renovate (#18170)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[wiserain/flexget](https://togithub.com/linuxserver/docker-baseimage-alpine/packages)
([source](https://togithub.com/wiserain/docker-flexget)) | patch |
`3.11.14` -> `3.11.17` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:30:52 +01:00
TrueCharts Bot 5b35effbd4
chore(deps): update container image zwavejs/zwave-js-ui to v9.8.3@fdbaa40 by renovate (#18172)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) |
patch | `9.8.2` -> `9.8.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.8.3`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#983-2024-02-06)

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

##### Bug Fixes

- **discovery:** revert "improve MQTT discovery for scene CC"
([#&#8203;3583](https://togithub.com/zwave-js/zwave-js-ui/issues/3583))
([16b8c1f](16b8c1fc82))
- **mqtt-discovery:** modify thermostat\_2gig to use endpoint 0
([#&#8203;3579](https://togithub.com/zwave-js/zwave-js-ui/issues/3579))
([4ba9ead](4ba9ead465))
- **ui:** misleading `unconnected` label changed to `unknown`
([beaa1a2](beaa1a2090)),
closes
[#&#8203;3562](https://togithub.com/zwave-js/zwave-js-ui/issues/3562)
- **ui:** show nlwr route when lwr is unknown in overview
([#&#8203;3584](https://togithub.com/zwave-js/zwave-js-ui/issues/3584))
([a1f8cc2](a1f8cc2a93))

##### Features

- **mqtt:** allow to set options in multicast/broadcast requests
([#&#8203;3573](https://togithub.com/zwave-js/zwave-js-ui/issues/3573))
([9ba5886](9ba5886bea))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:30:14 +01:00
TrueCharts Bot ccac846989
chore(deps): update container image ghcr.io/linuxserver/synclounge to v5.2.25@9a97575 by renovate (#18136)
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)) | patch |
`5.2.24` -> `5.2.25` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:30:04 +01:00
TrueCharts Bot 6df28ffb9d
chore(deps): update container image yourselfhosted/slash to v0.5.3@9933343 by renovate (#18171) 2024-02-12 07:29:46 +01:00
TrueCharts Bot 9962025e70
chore(deps): update container image ghcr.io/onedr0p/lidarr-develop to v2.1.7.4030@01d40bb by renovate (#18169)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/lidarr-develop](https://ghcr.io/onedr0p/lidarr-develop)
([source](https://togithub.com/Lidarr/Lidarr)) | patch | `2.1.6.3993` ->
`2.1.7.4030` |

---

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

---

### Release Notes

<details>
<summary>Lidarr/Lidarr (ghcr.io/onedr0p/lidarr-develop)</summary>

###
[`v2.1.7.4030`](https://togithub.com/Lidarr/Lidarr/releases/tag/v2.1.7.4030):
2.1.7.4030

[Compare
Source](https://togithub.com/Lidarr/Lidarr/compare/v2.1.6.3993...v2.1.7.4030)

*To receive further updates for a non-docker installation, please change
the branch to **master**. (Settings -> General (Show Advanced Settings)
-> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Lidarr within an existing docker container.***
Doing so will prevent audio fingerprinting from working and break your
Lidarr installation if you ever delete and re-create the container.

#### Changes:

-
[`7f0fab0`](7f0fab0cf6)
Multiple Translations updated by Weblate
-
[`d68f207`](d68f207e9b)
Ignore spotify mapping test temporarily
-
[`f1efd05`](f1efd05207)
Fixed: Spotify Playlist selection
-
[`59efffd`](59efffd40f)
Multiple Translations updated by Weblate
-
[`6c90ac7`](6c90ac74e9)
Fixed: Don't use sub folder to check for free disk space for update \[
[#&#8203;4566](https://togithub.com/Lidarr/Lidarr/issues/4566) ]
-
[`f5eee52`](f5eee52194)
New: Log database engine version on startup
-
[`0871949`](0871949b74)
Fixed: Redirecting after login
-
[`1536e90`](1536e90053)
New: Artist info in Album Delete event for Webhooks \[
[#&#8203;4552](https://togithub.com/Lidarr/Lidarr/issues/4552) ]
-
[`c744231`](c744231141)
Translations for settings index
-
[`efe0a3d`](efe0a3d283)
Typings cleanup and improvements \[
[#&#8203;3516](https://togithub.com/Lidarr/Lidarr/issues/3516),
[#&#8203;3510](https://togithub.com/Lidarr/Lidarr/issues/3510),
[#&#8203;2778](https://togithub.com/Lidarr/Lidarr/issues/2778) ]
-
[`8e5942d`](8e5942d5c5)
Parse Exception Release Groups \[
[#&#8203;4541](https://togithub.com/Lidarr/Lidarr/issues/4541),
[#&#8203;4327](https://togithub.com/Lidarr/Lidarr/issues/4327),
[#&#8203;4250](https://togithub.com/Lidarr/Lidarr/issues/4250),
[#&#8203;3221](https://togithub.com/Lidarr/Lidarr/issues/3221),
[#&#8203;2658](https://togithub.com/Lidarr/Lidarr/issues/2658) ]
-
[`6471353`](6471353bcd)
Multiple Translations updated by Weblate
-
[`c3c5049`](c3c50498bd)
Debian Install Script \[
[#&#8203;4382](https://togithub.com/Lidarr/Lidarr/issues/4382),
[#&#8203;4383](https://togithub.com/Lidarr/Lidarr/issues/4383),
[#&#8203;4401](https://togithub.com/Lidarr/Lidarr/issues/4401),
[#&#8203;4407](https://togithub.com/Lidarr/Lidarr/issues/4407),
[#&#8203;4423](https://togithub.com/Lidarr/Lidarr/issues/4423),
[#&#8203;4474](https://togithub.com/Lidarr/Lidarr/issues/4474) ]
-
[`6ae99ac`](6ae99acea7)
Fix tests for storing last search time for albums
-
[`d8066ec`](d8066ec172)
New: Size column for albums \[
[#&#8203;3292](https://togithub.com/Lidarr/Lidarr/issues/3292) ]
-
[`a9b16d2`](a9b16d298f)
Improve CF calculation for files without scene name \[
[#&#8203;3359](https://togithub.com/Lidarr/Lidarr/issues/3359) ]
-
[`0bdd5f3`](0bdd5f3278)
Fixed: A potential issue when extra files for multiple artists have the
same relative path \[
[#&#8203;2760](https://togithub.com/Lidarr/Lidarr/issues/2760) ]
-
[`2f0d02b`](2f0d02b3bc)
Allow Discography to be grabbed automatically if all albums will be
released within 24 hours \[
[#&#8203;3181](https://togithub.com/Lidarr/Lidarr/issues/3181) ]
-
[`abefdca`](abefdca0fc)
Fix Missing/CutoffUnmet search all warnings
-
[`2fc966a`](2fc966af0c)
New: Missing/Cutoff Unmet searches will search for albums that haven't
been searched recently first \[
[#&#8203;3250](https://togithub.com/Lidarr/Lidarr/issues/3250) ]
-
[`5d8f9c9`](5d8f9c9e27)
New: Store last search time for AlbumSearch
-
[`0bcbf9d`](0bcbf9df81)
Fixed: Don't convert artist/album selection filter to lower case in
state \[ [#&#8203;1857](https://togithub.com/Lidarr/Lidarr/issues/1857)
]
-
[`49883d0`](49883d0e30)
Add some translations for artist table index
-
[`09e9162`](09e9162aa6)
Automated API Docs update
-
[`d38c44d`](d38c44d25e)
New: Option to disable cover art embed in files
([#&#8203;4547](https://togithub.com/Lidarr/Lidarr/issues/4547)) \[
[#&#8203;2488](https://togithub.com/Lidarr/Lidarr/issues/2488) ]
-
[`3702fa7`](3702fa773c)
New: Filter by Monitor New Items \[
[#&#8203;3707](https://togithub.com/Lidarr/Lidarr/issues/3707) ]
-
[`aecf5bb`](aecf5bba49)
Fixed: Correctly map artist logos to clearlogo type \[
[#&#8203;2627](https://togithub.com/Lidarr/Lidarr/issues/2627) ]
-
[`6e43d8a`](6e43d8a4fe)
New: Ability to import aiff files \[
[#&#8203;4102](https://togithub.com/Lidarr/Lidarr/issues/4102) ]
-
[`2a8c67b`](2a8c67badc)
New: Preserve replaygain tags
-
[`0121095`](0121095b3e)
New: Add additional CleanNameThe/CleanTitleThe naming tokens \[
[#&#8203;4197](https://togithub.com/Lidarr/Lidarr/issues/4197) ]
-
[`2f80957`](2f80957f11)
Bump version to 2.1.7
-
[`1775dc9`](1775dc9fa8)
Fixed: Ensure first history item when marked as failed is the selected
item \[ [#&#8203;3557](https://togithub.com/Lidarr/Lidarr/issues/3557) ]
-
[`cf33d43`](cf33d433a4)
New: Additional tooltips for icon buttons \[
[#&#8203;4183](https://togithub.com/Lidarr/Lidarr/issues/4183) ]
-
[`fcfd4e4`](fcfd4e401e)
Improve UI notice for delayed queue items \[
[#&#8203;4242](https://togithub.com/Lidarr/Lidarr/issues/4242) ]
-
[`8c6f0d1`](8c6f0d10e9)
Rename instances of Profile to QualityProfile \[
[#&#8203;4245](https://togithub.com/Lidarr/Lidarr/issues/4245) ]
-
[`7388e3f`](7388e3fb66)
Multiple Translations updated by Weblate
-
[`f7418d6`](f7418d6174)
New: Sort root folders by path \[
[#&#8203;4280](https://togithub.com/Lidarr/Lidarr/issues/4280),
[#&#8203;3956](https://togithub.com/Lidarr/Lidarr/issues/3956) ]
-
[`dec241e`](dec241e6b6)
Improve Release Grabbing & Failure Logging \[
[#&#8203;4534](https://togithub.com/Lidarr/Lidarr/issues/4534) ]
-
[`ef8aeda`](ef8aeda3b5)
Fixed: Avoid import loop for already imported albums \[
[#&#8203;4231](https://togithub.com/Lidarr/Lidarr/issues/4231) ]
-
[`408e052`](408e05292e)
Fixed: Don't reimport the same files from the same release unless
grabbed again \[
[#&#8203;4050](https://togithub.com/Lidarr/Lidarr/issues/4050) ]
-
[`57ac45f`](57ac45fd8e)
Fixed: Naming validation when using max token length
-
[`18fc1de`](18fc1de451)
Add max token length (including ellipsis) for some tokens
-
[`24b8029`](24b8029d2e)
Fixed: Release Year in renaming format for certain OS language cultures
-
[`c3eda6f`](c3eda6ff12)
Only bind shortcut for pending changes confirmation when it's shown
-
[`ba90095`](ba90095a47)
Automated API Docs update
-
[`ecb37b8`](ecb37b8378)
Fixed: Showing already imported tracks as downloading in Artists index
-
[`af12fad`](af12fad185)
New: Show downloading status for artist progress bar
-
[`f1dede2`](f1dede240d)
Multiple Translations updated by Weblate
-
[`bc67112`](bc671124ef)
Automated API Docs update
-
[`82d1fc1`](82d1fc1a81)
Fixed: Monitored status being reset after refresh when artist is edited
manually
-
[`545e17d`](545e17de49)
Multiple Translations updated by Weblate
-
[`a9521d1`](a9521d1b68)
Multiple Translations updated by Weblate
-
[`56d9dc4`](56d9dc4c7c)
New: Show error message for pending queue items without albums \[
[#&#8203;3512](https://togithub.com/Lidarr/Lidarr/issues/3512) ]
-
[`5f9c616`](5f9c616bff)
New: On Artist Add connection event \[
[#&#8203;3531](https://togithub.com/Lidarr/Lidarr/issues/3531) ]
-
[`f31ecaf`](f31ecaf03e)
Bump version to 2.1.6
-
[`3b0da3a`](3b0da3aac6)
Multiple Translations updated by Weblate
-
[`fb4483c`](fb4483cb71)
Fixed: History retention for Newsbin
-
[`c9faf83`](c9faf83b0b)
Fixed: Allow restore to process backups up to ~1000MB \[
[#&#8203;4513](https://togithub.com/Lidarr/Lidarr/issues/4513) ]
-
[`a3504b5`](a3504b5e32)
Prevent parsing for Roksbox metadata detection if not a matching
extension
-
[`76b6359`](76b6359732)
Prevent parsing for Wdtv metadata detection if not a matching extension
-
[`de284a9`](de284a980b)
Support additional artwork types in Kodi Metadata detection
-
[`ce063f8`](ce063f83ba)
Don't use TestCase for single test
-
[`49b404d`](49b404d8fa)
Fixed: Removal from Queue
-
[`0eb8336`](0eb8336f12)
Remove unused RemoveQueueItemsModal.js
-
[`3723b72`](3723b7225b)
Multiple Translations updated by Weblate
-
[`8e2f959`](8e2f959d5c)
Automated API Docs update
-
[`6517485`](6517485e0f)
New: Optionally remove from queue by changing category to 'Post-Import
Category' when configured \[
[#&#8203;4510](https://togithub.com/Lidarr/Lidarr/issues/4510) ]
-
[`6a1fbd6`](6a1fbd64b4)
Update database migration version translation token \[
[#&#8203;4507](https://togithub.com/Lidarr/Lidarr/issues/4507) ]
-
[`4a5cd20`](4a5cd2098b)
Add Regular Expression Custom Format translation \[
[#&#8203;4506](https://togithub.com/Lidarr/Lidarr/issues/4506) ]
-
[`7ff23cc`](7ff23ccadb)
New: Add download client name to pending items waiting for a specific
client \[ [#&#8203;4504](https://togithub.com/Lidarr/Lidarr/issues/4504)
]
-
[`fdc6526`](fdc6526add)
New: Add size to more history events \[
[#&#8203;4500](https://togithub.com/Lidarr/Lidarr/issues/4500) ]
-
[`1214eda`](1214eda6ec)
Fixed: Sorting by name in Manage Indexer and Download Client modals
-
[`ea9b46e`](ea9b46e922)
Order for track/album import aggregators \[
[#&#8203;4495](https://togithub.com/Lidarr/Lidarr/issues/4495),
[#&#8203;4496](https://togithub.com/Lidarr/Lidarr/issues/4496) ]
-
[`2cf2ebc`](2cf2ebcbb2)
Improve Release Title Custom Format debugging \[
[#&#8203;4485](https://togithub.com/Lidarr/Lidarr/issues/4485) ]
-
[`7d54c5c`](7d54c5cfef)
Bump version to 2.1.5
-
[`c328f4c`](c328f4c9ca)
Transpile logical assignment operators with babel
-
[`aa98bb1`](aa98bb16e9)
Fixed: Artists poster view on mobile devices
-
[`a8618fc`](a8618fcf49)
New: Log warning if less than 1 GB free space during update
-
[`8db7f94`](8db7f948b1)
Fixed: Don't clone indexer API Key
-
[`9b5cf9a`](9b5cf9ac0a)
Multiple Translations updated by Weblate
-
[`3e16eb7`](3e16eb736b)
New: Drop commands table content before postgres migration \[
[#&#8203;4475](https://togithub.com/Lidarr/Lidarr/issues/4475) ]
-
[`82d9228`](82d9228ee9)
New: Improve All Artits call by using dictionary for stats iteration \[
[#&#8203;4480](https://togithub.com/Lidarr/Lidarr/issues/4480) ]
-
[`ba4b93b`](ba4b93b611)
Wrap values in log messages in FileListParser \[
[#&#8203;4479](https://togithub.com/Lidarr/Lidarr/issues/4479) ]
-
[`3438339`](3438339951)
Round off the seeded ratio when checking for removal candidates
-
[`1dc28a8`](1dc28a8ab1)
Multiple Translations updated by Weblate
-
[`9fcba79`](9fcba79bc7)
Automated API Docs update
-
[`1dcc8b5`](1dcc8b5850)
New: Add icon for deleted episodes with status missing from disk \[
[#&#8203;4451](https://togithub.com/Lidarr/Lidarr/issues/4451) ]
-
[`9aae065`](9aae065c5d)
Fixed: Artists posters flickering when width changes repeatedly \[
[#&#8203;64448](https://togithub.com/Lidarr/Lidarr/issues/64448) ]
-
[`1b19e44`](1b19e44562)
New: Optional directory setting for Aria2 \[
[#&#8203;4449](https://togithub.com/Lidarr/Lidarr/issues/4449) ]
-
[`7483498`](74834988b5)
Update logging to indicate a hardlink is being attempted \[
[#&#8203;4455](https://togithub.com/Lidarr/Lidarr/issues/4455) ]
-
[`b141a8b`](b141a8b2d5)
Add missing translation keys from Indexer Settings \[
[#&#8203;4465](https://togithub.com/Lidarr/Lidarr/issues/4465) ]
-
[`b8c31ea`](b8c31ea895)
Throw download as failed for invalid magnet links \[
[#&#8203;4463](https://togithub.com/Lidarr/Lidarr/issues/4463) ]
-
[`5facdeb`](5facdeb2ff)
Fixed: Improve help text for download client priority \[
[#&#8203;4461](https://togithub.com/Lidarr/Lidarr/issues/4461) ]
-
[`829ef83`](829ef83e00)
New: Added column in Queue \[
[#&#8203;4460](https://togithub.com/Lidarr/Lidarr/issues/4460) ]
-
[`3f865fd`](3f865fd8e8)
Move Queue interface to typings
-
[`d98418f`](d98418f80e)
Fix Content-Type in FileList fixture
-
[`7779346`](777934639f)
Check Content-Type in FileList parser
-
[`af08ba4`](af08ba4bd7)
Sort Custom Filters
-
[`b367a72`](b367a72018)
Multiple Translations updated by Weblate
-
[`133ef8d`](133ef8de61)
Bump version to 2.1.4
-
[`171c083`](171c083af6)
Fixed: None Metadata Profile option to bulk editor
-
[`e5e69f0`](e5e69f06c0)
Multiple Translations updated by Weblate
-
[`679a5fa`](679a5fa4b2)
Automated API Docs update
-
[`aab13e0`](aab13e028d)
Fix log typo in release/push
-
[`bee2b44`](bee2b44918)
New: Resolve download client by name using 'downloadClient' for pushed
releases \[
[#&#8203;4279](https://togithub.com/Lidarr/Lidarr/issues/4279) ]
-
[`a82a1d4`](a82a1d46ae)
Fixed: Pushed releases not being properly rejected \[
[#&#8203;4144](https://togithub.com/Lidarr/Lidarr/issues/4144) ]
-
[`a165965`](a165965a7e)
New: Optional 'downloadClientId' for pushed releases \[
[#&#8203;4133](https://togithub.com/Lidarr/Lidarr/issues/4133) ]
-
[`7160889`](71608897b7)
Allow to override download client \[
[#&#8203;3494](https://togithub.com/Lidarr/Lidarr/issues/3494) ]
-
[`d537d79`](d537d79f75)
Remove double filtering in entity history repository
-
[`7b8c17c`](7b8c17c793)
Fixed: Filter history by multiple event types in PG \[
[#&#8203;4436](https://togithub.com/Lidarr/Lidarr/issues/4436) ]
-
[`a9c19a8`](a9c19a89f2)
Fixed: Database type when PG host contains ".db"
([#&#8203;4435](https://togithub.com/Lidarr/Lidarr/issues/4435))
-
[`5661a0a`](5661a0a956)
Automated API Docs update
-
[`3545338`](354533871e)
Fixed: Filter history by multiple event types
-
[`29f1e63`](29f1e63955)
Fixed: Improve torrent blocklist matching \[
[#&#8203;4432](https://togithub.com/Lidarr/Lidarr/issues/4432) ]
-
[`3083345`](30833453a6)
Fixed: Release source for release/push \[
[#&#8203;4430](https://togithub.com/Lidarr/Lidarr/issues/4430) ]
-
[`1e5e756`](1e5e756585)
Remove unsupported pagination for Nyaa \[
[#&#8203;4428](https://togithub.com/Lidarr/Lidarr/issues/4428) ]
-
[`729f2b7`](729f2b7089)
Remove dead Torznab presets \[
[#&#8203;4427](https://togithub.com/Lidarr/Lidarr/issues/4427) ]
-
[`129eabe`](129eabe5b2)
Multiple Translations updated by Weblate
-
[`edad5d0`](edad5d0a74)
Fixed: Refresh album files after renaming
-
[`e6e50c8`](e6e50c8784)
Fixed: Ignore repack version for MP3 V0/V2 VBR
-
[`9e8b9bd`](9e8b9bd38c)
Fixed: Blocklisting torrents from indexers that do not provide torrent
hash \[ [#&#8203;4308](https://togithub.com/Lidarr/Lidarr/issues/4308) ]
-
[`9cbecbf`](9cbecbfae4)
Automated API Docs update
-
[`8cca919`](8cca919f6b)
Add custom format score to parse endpoint
-
[`c981319`](c98131905c)
Fix typo in albums
-
[`a986460`](a986460dc2)
Multiple Translations updated by Weblate
-
[`57dd53e`](57dd53e2f2)
Automated API Docs update
-
[`1551f33`](1551f336f4)
New: Download client option for redownloading failed releases from
Interactive Search
-
[`4c2f17f`](4c2f17f1cf)
Add release source for releases \[
[#&#8203;3287](https://togithub.com/Lidarr/Lidarr/issues/3287) ]
-
[`a728f44`](a728f44a1e)
Use last history item in FailedDownloadService
-
[`e405fc7`](e405fc7cf9)
Bump Polly and Newtonsoft.Json
-
[`b88022f`](b88022f403)
Multiple Translations updated by Weblate
-
[`f0eb626`](f0eb626324)
Set fallback values for statistics
-
[`2ee4a33`](2ee4a3346e)
Bump version to 2.1.3
-
[`beb6dd6`](beb6dd6345)
Fix possible enumerations in TrackGroupingService
-
[`ae267f6`](ae267f6729)
New: Custom formats in album history \[
[#&#8203;4408](https://togithub.com/Lidarr/Lidarr/issues/4408) ]
-
[`a1506fc`](a1506fc92b)
Add some translations to album/artist details
-
[`ddb31a3`](ddb31a3718)
Multiple Translations updated by Weblate
-
[`9feaa82`](9feaa824ab)
Multiple Translations updated by Weblate
-
[`d643f63`](d643f63757)
Fixed: Disable SSL on start if certificate path is not set
-
[`6001b76`](6001b76f44)
Multiple Translations updated by Weblate
-
[`fad7672`](fad76725b7)
Multiple Translations updated by Weblate
-
[`61c8e6d`](61c8e6d3b5)
Translate fields on the backend
-
[`25d69b9`](25d69b94c4)
New: Add qBittorrent option for Content Layout \[
[#&#8203;4385](https://togithub.com/Lidarr/Lidarr/issues/4385) ]
-
[`9880e2e`](9880e2ec1b)
New: Show Proper or Repack tag in interactive search \[
[#&#8203;4386](https://togithub.com/Lidarr/Lidarr/issues/4386) ]
-
[`7a71c33`](7a71c3397b)
Fixed: Improve field selection for Discord settings \[
[#&#8203;4387](https://togithub.com/Lidarr/Lidarr/issues/4387) ]
-
[`2109d17`](2109d171e8)
New: Retry on failed downloads of torrent and nzb files \[
[#&#8203;4396](https://togithub.com/Lidarr/Lidarr/issues/4396) ]
-
[`73aa7af`](73aa7af053)
New: Add sorting to Manage Indexer and Download Client modals
-
[`3c50bb1`](3c50bb1330)
Fixed: Ignore empty tags when adding items to Flood
-
[`990753c`](990753cff5)
Bump version to 2.1.2
-
[`10fd7a4`](10fd7a4831)
QualityParser - Simplify new expression (IDE0090) \[
[#&#8203;3479](https://togithub.com/Lidarr/Lidarr/issues/3479) ]
-
[`d000dcf`](d000dcfb9f)
Fixed: Don't grab propers/repacks when item in queue meets cutoff and
propers/repacks are not downloaded automatically \[
[#&#8203;3370](https://togithub.com/Lidarr/Lidarr/issues/3370) ]
-
[`649cff6`](649cff6393)
Fixed: Increase width and truncate long names on Import List Exclusions
\[ [#&#8203;2506](https://togithub.com/Lidarr/Lidarr/issues/2506) ]
-
[`3dd933b`](3dd933ba15)
Fixed: Parsing similar artist names with common words at end \[
[#&#8203;2064](https://togithub.com/Lidarr/Lidarr/issues/2064) ]
-
[`234d277`](234d277eae)
Fixed: Error checking if files should be deleted after import won't
leave import in limbo \[
[#&#8203;2003](https://togithub.com/Lidarr/Lidarr/issues/2003) ]
-
[`d819fd1`](d819fd1bd1)
Automated API Docs update
-
[`c180c32`](c180c327d4)
New: Quality Preferred Size Setting
-
[`6d79b5a`](6d79b5ab9a)
Bump SpotifyAPI.Web to 5.1.1
-
[`4abb86b`](4abb86bf4a)
fixup! Fixed: Reduce font size for series title on series details
-
[`58e2fad`](58e2fad889)
Fixed: Reduce font size for series title on series details
-
[`4a06ed7`](4a06ed7a5c)
Multiple Translations updated by Weblate
-
[`9f6302e`](9f6302e505)
Fixed: Abort old fetch items requests in manual import \[
[#&#8203;4375](https://togithub.com/Lidarr/Lidarr/issues/4375) ]
-
[`761e34f`](761e34fb5d)
New: Remember sorting for manual import
-
[`5108548`](51085482bc)
New: Size column for tracks
-
[`1da1020`](1da1020a83)
Fixed metadata images containing html content
-
[`526c81c`](526c81c548)
Bump version to 2.1.1
-
[`102304d`](102304db95)
Fix help text for Import Extra Files
-
[`9fb7fd7`](9fb7fd7375)
Improve UI notices for artist & album details \[
[#&#8203;4368](https://togithub.com/Lidarr/Lidarr/issues/4368) ]
-
[`507924e`](507924e626)
Fixed: Imported albums updating on Calendar \[
[#&#8203;4369](https://togithub.com/Lidarr/Lidarr/issues/4369) ]
-
[`3c321d5`](3c321d518f)
Enable browser navigation buttons for PWA \[
[#&#8203;4365](https://togithub.com/Lidarr/Lidarr/issues/4365) ]
-
[`d98ba2a`](d98ba2a367)
OZnzb removed
-
[`3aeac5b`](3aeac5b530)
Fixed: (Redacted) Improve title and filter by categories
-
[`48e9062`](48e9062ac3)
Fixed: Correctly handle Migration when PG Host has ".db" \[
[#&#8203;4359](https://togithub.com/Lidarr/Lidarr/issues/4359) ]
-
[`a14a24c`](a14a24cd07)
Implement DatabaseConnectionInfo
-
[`15b0754`](15b0754dcb)
Bump version to 2.1.0

This list of changes was [auto
generated](https://dev.azure.com/Lidarr/43582661-9ac3-4ec6-9583-209885d5ff34/\_release?releaseId=69&\_a=release-summary).</details>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 06:29:40 +00:00
TrueCharts Bot 815c0d06d2
chore(deps): update container image common to v17.3.9@db10d55 by renovate (#18125)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:29:02 +01:00
TrueCharts Bot ffbff6fd91
chore(deps): update neko by renovate (#18168)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `11a24fd` -> `2c4d718` |
| m1k1o/neko | digest | `47f8567` -> `dc0ad9c` |
| m1k1o/neko | digest | `e422486` -> `5001b3b` |
| m1k1o/neko | digest | `3085bf7` -> `42c3729` |
| m1k1o/neko | digest | `63e37e4` -> `e28e0d1` |
| m1k1o/neko | digest | `7fae789` -> `1cb6c9d` |
| m1k1o/neko | digest | `b740ed0` -> `e321513` |
| m1k1o/neko | digest | `8a107f9` -> `7cd3914` |
| m1k1o/neko | digest | `878615e` -> `7768f34` |
| m1k1o/neko | digest | `61a4e7a` -> `8e4cbd9` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:26:22 +01:00
TrueCharts Bot 1d566a6600
chore(deps): update container image nginxinc/nginx-unprivileged to 1.25.3@a0f8d9a by renovate (#18167)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[nginxinc/nginx-unprivileged](https://togithub.com/nginxinc/docker-nginx-unprivileged)
| digest | `190f524` -> `a0f8d9a` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:23:56 +01:00
TrueCharts Bot 35dff69368
chore(deps): update container image cthulhoo/ttrss-web-nginx to latest@bd1ad0a by renovate (#18037) 2024-02-12 07:21:39 +01:00
TrueCharts Bot 7bd5e1708c
chore(deps): update container image ghcr.io/onedr0p/plex to 1.32.8.7639-fb6452ebf@76dce9f by renovate (#18165)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/plex](https://ghcr.io/onedr0p/plex)
([source](https://togithub.com/onedr0p/containers)) | digest | `637fe10`
-> `76dce9f` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:20:13 +01:00
TrueCharts Bot e8e272e0fc
chore(deps): update container image bitnami/wordpress to 6.4.3@52ada86 by renovate (#18164) 2024-02-12 07:19:48 +01:00
TrueCharts Bot 72b27c1da1
chore(deps): update container image glauth/glauth to latest@23af115 by renovate (#18166)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| glauth/glauth | digest | `550bc43` -> `23af115` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:19:42 +01:00
TrueCharts Bot a4090d8331
chore(deps): update container image bitnami/solr to 9.4.1@f05714e by renovate (#18163)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/solr | digest | `da0d1ef` -> `f05714e` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:19:25 +01:00
TrueCharts Bot 47c93c3d66
chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70@88a6efc by renovate (#18153)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `5b54cb0` -> `88a6efc` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:18:58 +01:00
TrueCharts Bot 3f9bdf99d7
chore(deps): update container image bitnami/matomo to 5.0.2@46b7325 by renovate (#18158) 2024-02-12 07:18:49 +01:00
TrueCharts Bot 7fe5800318
chore(deps): update container image bitnami/redis to 7.2.4@ebc4ce8 by renovate (#18162) 2024-02-12 07:18:46 +01:00
TrueCharts Bot 8b809e022c
chore(deps): update container image bitnami/prometheus to 2.49.1@c382eae by renovate (#18032)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/prometheus | digest | `0f2e8e9` -> `c382eae` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 06:18:38 +00:00
TrueCharts Bot a084d9efcf
chore(deps): update container image bitnami/dokuwiki to 20230404.1.0@68ba05c by renovate (#18155)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/dokuwiki | digest | `d9ebe51` -> `68ba05c` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:18:27 +01:00
TrueCharts Bot 87c6a21550
chore(deps): update container image bitnami/mongodb to 7.0.5@63954ac by renovate (#18160)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mongodb | digest | `32424c6` -> `63954ac` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:18:15 +01:00
TrueCharts Bot e107d9d461
chore(deps): update container image bitnami/memcached to 1.6.23@25f877b by renovate (#18159)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/memcached | digest | `076d4a3` -> `25f877b` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:18:01 +01:00
TrueCharts Bot c8c1537433
chore(deps): update container image bitnami/node-exporter to 1.7.0@3c50238 by renovate (#18161)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/node-exporter | digest | `148438a` -> `3c50238` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:17:53 +01:00
TrueCharts Bot 9fdedeadfc
chore(deps): update container image bitnami/kube-state-metrics to 2.10.1@6c53b7f by renovate (#18156) 2024-02-12 07:17:46 +01:00
TrueCharts Bot 9c8df25f70
chore(deps): update container image bitnami/mariadb to 11.2.3@9ad5c99 by renovate (#18157) 2024-02-12 07:17:41 +01:00
TrueCharts Bot 8b7d9c7ae5
chore(deps): update container image bitnami/alertmanager to 0.26.0@130b6ff by renovate (#18154)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/alertmanager | digest | `de8bbbd` -> `130b6ff` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:17:38 +01:00
TrueCharts Bot f0daa744dd
chore(deps): update container image whyour/qinglong to v2.17.1@83b868e by renovate (#18150)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [whyour/qinglong](https://togithub.com/whyour/qinglong) | patch |
`2.17.0` -> `2.17.1` |

---

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

---

### Release Notes

<details>
<summary>whyour/qinglong (whyour/qinglong)</summary>

###
[`v2.17.1`](https://togithub.com/whyour/qinglong/compare/v2.17.0...v2.17.1)

[Compare
Source](https://togithub.com/whyour/qinglong/compare/v2.17.0...v2.17.1)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:04:45 +01:00
TrueCharts Bot 0e77a2d999
chore(deps): update container image quay.io/kiwigrid/k8s-sidecar to v1.25.4@cccfe4f by renovate (#18147)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[quay.io/kiwigrid/k8s-sidecar](https://togithub.com/kiwigrid/k8s-sidecar)
| patch | `1.25.3` -> `1.25.4` |

---

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

---

### Release Notes

<details>
<summary>kiwigrid/k8s-sidecar (quay.io/kiwigrid/k8s-sidecar)</summary>

###
[`v1.25.4`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.25.4)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.25.3...1.25.4)

#### 📦 Dependencies

-   build(deps): bump python from 3.12.0-alpine3.18 to 3.12.1-alpine3.18
- PR:
[#&#8203;316](https://togithub.com/kiwigrid/k8s-sidecar/issues/316)
- build(deps): bump python from 3.12.1-alpine3.18 to 3.13.0a3-alpine3.18
- PR:
[#&#8203;323](https://togithub.com/kiwigrid/k8s-sidecar/issues/323)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:03:09 +00:00
TrueCharts Bot 399406936a
chore(deps): update container image tinymediamanager/tinymediamanager to v5.0.2@0c6b69c by renovate (#18149)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tinymediamanager/tinymediamanager | patch | `5.0.1` -> `5.0.2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:03:03 +01:00
TrueCharts Bot 2d2bafb9d1
chore(deps): update container image syncthing/syncthing to v1.27.3@d5efcb0 by renovate (#18148)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [syncthing/syncthing](https://syncthing.net)
([source](https://togithub.com/syncthing/syncthing)) | patch | `1.27.2`
-> `1.27.3` |

---

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

---

### Release Notes

<details>
<summary>syncthing/syncthing (syncthing/syncthing)</summary>

###
[`v1.27.3`](https://togithub.com/syncthing/syncthing/releases/tag/v1.27.3)

[Compare
Source](https://togithub.com/syncthing/syncthing/compare/v1.27.2...v1.27.3)

Bugfixes:

- [#&#8203;9039](https://togithub.com/syncthing/syncthing/issues/9039):
Sync from Linux to Mac with ownership - Local additions after rescan
- [#&#8203;9241](https://togithub.com/syncthing/syncthing/issues/9241):
Versions path does not honor tilde (~) shortcut

Enhancements:

- [#&#8203;8616](https://togithub.com/syncthing/syncthing/issues/8616):
Add CLI completion
- [#&#8203;9151](https://togithub.com/syncthing/syncthing/issues/9151):
Add "stay logged in" checkbox to login dialog

Other issues:

- [#&#8203;9267](https://togithub.com/syncthing/syncthing/issues/9267):
Inconsistent version requirements in lib/build and lib/upgrade
- [#&#8203;9313](https://togithub.com/syncthing/syncthing/issues/9313):
Different lengths used for short device IDs in UI

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:02:40 +01:00
TrueCharts Bot d6134244bc
chore(deps): update rdesktop by renovate (#18118)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` |
| lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` |
| lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` |
| lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` |
| lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` |
| lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` |
| lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` |
| lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` |
| lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` |
| lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` |
| lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` |
| lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` |
| lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` |
| lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` |
| lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` |
| lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` |
| lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` |
| lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` |
| lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` |
| lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` |
| lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` |
| lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` |
| lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` |
| lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:02:37 +01:00
TrueCharts Bot 1554ae6575
chore(deps): update container image ollama/ollama to v0.1.24@bb575e1 by renovate (#18146)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ollama/ollama | patch | `0.1.23` -> `0.1.24` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:02:20 +01:00
TrueCharts Bot bb309eb156
chore(deps): update container image jvmilazz0/kavita to v0.7.14@9cbe62e by renovate (#18141) 2024-02-12 02:02:11 +01:00
TrueCharts Bot 003552e757
chore(deps): update container image jgraph/drawio to v23.1.2@6273414 by renovate (#18139)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jgraph/drawio](https://www.drawio.com)
([source](https://togithub.com/jgraph/docker-drawio)) | patch | `23.1.0`
-> `23.1.2` |

---

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

---

### Release Notes

<details>
<summary>jgraph/docker-drawio (jgraph/drawio)</summary>

###
[`v23.1.2`](https://togithub.com/jgraph/docker-drawio/compare/v23.1.0...v23.1.2)

[Compare
Source](https://togithub.com/jgraph/docker-drawio/compare/v23.1.0...v23.1.2)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:02:09 +01:00
TrueCharts Bot f50cbf4793
chore(deps): update container image metabase/metabase to v0.48.5@9ae4ca1 by renovate (#18143) 2024-02-12 02:02:01 +01:00
TrueCharts Bot 03db5cd3e7
chore(deps): update container image netdata/netdata to v1.44.2@78c8cb8 by renovate (#18145) 2024-02-12 02:01:57 +01:00
TrueCharts Bot 0e88f819c9
chore(deps): update container image minio/minio to vrelease.2024-02-09t21-25-16z@68622c3 by renovate (#18144)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| minio/minio | patch | `RELEASE.2024-02-04T22-36-13Z` ->
`RELEASE.2024-02-09T21-25-16Z` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:01:25 +01:00
TrueCharts Bot 1dc3e8edfe
chore(deps): update container image ghcr.io/taxel/plextraktsync to v0.28.17@99085c4 by renovate (#18138)
This PR contains the following updates:

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

---

> [!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.28.17`](https://togithub.com/Taxel/PlexTraktSync/compare/0.28.16...0.28.17)

[Compare
Source](https://togithub.com/Taxel/PlexTraktSync/compare/0.28.16...0.28.17)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:00:58 +01:00
TrueCharts Bot 0fd10c5131
chore(deps): update container image jorenn92/maintainerr to v2.0.2@4e0f519 by renovate (#18140)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jorenn92/maintainerr](https://togithub.com/jorenn92/Maintainerr) |
patch | `2.0.0` -> `2.0.2` |

---

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

---

### Release Notes

<details>
<summary>jorenn92/Maintainerr (jorenn92/maintainerr)</summary>

###
[`v2.0.2`](https://togithub.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#202-2024-02-11)

[Compare
Source](https://togithub.com/jorenn92/Maintainerr/compare/v2.0.1...v2.0.2)

##### Bug Fixes

- Failure to fetch latest GitHub version crashes the UI
([#&#8203;891](https://togithub.com/jorenn92/Maintainerr/issues/891))
([4ce9ac9](4ce9ac9b35))

###
[`v2.0.1`](https://togithub.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#201-2024-02-09)

[Compare
Source](https://togithub.com/jorenn92/Maintainerr/compare/v2.0.0...v2.0.1)

##### Bug Fixes

- **docker:** ensure $HOME is set consistently for all configs.
([f952bba](f952bbaf10))
- Resolve SQL error during Plex collection recreation
([be1b801](be1b8017bd))
- Resolved an issue where Plex's SSL flag would not be updated correctly
on the settings page
([d65927a](d65927a761))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:00:42 +01:00
TrueCharts Bot 0707d58f4c
chore(deps): update container image ghcr.io/linuxserver/openvscode-server to v1.85.2@1da1d36 by renovate (#18135)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/openvscode-server](https://togithub.com/linuxserver/docker-openvscode-server/packages)
([source](https://togithub.com/linuxserver/docker-openvscode-server)) |
patch | `1.85.1` -> `1.85.2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:00:33 +01:00
TrueCharts Bot defa06a75f
chore(deps): update container image ghcr.io/linuxserver/emulatorjs to v1.8.8@36428a8 by renovate (#18134)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:00:23 +01:00
TrueCharts Bot 0a0e751f89
chore(deps): update container image koenkk/zigbee2mqtt to v1.35.3@f80dbca by renovate (#18142) 2024-02-12 02:00:10 +01:00
TrueCharts Bot a8dea8bfcd
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.13.3.4273@ca264d9 by renovate (#18137)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://togithub.com/Prowlarr/Prowlarr)) | patch |
`1.13.2.4251` -> `1.13.3.4273` |

---

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

---

### Release Notes

<details>
<summary>Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)</summary>

###
[`v1.13.3.4273`](https://togithub.com/Prowlarr/Prowlarr/releases/tag/v1.13.3.4273):
1.13.3.4273

[Compare
Source](https://togithub.com/Prowlarr/Prowlarr/compare/v1.13.2.4251...v1.13.3.4273)

*To receive further updates for a non-docker installation, please change
the branch to **master**. (Settings -> General (Show Advanced Settings)
-> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`02bc40b`](02bc40b9b6)
Translations for indexer settings
-
[`83e7e30`](83e7e30e4f)
Multiple Translations updated by Weblate
-
[`ae870fd`](ae870fd46a)
Improve HDBits Settings Helptext
-
[`33b7ba8`](33b7ba8725)
Multiple Translations updated by Weblate
-
[`dd2567a`](dd2567a85f)
Fixed: Refresh tags state to clear removed tags by housekeeping
-
[`264ff8f`](264ff8f885)
Revert "Enable browser navigation buttons for PWA"
-
[`629c6a8`](629c6a8891)
Fixed: Redirecting after login with urlbase
-
[`0ce2f96`](0ce2f96789)
New: Log database engine version on startup
-
[`cd7d157`](cd7d1571db)
Fixed: Don't use sub folder to check for free disk space for update
-
[`4558f55`](4558f55282)
Hints for week column and short dates in UI settings

<details><summary><b>See More</b></summary>

-
[`21589fd`](21589fda57)
Bump version to 1.13.3
-
[`3496263`](3496263cd2)
Multiple Translations updated by Weblate
-
[`1bb1ec6`](1bb1ec6106)
Fixed: (IPTorrents) Include episodes in season search
-
[`2bfb838`](2bfb838933)
Bind shortcut for pending changes confirmation only when it's shown
-
[`9eb291f`](9eb291f578)
Fixed: Avoid trailing slash in Proxy Url sent to FlareSolverr
-
[`8cf8921`](8cf892124c)
Automated API Docs update
-
[`47fb886`](47fb886930)
Don't clone indexer API Key
-
[`5034a21`](5034a211cb)
New: Don't return API Keys and Passwords via the API
-
[`ed1364b`](ed1364b6ff)
Update magnet trackers
-
[`71e18b6`](71e18b616d)
Bump version to 1.13.2
-
[`f7bf21d`](f7bf21df68)
Update help text for Tags usage in Applications
-
[`d764e34`](d764e3405d)
New: (Torznab) Internal and Scene tags
-
[`16baceb`](16baceb784)
New: Option to disable Email encryption
-
[`5d2b80d`](5d2b80d15a)
Fixed: (SubsPlease) Parse release size from magnet links
-
[`a20a81f`](a20a81f424)
New: Category filter for Indexers
-
[`ebb66e9`](ebb66e9086)
Update database migration version translation token
-
[`cb87976`](cb8797693e)
Fixed: Sorting by name in Manage Applications and Download Client modals
-
[`255c633`](255c6335ae)
New: Add sorting to Manage Applications and Download Client modals
-
[`155cd53`](155cd53dcd)
Fix translations for manage applications and download clients
-
[`ae70a96`](ae70a96c10)
Multiple Translations updated by Weblate
-
[`16c0daf`](16c0daf090)
Fix value types for EnhancedSelectInputConnector
-
[`34c78c5`](34c78c5a9d)
Fixed: (BTN) Disable ID-based searches for episodes with absolute
episode number
-
[`dd5b108`](dd5b108ffd)
Fixed: (BTN) Allow ID-based with text search query
-
[`0b83986`](0b83986255)
Automated API Docs update
-
[`2bd25fb`](2bd25fb6f3)
Reorder sync fields for App Profiles
-
[`0f5eb5d`](0f5eb5d3a3)
Bump version to 1.13.1
-
[`c9434c6`](c9434c61e3)
Transpile logical assignment operators with babel
-
[`ee969b7`](ee969b7a06)
New: Log warning if less than 1 GB free space during update
-
[`cfdf88a`](cfdf88a1e2)
Add exceptions to logs for indexers and apps
-
[`70a5dae`](70a5dae293)
Fixed: Don't lowercase UrlBase in ConfigFileProvider
-
[`b53f8d4`](b53f8d4552)
Bump version to 1.13.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=104&\_a=release-summary).</details>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:00:03 +01:00
TrueCharts Bot 3f1cff4dd8
chore(deps): update container image feramance/qbitrr to v4.2.9@8070006 by renovate (#18130)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

###
[`v4.2.9`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v429-09022024)

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

- [\[patch\] Free space
adjustements](8961ce511e)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Remove free space tag if torrent is
completed](0004eec460)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Fixed remove tags
call](aa3cbf5025)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Remove free space tag if
completed](eec18d20bf)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Free space pause
fix](0358a296e1)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Merge branch 'master' of
61d6127cb9)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Free space fix
test](6eb03308e3)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Updated release workflow
order](a09c21dbed)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Corrected version number for
PyPi](bb61323b53)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

###
[`v4.2.8`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v428-06022024)

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

- [\[patch\] Updated dependencies and formatted all
files](3f747bcfd5)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:59:49 +01:00
TrueCharts Bot d9cc6bdb2e
chore(deps): update container image ghcr.io/geek-cookbook/emby to v4.8.1.0@dad91c6 by renovate (#18132)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/geek-cookbook/emby | patch | `4.8.0.80` -> `4.8.1.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:59:33 +01:00
TrueCharts Bot 534cc9e227
chore(deps): update container image fireflyiii/core to vversion-6.1.9@3b2060a by renovate (#18131)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [fireflyiii/core](https://togithub.com/firefly-iii/docker)
([source](https://dev.azure.com/Firefly-III/_git/MainImage)) | patch |
`version-6.1.8` -> `version-6.1.9` |

---

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

---

### Configuration

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

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:59:23 +01:00
TrueCharts Bot 14eed29a23
chore(deps): update container image ghcr.io/kiranshila/doplarr to v3.6.3@426517f by renovate (#18133)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/kiranshila/doplarr](https://togithub.com/kiranshila/Doplarr)
| patch | `v3.6.2` -> `v3.6.3` |

---

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

---

### Release Notes

<details>
<summary>kiranshila/Doplarr (ghcr.io/kiranshila/doplarr)</summary>

###
[`v3.6.3`](https://togithub.com/kiranshila/Doplarr/releases/tag/v3.6.3)

[Compare
Source](https://togithub.com/kiranshila/Doplarr/compare/v3.6.2...v3.6.3)

#### What's Changed

- Add extra detail to Discord configuration instructions by
[@&#8203;jconnop](https://togithub.com/jconnop) in
[https://github.com/kiranshila/Doplarr/pull/109](https://togithub.com/kiranshila/Doplarr/pull/109)
- Bug: Fix for Query with Special Characters Failing Against Overseer by
[@&#8203;The-Running-Dev](https://togithub.com/The-Running-Dev) in
[https://github.com/kiranshila/Doplarr/pull/134](https://togithub.com/kiranshila/Doplarr/pull/134)

#### New Contributors

- [@&#8203;jconnop](https://togithub.com/jconnop) made their first
contribution in
[https://github.com/kiranshila/Doplarr/pull/109](https://togithub.com/kiranshila/Doplarr/pull/109)
- [@&#8203;The-Running-Dev](https://togithub.com/The-Running-Dev) made
their first contribution in
[https://github.com/kiranshila/Doplarr/pull/134](https://togithub.com/kiranshila/Doplarr/pull/134)

**Full Changelog**:
https://github.com/kiranshila/Doplarr/compare/v3.6.2...v3.6.3

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:59:03 +01:00
TrueCharts Bot a5ac8fcf31
chore(deps): update container image doitandbedone/ispyagentdvr to v5.2.5.0@b339efe by renovate (#18129)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[doitandbedone/ispyagentdvr](https://togithub.com/doitandbedone/ispyagentdvr-docker)
| patch | `5.2.4.0` -> `5.2.5.0` |

---

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

---

### Release Notes

<details>
<summary>doitandbedone/ispyagentdvr-docker
(doitandbedone/ispyagentdvr)</summary>

###
[`v5.2.5.0`](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.2.4.0...5.2.5.0)

[Compare
Source](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.2.4.0...5.2.5.0)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:58:46 +01:00