Commit Graph

26555 Commits

Author SHA1 Message Date
TrueCharts Bot d506bb6871
chore(deps): update container image dpage/pgadmin4 to v8.4@18cd571 by renovate (#19097)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dpage/pgadmin4 | minor | `8.3` -> `8.4` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:04:30 +01:00
TrueCharts Bot ab66f55867
chore(deps): update container image epoupon/fileshelter to v6.2.0@a5f63b6 by renovate (#19098)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| epoupon/fileshelter | minor | `6.1.0` -> `6.2.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:04:15 +00:00
TrueCharts Bot bc5947d0df
chore(deps): update container image vabene1111/recipes to v1.5.14@0a83560 by renovate (#19090)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [vabene1111/recipes](https://togithub.com/TandoorRecipes/recipes) |
patch | `1.5.13` -> `1.5.14` |

---

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

---

### Release Notes

<details>
<summary>TandoorRecipes/recipes (vabene1111/recipes)</summary>

###
[`v1.5.14`](https://togithub.com/TandoorRecipes/recipes/releases/tag/1.5.14):
Shopping

[Compare
Source](https://togithub.com/TandoorRecipes/recipes/compare/1.5.13...1.5.14)

🎉 **Shopping List Update**

-   New and improved UI
-   significantly improved offline/low network capabilities
-   Undo functionality
-   Configure what kind of information to show directly in the list
-   improved API performance
-   allow merging of supermarket categories
-   edit entries after they have been created

⚠️ **Breaking Changes**

- **changed** incorrectly named field `ingredients_markdown` on api
`/api/recipe/` was renamed to `instructions_markdown`
- **removed** field `ingredients_vue` as it was identical to
`ingredients_markdown`

**Other Changes**

-   **added** major improvements to the Open Data importer
    -   fixed many broken import cases
    -   select datatypes you want to import
    -   import `Unit` base unit and `PropertyType` FDC ID's
    -   set properties unit of foods to `g` by default
- **added** ability to order recipes in books and set automatic ordering
(thanks to [@&#8203;m7modSy](https://togithub.com/m7modSy)
[#&#8203;2810](https://togithub.com/TandoorRecipes/recipes/issues/2810))
- **added** connectors, a feature that will allow syncing of data to
external services, for now shopping lists to Homeassistant (thanks to
[@&#8203;Mikhail5555](https://togithub.com/Mikhail5555)
[#&#8203;2874](https://togithub.com/TandoorRecipes/recipes/issues/2874))
- **added** support for getting ical data without specifying from/to
date (default to from today and to anything in future) (thanks to
[@&#8203;c0mputerguru](https://togithub.com/c0mputerguru)
[#&#8203;3004](https://togithub.com/TandoorRecipes/recipes/issues/3004))
- **added** custom css classes to many places so stylings can be
overwritten in custom themes (thanks to
[@&#8203;tomtjes](https://togithub.com/tomtjes)
[#&#8203;2941](https://togithub.com/TandoorRecipes/recipes/issues/2941))
- **added** ability to open recipes with pre set servings from meal plan
(thanks to [@&#8203;patmagauran](https://togithub.com/patmagauran)
[#&#8203;2938](https://togithub.com/TandoorRecipes/recipes/issues/2938))
- **added** calculator utility to property editor to allow quick
calculations
- **added** devcontainer configuration so its easier to work on tandoor
(thanks to [@&#8203;c0mputerguru](https://togithub.com/c0mputerguru)
[#&#8203;2987](https://togithub.com/TandoorRecipes/recipes/issues/2987))
- **added** ability to set the media root folder (thanks to
[@&#8203;ambroisie](https://togithub.com/ambroisie)
[#&#8203;2931](https://togithub.com/TandoorRecipes/recipes/issues/2931))
- **improved** properties can now differentiate between unknown and 0
and show if recipes are missing something or just have ingredients with
0
-   **improved** recipes will show if properties have missing values
- **improved** FDC import to set properties amount and unit according to
FDC (100 g)
- **improved** schema generation for openapi (thanks to
[@&#8203;smilerz](https://togithub.com/smilerz)
[#&#8203;2956](https://togithub.com/TandoorRecipes/recipes/issues/2956))
fixes
[#&#8203;2945](https://togithub.com/TandoorRecipes/recipes/issues/2945)
- **improved** paginate view and cook log tables (thanks to
[@&#8203;smilerz](https://togithub.com/smilerz)
[#&#8203;2974](https://togithub.com/TandoorRecipes/recipes/issues/2974))
- **improved** made keywords optional on recipe api endpoint (thanks to
[@&#8203;smilerz](https://togithub.com/smilerz)
[#&#8203;2968](https://togithub.com/TandoorRecipes/recipes/issues/2968))
- **improved** deprecated old unused code (thanks to
[@&#8203;smilerz](https://togithub.com/smilerz)
[#&#8203;2967](https://togithub.com/TandoorRecipes/recipes/issues/2967))
- **fixed** several issues with the open data import
[#&#8203;2514](https://togithub.com/TandoorRecipes/recipes/issues/2514)
- **fixed** multiple users of one space could not have the same meal
types
[#&#8203;1988](https://togithub.com/TandoorRecipes/recipes/issues/1988)
- **fixed** migration 0200 duplicate detection not properly taking
spaces into account
[#&#8203;2926](https://togithub.com/TandoorRecipes/recipes/issues/2926)
- **fixed** regex replace automation on food not running if there are no
aliases
[#&#8203;2927](https://togithub.com/TandoorRecipes/recipes/issues/2927)
(thanks to [@&#8203;smilerz](https://togithub.com/smilerz)
[#&#8203;2937](https://togithub.com/TandoorRecipes/recipes/issues/2937))
- **fixed** multiple issues with space deletion
[#&#8203;2816](https://togithub.com/TandoorRecipes/recipes/issues/2816)
- **fixed** importer error in rezeptsuit importer
[#&#8203;2505](https://togithub.com/TandoorRecipes/recipes/issues/2505)
- **fixed** issue when importing urls with malformed serving size in
nutritional data
- **fixed** merging foods with unit conversions might break
[#&#8203;2953](https://togithub.com/TandoorRecipes/recipes/issues/2953)
-   **fixed** unit edit not showing plural field
-   **updated** Django and several other dependencies

📖 **Docs**

- **added** installation docs for ArchLinux (thanks to
[jdecourval](https://togithub.com/jdecourval)
[#&#8203;2983](https://togithub.com/TandoorRecipes/recipes/issues/2983))
- **added** test coverage reports (thanks to
[@&#8203;smilerz](https://togithub.com/smilerz)
[#&#8203;3016](https://togithub.com/TandoorRecipes/recipes/issues/3016))
- **updated** docs to include most recent pg version (thanks to
[software2000](https://togithub.com/software2000)
[#&#8203;2932](https://togithub.com/TandoorRecipes/recipes/issues/2932))
- **improved** CI script to use caching and better display results
(thanks to [Mikhail5555](https://togithub.com/Mikhail5555)
[#&#8203;2914](https://togithub.com/TandoorRecipes/recipes/issues/2914))
- **improved** authentication docs (thanks to
[jinnatar](https://togithub.com/jinnatar)
[#&#8203;2979](https://togithub.com/TandoorRecipes/recipes/issues/2979))
-   **fixed** postgres update docs `mv` command for backup creation
- **fixed** keycloak setup docs (thanks to
[maxemann96](https://togithub.com/maxemann96)
[#&#8203;2948](https://togithub.com/TandoorRecipes/recipes/issues/2948))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:03:47 +01:00
TrueCharts Bot f6cd81646a
chore(deps): update container image shlinkio/shlink to v4.0.2@7a269a8 by renovate (#19087)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| shlinkio/shlink | patch | `4.0.0` -> `4.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:03:23 +01:00
TrueCharts Bot 113ba16927
chore(deps): update container image baserow/baserow to v1.23.0@c7a436e by renovate (#19093)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

##### New features

- Introduced new password field type.
[#&#8203;2123](https://gitlab.com/baserow/baserow/-/issues/2123)
- Support ad hoc filtering in grid view for editor roles and lower
[#&#8203;2329](https://gitlab.com/baserow/baserow/-/issues/2329)
- Support ad hoc sorting in grid and gallery views
[#&#8203;2361](https://gitlab.com/baserow/baserow/-/issues/2361)
- Add ad hoc filtering support for editor and lower for gallery and
kanban views
[#&#8203;2375](https://gitlab.com/baserow/baserow/-/issues/2375)
- Add rich text formatting and Markdown support to the long text field.
[#&#8203;622](https://gitlab.com/baserow/baserow/-/issues/622)

##### Bug fixes

- Fix the number of workspaces in the admin dashboard.
[#&#8203;1195](https://gitlab.com/baserow/baserow/-/issues/1195)
- File import will now ignore spaces around text values
[#&#8203;2305](https://gitlab.com/baserow/baserow/-/issues/2305)
- Resolve the issue where table import options vanish upon interacting
with the form that displays these options, disrupting the table import
process.
[#&#8203;2326](https://gitlab.com/baserow/baserow/-/issues/2326)
- Fix bug blocking grid view access after creating a lookup to a
duration field.
[#&#8203;2333](https://gitlab.com/baserow/baserow/-/issues/2333)
- Adjusted the title height in the row modal to accommodate long text.
[#&#8203;2334](https://gitlab.com/baserow/baserow/-/issues/2334)
- Fix a bug blocking users to add row color conditions if the primary
field has no compatible filters.
[#&#8203;2341](https://gitlab.com/baserow/baserow/-/issues/2341)
- Use the correct `get_human_readable_value` when creating row related
notifications.
[#&#8203;2345](https://gitlab.com/baserow/baserow/-/issues/2345)
- Return an empty body instead of a string with a HTTP 204 status code
[#&#8203;2348](https://gitlab.com/baserow/baserow/-/issues/2348)
- Prevent editor and lower roles from creating aggregations
[#&#8203;2369](https://gitlab.com/baserow/baserow/-/issues/2369)
- Sanitize filter values to remove nul characters
[#&#8203;2398](https://gitlab.com/baserow/baserow/-/issues/2398)
- Fix bug where the period field update can result in a deadlock when it
has multiple dependencies.

##### Refactors

- Optimize usage counters tasks to run only for updated tables.
[#&#8203;1297](https://gitlab.com/baserow/baserow/-/issues/1297)
- Refactored cache clearing logic to target only dynamic models,
preserving the global cache for all models.
-   Update axios and posthog-jw frontend libraries

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:03:20 +01:00
TrueCharts Bot af39c698ef
chore(deps): update container image sourcegraph/server to v5.3.2@1b65b67 by renovate (#19088) 2024-03-11 02:02:41 +01:00
TrueCharts Bot c2477dc520
chore(deps): update container image wiserain/flexget to v3.11.22@5f118c6 by renovate (#19091) 2024-03-11 02:02:35 +01:00
TrueCharts Bot bc588526ce
chore(deps): update ignored updates to v18.1.8@ff7cbb6 by renovate (#19092)
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 | `18.1.5` ->
`18.1.8` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `18.1.2` ->
`18.1.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:02:27 +01:00
TrueCharts Bot 1e1ebecb5a
chore(deps): update container image binwiederhier/ntfy to v2.9.0@627fa10 by renovate (#19094) 2024-03-11 02:02:09 +01:00
TrueCharts Bot d93412c288
chore(deps): update container image redmine to v5.1.2@66f381e by renovate (#19084) 2024-03-11 02:00:50 +01:00
TrueCharts Bot 92f1333e0b
chore(deps): update container image quay.io/kiwigrid/k8s-sidecar to v1.26.1@b8d5067 by renovate (#19083)
This PR contains the following updates:

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

---

> [!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.26.1`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.26.1)

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

#### 💬 Other

-   Update README.md
- PR:
[#&#8203;330](https://togithub.com/kiwigrid/k8s-sidecar/issues/330)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:00:42 +01:00
TrueCharts Bot 518aa1ddc5
chore(deps): update container image ronivay/xen-orchestra to v5.138.1@6db1307 by renovate (#19085)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ronivay/xen-orchestra | patch | `5.138.0` -> `5.138.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:00:28 +01:00
TrueCharts Bot 0271ef3f7f
chore(deps): update container image memcached to v12.3.4@bdb79ff by renovate (#19077)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/bitnami/bitnami-docker-memcached)) |
patch | `12.3.1` -> `12.3.4` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:00:20 +01:00
TrueCharts Bot b2937cb616
chore(deps): update container image n8nio/n8n to v1.31.2@43b216f by renovate (#19081) 2024-03-11 02:00:19 +01:00
TrueCharts Bot 7804ab79f5
chore(deps): update container image sentriz/gonic to v0.16.3@69a85c5 by renovate (#19086)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [sentriz/gonic](https://togithub.com/sentriz/gonic) | patch |
`v0.16.2` -> `v0.16.3` |

---

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

---

### Release Notes

<details>
<summary>sentriz/gonic (sentriz/gonic)</summary>

###
[`v0.16.3`](https://togithub.com/sentriz/gonic/releases/tag/v0.16.3):
gonic v0.16.3

[Compare
Source](https://togithub.com/sentriz/gonic/compare/v0.16.2...v0.16.3)

##### Features

- bump audiotags fork to support taglib v2
([29c5397](29c5397dae))
- **lastfm:** autocorrect artist and album name misspellings when
fetching info
([2878b88](2878b88aee)),
closes [#&#8203;472](https://www.togithub.com/sentriz/gonic/issues/472)
- **lastfm:** strip copyright text from albumInfo/artistInfo responses
([aa82b94](aa82b944b7))
- **listenbrainz:** submit release MBID
([#&#8203;443](https://www.togithub.com/sentriz/gonic/issues/443))
([552aa3a](552aa3afb1))
- replace ff with with flagconf
([3ada74c](3ada74c4db))
- **subsonic:** expose track musicbrainz id
([f98b232](f98b2326da))
- **subsonic:** prefer tagged musicbrainz ID over lastfm in getAlbumInfo
([422c684](422c684f44)),
closes [#&#8203;444](https://www.togithub.com/sentriz/gonic/issues/444)
- **subsonic:** return `changed` field in playlist response
([8b4fc04](8b4fc04d3e)),
closes [#&#8203;455](https://www.togithub.com/sentriz/gonic/issues/455)
- **subsonic:** return `playCount` in album responses
([ec55f3b](ec55f3b22a)),
closes [#&#8203;458](https://www.togithub.com/sentriz/gonic/issues/458)
- **subsonic:** return an error if maxBitRate requested with no user
transcode preferences set
([88e58c0](88e58c055a))
- **subsonic:** return http form post opensubsonic extension key
([e8ae1c1](e8ae1c1d40))
- upgrade to ff v4
([4600ee1](4600ee1cbb)),
closes [#&#8203;473](https://www.togithub.com/sentriz/gonic/issues/473)

##### Bug Fixes

- **ci:** manually add taglib v2 APKBUILD
([51fa0ba](51fa0baac3))
- **db:** add double index for right side of unique compound indexes
([d640a9f](d640a9fc06)),
closes [#&#8203;426](https://www.togithub.com/sentriz/gonic/issues/426)
- **docker:** fix sqlite3 musl build
([433829d](433829dc4f))
- **listenbrainz:** set track length submission and include submission
client details
([#&#8203;424](https://www.togithub.com/sentriz/gonic/issues/424))
([b27c02f](b27c02fc89))
- **playlist:** return new playlist id for createPlaylist
([314e963](314e9632d7)),
closes [#&#8203;464](https://www.togithub.com/sentriz/gonic/issues/464)
- **podcast:** collect all episode errors when adding new podcast
([2f109f1](2f109f1982)),
closes [#&#8203;430](https://www.togithub.com/sentriz/gonic/issues/430)
- **podcast:** slightly more robust downloading and concurrency
([#&#8203;433](https://www.togithub.com/sentriz/gonic/issues/433))
([f34cd2e](f34cd2e213))
- **scanner:** clean up orphaned album genres when dir still exists
without tracks
([19ebd45](19ebd4540f)),
closes [#&#8203;466](https://www.togithub.com/sentriz/gonic/issues/466)
- **scanner:** gracefully handle multi value tag delim splits with
adjacent delimiters
([eb79cec](eb79cecc44)),
closes [#&#8203;448](https://www.togithub.com/sentriz/gonic/issues/448)
- **specid:** match music dirs with trailing slash
([#&#8203;439](https://www.togithub.com/sentriz/gonic/issues/439))
([e63ee96](e63ee9687e))
- **subsonic:** always return playlist duration
([87943ea](87943ea863)),
closes [#&#8203;457](https://www.togithub.com/sentriz/gonic/issues/457)
- **subsonic:** fix getAvatar user request comparison
([#&#8203;469](https://www.togithub.com/sentriz/gonic/issues/469))
([2949b4c](2949b4c867))
- **subsonic:** return error code 70 for not found errors in more places
([42dbfa7](42dbfa7a85)),
closes [#&#8203;454](https://www.togithub.com/sentriz/gonic/issues/454)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:00:13 +01:00
TrueCharts Bot 094b6d0e99
chore(deps): update container image miniflux/miniflux to v2.1.1@762b201 by renovate (#19079)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [miniflux/miniflux](https://miniflux.app)
([source](https://togithub.com/miniflux/v2)) | patch | `2.1.0` ->
`2.1.1` |

---

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

---

### Release Notes

<details>
<summary>miniflux/v2 (miniflux/miniflux)</summary>

###
[`v2.1.1`](https://togithub.com/miniflux/v2/blob/HEAD/ChangeLog#Version-211-March-10-2024)

[Compare Source](https://togithub.com/miniflux/v2/compare/2.1.0...2.1.1)

-   Move search form to a dedicated page
-   Add Readeck integration
-   Add feed option to disable HTTP/2 to avoid fingerprinting
-   Add `Enter` key as a hotkey to open selected item
-   Proxify `video` element `poster` attribute
-   Add a couple of new possible locations for feeds
    -   Hugo likes to generate `index.xml`
- `feed.atom` and `feed.rss` are used by enterprise-scale/old-school
gigantic CMS
-   Fix categories import from Thunderbird's OPML
- Fix logo misalignment when using languages that are more verbose than
English
-   Google Reader: Do not return a 500 error when no items is returned
-   Handle RDF feeds with duplicated `<title>` elements
-   Sort integrations alphabetically
-   Add more URL validation in media proxy
- Add unit test to ensure each translation has the correct number of
plurals
-   Add missing plurals for some languages
- Makefile: quiet `git describe` and `rev-parse` stderr: When building
from a tarball instead of a cloned git repo, there would be two `fatal:
not a git repository` errors emitted even though the build succeeds.
This is because of how `VERSION` and `COMMIT` are set in the Makefile.
This PR suppresses the stderr for these variable assignments.
-   Makefile: do not force `CGO_ENABLED=0` for `miniflux` target
-   Add GitHub Action pipeline to build packages on-demand
- Remove Golint (deprecated), use `staticcheck` and `golangci-lint`
instead
-   Build amd64/arm64 Debian packages with CGO disabled
-   Update `go.mod` and add `.exe` suffix to Windows binary
-   Add a couple of fuzzers
-   Fix CodeQL workflow
-   Code and performance improvements:
    -   Use an `io.ReadSeeker` instead of an `io.Reader` to parse feeds
    -   Speed up the sanitizer:
        -   Allow Youtube URLs to start with `www`
        -   Use `strings.Builder` instead of a `bytes.Buffer`
- Use a `strings.NewReader` instead of a `bytes.NewBufferString`
- Sprinkles a couple of `continue` to make the code-flow more obvious
- Inline calls to `inList`, and put their parameters in the right order
        -   Simplify `isPixelTracker`
- Simplify `isValidIframeSource`, by extracting the hostname and
comparing it directly, instead of using the full url and checking if it
starts with multiple variations of the same one (`//`, `http:`,
`https://` multiplied by `/www.`)
        -   Add a benchmark
- Instead of having to allocate a ~100 keys map containing possibly
dynamic values (at least to the go compiler), allocate it once in a
global variable. This significantly speeds things up, by reducing the
garbage
- Use constant time access for maps instead of iterating on them
- Build a ~large whitelist map inline instead of constructing it item by
item (and remove a duplicate key/value pair)
        -   Use `slices` instead of hand-rolled loops
            collector/allocator involvements.
- Reuse a `Reader` instead of copying to a buffer when parsing an Atom
feed
- Preallocate memory when exporting to OPML: This should marginally
increase performance when exporting a large amount of feeds to OPML
- Delay call of `view.New` after logging the user in: There is no need
to do extra work like creating a session and its associated view until
the user has been properly identified and as many possibly-failing sql
request have been successfully run
- Use constant-time comparison for anti-csrf tokens: This is probably
completely overkill, but since anti-csrf tokens are secrets, they should
be compared against untrusted inputs in constant time
    -   Simplify and optimize `genericProxyRewriter`
- Reduce the amount of nested loops: it's preferable to search the whole
page once and filter on it (even with filters that should always be
false), than searching it again for every element we're looking for.
- Factorize the proxying conditions into a `shouldProxy` function to
reduce the copy-pasta.
- Speed up `removeUnlikelyCandidates`: `.Not` returns a brand new
`Selection`, copied element by element
    -   Improve `EstimateReadingTime`'s speed by a factor 7
        -   Refactorise the tests and add some
        -   Use 250 signs instead of the whole text
        -   Only check for Korean, Chinese and Japanese script
        -   Add a benchmark
        -   Use a more idiomatic control flow
- Don't compute reading-time when unused: If the user doesn't display
reading times, there is no need to compute them. This should speed
things up a bit, since `whatlanggo.Detect` is abysmally slow.
- Simplify `username` generation for the integration tests: No need to
generate random numbers 10 times, generate a single big-enough one. A
single int64 should be more than enough
    -   Add missing regex anchor detected by CodeQL
    -   Don't mix up slices capacity and length
- Use prepared statements for intervals, `ArchiveEntries` and
`updateEnclosures`
    -   Use modern for-loops introduced with Go 1.22
- Remove a superfluous condition: No need to check if the length of
`line` is positive since we're checking afterwards that it contains the
`=` sign
- Close resources as soon as possible, instead of using `defer()` in a
loop
    -   Remove superfluous escaping in a regex
    -   Use `strings.ReplaceAll` instead of `strings.Replace(…, -1)`
    -   Use `strings.EqualFold` instead of `strings.ToLower(…) ==`
    -   Use `.WriteString(` instead of `.Write([]byte(…`
    -   Use `%q` instead of `"%s"`
    -   Make `internal/worker/worker.go` read-only
- Use a switch-case construct in `internal/locale/plural.go` instead of
an avalanche of `if`
- Template functions: simplify `formatFileSize` and `duration`
implementation
    -   Inline some templating functions
    -   Make use of `printer.Print` when possible
- Add a `printer.Print` to `internal/locale/printer.go`: No need to use
variadic functions with string format interpolation to generate static
strings
- Minor code simplification in `internal/ui/view/view.go`: No need to
create the map item by item when we can create it in one go
- Build the map inline in `CountAllFeeds()`: No need to build an empty
map to then add more fields in it one by one
- Miscellaneous improvements to
`internal/reader/subscription/finder.go`:
- Surface `localizedError` in `FindSubscriptionsFromWellKnownURLs` via
`slog`
- Use an inline declaration for new subscriptions, like done elsewhere
in the
            file, if only for consistency's sake
- Preallocate the `subscriptions` slice when using an RSS-bridge,
- Use an update-where for `MarkCategoryAsRead` instead of a subquery
- Simplify `CleanOldUserSessions`' query: No need for a subquery,
filtering on `created_at` directly is enough
    -   Simplify `cleanupEntries`' query
        -   `NOT (hash=ANY(%4))` can be expressed as `hash NOT IN $4`
- There is no need for a subquery operating on the same table, moving
the conditions out is equivalent.
- Reformat `ArchiveEntries`'s query for consistency's sake and replace
the `=ANY` with an `IN`
- Reformat the query in `GetEntryIDs` and `GetReadTime`'s query for
consistency's sake
- Simplify `WeeklyFeedEntryCount`: No need for a `BETWEEN`: we want to
filter on entries published in the last week, no need to express is as
"entries published between now and last week", "entries published after
last week" is enough
    -   Add some tests for `add_image_title`
- Remove `github.com/google/uuid` dependencies: Replace it with a
hand-rolled implementation. Heck, an UUID isn't even a requirement
according to Omnivore API docs
    -   Simplify `internal/reader/icon/finder.go`:
- Use a simple regex to parse data uri instead of a hand-rolled parser,
and document what fields are considered mandatory.
- Use case-insensitive matching to find (fav)icons, instead of doing the
same query twice with different letter cases
- Add `apple-touch-icon-precomposed.png` as a fallback `favicon`
- Reorder the queries to have `icon` first, since it seems to be the
most popular one. It used to be last, meaning that pages had to be
parsed completely 4 times, instead of one now.
        -   Minor factorisation in `findIconURLsFromHTMLDocument`
    -   Small refactoring of `internal/reader/date/parser.go`:
- Split dates formats into those that require local times and those who
don't, so that there is no need to have a switch-case in the for loop
with around 250 iterations at most.
- Be more strict when it comes to timezones, previously invalid ones
like -13 were accepted. Also add a test for this.
        -   Bail out early if the date is an empty string.
- Make use of Go ≥ 1.21 slices package instead of hand-rolled loops
    -   Reorder the fields of the `Entry` struct to save some memory
-   Dependencies update:
    -   Bump `golang.org/x/oauth2` from `0.17.0` to `0.18.0`
- Bump `github.com/prometheus/client_golang` from `1.18.0` to `1.19.0`
    -   Bump `github.com/tdewolff/minify/v2` from `2.20.16` to `2.20.18`
    -   Bump `github.com/PuerkitoBio/goquery` from `1.8.1` to `1.9.1`
    -   Bump `golang.org/x/crypto` from `0.19.0` to `0.20.0`
    -   Bump `github.com/go-jose/go-jose/v3` from `3.0.1` to `3.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:59:52 +01:00
TrueCharts Bot dcaf7d03ca
chore(deps): update container image metabase/metabase to v0.48.8@2087df5 by renovate (#19078)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| metabase/metabase | patch | `v0.48.7` -> `v0.48.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:59:46 +01:00
TrueCharts Bot ab0e51c89a
chore(deps): update container image ollama/ollama to v0.1.29@7875c86 by renovate (#19082)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ollama/ollama | patch | `0.1.27` -> `0.1.29` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:59:38 +01:00
TrueCharts Bot 32dd5f5963
chore(deps): update container image minio/minio to vrelease.2024-03-10t02-53-48z@b9e644d by renovate (#19080)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| minio/minio | patch | `RELEASE.2024-03-03T17-50-39Z` ->
`RELEASE.2024-03-10T02-53-48Z` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:59:26 +01:00
TrueCharts Bot 87b85510f4
chore(deps): update container image grafana/grafana to v10.3.4@a4c1fa9 by renovate (#19073)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| grafana/grafana | patch | `10.3.3` -> `10.3.4` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:58:42 +01:00
TrueCharts Bot ce7ca641e5
chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.63@ff17d94 by renovate (#19070)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/rogerfar/rdtclient](https://togithub.com/rogerfar/rdt-client)
| patch | `2.0.62` -> `2.0.63` |

---

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

---

### Release Notes

<details>
<summary>rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient)</summary>

###
[`v2.0.63`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2063---2024-03-05)

[Compare
Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.62...v2.0.63)

##### Changed

- When Sonarr/Radarr requests a torrent to be deleted, and its files
too, then delete those files instead of ingoring it.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:58:14 +01:00
TrueCharts Bot 6d4434ad37
chore(deps): update container image ghcr.io/taxel/plextraktsync to v0.29.6@d8dda11 by renovate (#19072) 2024-03-11 01:58:02 +01:00
TrueCharts Bot f39c0ce654
chore(deps): update container image ghcr.io/linuxserver/bookstack to v24.02.20240304@439feef by renovate (#19066)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 00:57:59 +00:00
TrueCharts Bot b55506f24a
chore(deps): update container image jgraph/drawio to v24.0.4@d59e042 by renovate (#19074)
This PR contains the following updates:

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

---

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

###
[`v24.0.4`](https://togithub.com/jgraph/docker-drawio/compare/v24.0.3...v24.0.4)

[Compare
Source](https://togithub.com/jgraph/docker-drawio/compare/v24.0.3...v24.0.4)

###
[`v24.0.3`](https://togithub.com/jgraph/docker-drawio/compare/v24.0.2...v24.0.3)

[Compare
Source](https://togithub.com/jgraph/docker-drawio/compare/v24.0.2...v24.0.3)

###
[`v24.0.2`](https://togithub.com/jgraph/docker-drawio/compare/v24.0.1...v24.0.2)

[Compare
Source](https://togithub.com/jgraph/docker-drawio/compare/v24.0.1...v24.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:57:26 +01:00
TrueCharts Bot a648dccd5c
chore(deps): update container image ghcr.io/onedr0p/readarr-develop to v0.3.19.2437@b238cd6 by renovate (#19069)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/readarr-develop](https://ghcr.io/onedr0p/readarr-develop)
([source](https://togithub.com/Readarr/Readarr)) | patch | `0.3.18.2411`
-> `0.3.19.2437` |

---

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

---

### Release Notes

<details>
<summary>Readarr/Readarr (ghcr.io/onedr0p/readarr-develop)</summary>

###
[`v0.3.19.2437`](https://togithub.com/Readarr/Readarr/releases/tag/v0.3.19.2437):
0.3.19.2437

[Compare
Source](https://togithub.com/Readarr/Readarr/compare/v0.3.18.2411...v0.3.19.2437)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (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 Readarr within an existing docker
container.***

#### Changes:

-
[`c77d820`](c77d820763)
Fix tests for storing last search time for books
-
[`3327ed0`](3327ed0f49)
Automated API Docs update
-
[`44009e9`](44009e980b)
Fixed: A potential issue when extra files for multiple authors have the
same relative path \[
[#&#8203;1650](https://togithub.com/Readarr/Readarr/issues/1650) ]
-
[`02fd733`](02fd733223)
Fixed: Don't convert author/book selection filter to lower case in state
\[ [#&#8203;692](https://togithub.com/Readarr/Readarr/issues/692) ]
-
[`2fa9576`](2fa9576d05)
New: Missing/Cutoff Unmet searches will search for books that haven't
been searched recently first \[
[#&#8203;2088](https://togithub.com/Readarr/Readarr/issues/2088) ]
-
[`c7ee278`](c7ee278ee4)
New: Store last search time for BookSearch
-
[`d72c27c`](d72c27ceed)
Fixed: Refresh tags state to clear removed tags by housekeeping
-
[`7a20fe2`](7a20fe2288)
Improve messaging on indexer specified download client is not available
-
[`042b62a`](042b62a2a5)
Show download client ID as hint in select options
-
[`88141e9`](88141e9d63)
Hints for week column and short dates in UI settings

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

-
[`7fa1114`](7fa1114edf)
Multiple Translations updated by Weblate
-
[`d426253`](d4262532e2)
Ignore tests temporarily
-
[`a21f83a`](a21f83aae1)
Some translations for Manual Import dropdowns
-
[`d659e86`](d659e86a7d)
Fixed: Progress bar for authors and books
-
[`0b92400`](0b924005ec)
Multiple Translations updated by Weblate
-
[`ba2fad5`](ba2fad5d9c)
Fixed: Don't use sub folder to check for free disk space for update \[
[#&#8203;3299](https://togithub.com/Readarr/Readarr/issues/3299) ]
-
[`58416ce`](58416cee67)
New: Log database engine version on startup
-
[`3812431`](38124313c7)
Fixed: Redirecting after login
-
[`3fc9f6c`](3fc9f6c0a4)
Bump version to 0.3.19
-
[`79ce5ab`](79ce5abd53)
Multiple Translations updated by Weblate
-
[`7f01d59`](7f01d597cb)
Multiple Translations updated by Weblate
-
[`31f35df`](31f35df71d)
Only bind shortcut for pending changes confirmation when it's shown

This list of changes was [auto
generated](https://dev.azure.com/Readarr/34393bab-b896-4651-a109-cddb27254e55/\_release?releaseId=41&\_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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:57:24 +01:00
TrueCharts Bot 580c4e3f52
chore(deps): update rdesktop by renovate (#19050) 2024-03-11 01:57:00 +01:00
TrueCharts Bot 35b208fa68
chore(deps): update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.2@57ea2ee by renovate (#19071)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/sethforprivacy/simple-monerod](https://togithub.com/sethforprivacy/simple-monerod-docker)
| patch | `v0.18.3.1` -> `v0.18.3.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:56:54 +01:00
TrueCharts Bot 87971e6167
chore(deps): update container image ghcr.io/a-sync/game-server-watcher to v3.0.2@52d5d8d by renovate (#19062)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

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

[Compare
Source](https://togithub.com/a-sync/game-server-watcher/compare/v3.0.0...v3.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:56:43 +01:00
TrueCharts Bot 31e9f4c9e6
chore(deps): update container image feramance/qbitrr to v4.4.1@d359f66 by renovate (#19061)
This PR contains the following updates:

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

---

> [!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.4.1`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v441-08032024)

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

- [\[patch\] Dependency
bump](4caa0af9bd)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Debugging torrent
availability](54b80acba9)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Updated config
example](26083a07f3)
- [@&#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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:56:39 +01:00
TrueCharts Bot dbf7bff622
chore(deps): update container image ghcr.io/onedr0p/lidarr-develop to v2.2.1.4073@25018af by renovate (#19067) 2024-03-11 01:56:19 +01:00
TrueCharts Bot 7423641b4f
chore(deps): update container image ghcr.io/onedr0p/lidarr-develop to v2.2.1.4073@25018af by renovate (#19067)
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.2.0.4053` ->
`2.2.1.4073` |

---

> [!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.2.1.4073`](https://togithub.com/Lidarr/Lidarr/releases/tag/v2.2.1.4073):
2.2.1.4073

[Compare
Source](https://togithub.com/Lidarr/Lidarr/compare/v2.2.0.4053...v2.2.1.4073)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (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 Radarr within an existing docker container.***

#### Changes:

-
[`0ca0f68`](0ca0f68af1)
Multiple Translations updated by Weblate
-
[`2c19b5a`](2c19b5aa61)
Ignore spotify mapping test more temporarily
-
[`7e0c5e0`](7e0c5e0da5)
Multiple Translations updated by Weblate
-
[`adecb7f`](adecb7f73c)
Increase migration timeout to 5 minutes
-
[`98a90e2`](98a90e2f8f)
New: Bypass archived history for failed downloads in SABnzbd
-
[`ce2bb5b`](ce2bb5be1f)
Update caniuse-lite
-
[`e446c25`](e446c25a01)
New: Options button for Missing/Cutoff Unmet
-
[`d38c101`](d38c101acd)
Fixed: Multi-word genres in Auto Tags
([#&#8203;4601](https://togithub.com/Lidarr/Lidarr/issues/4601))
-
[`022fbf8`](022fbf864c)
Fixed: Selection of last added custom filter \[
[#&#8203;4627](https://togithub.com/Lidarr/Lidarr/issues/4627) ]
-
[`3ff9b8b`](3ff9b8bd85)
Bump version to 2.2.1

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

-
[`57926a6`](57926a61d2)
Bump node to v20.x on builder
-
[`87f88af`](87f88af7ee)
Update name for errors with metadata API
-
[`30fc3fc`](30fc3fc70a)
Multiple Translations updated by Weblate
-
[`4abca0c`](4abca0c896)
Fixed: Don't die on album deleted notifications with the artist already
removed
-
[`b2f5954`](b2f595436b)
Improve messaging on indexer specified download client is not available
-
[`e7ae0b9`](e7ae0b9e22)
Fixed: Refresh tags state to clear removed tags by housekeeping
-
[`0431b25`](0431b257e1)
Show download client ID as hint in select options
-
[`479e8cc`](479e8cce20)
Hints for week column and short dates in UI settings
-
[`27723eb`](27723eb3ea)
Revert "New: Preserve replaygain tags"
-
[`616b529`](616b529c9a)
Fix CalendarPageConnector import sort
-
[`8b85d4c`](8b85d4c941)
Translate Frontend Utilities \[
[#&#8203;4096](https://togithub.com/Lidarr/Lidarr/issues/4096) ]
-
[`f13b095`](f13b095040)
Automated API Docs update
-
[`a4af75b`](a4af75b60c)
New: Calendar filtering by tags \[
[#&#8203;3658](https://togithub.com/Lidarr/Lidarr/issues/3658),
[#&#8203;4211](https://togithub.com/Lidarr/Lidarr/issues/4211) ]
-
[`c7faf7c`](c7faf7cc25)
Bump version to 2.2.0
-
[`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
-
[`577af8a`](577af8a7d3)
Multiple Translations updated by Weblate
-
[`e26a936`](e26a9362cd)
Multiple Translations updated by Weblate
-
[`1e14758`](1e14758072)
Fixed: Don't write audio tags if there are no updates
-
[`98245a0`](98245a0ed8)
Bump version to 2.0.7
-
[`7e27730`](7e27730c58)
Multiple Translations updated by Weblate
-
[`3888a1a`](3888a1a973)
Add album to LidarrAPI helper
-
[`95043a2`](95043a2768)
New: Top albums and period interval options for Last.fm User lists
-
[`803c2dd`](803c2dd66b)
Fixed: Avoid lookups for empty MusicBrainz IDs in import list fetching
-
[`4e70a80`](4e70a80324)
Prevent false notification for moving artist when editing
-
[`0655a9a`](0655a9aa72)
Revert "Fixed: Prevent false notification for moving artist when
editing"
-
[`0133f43`](0133f4331b)
Fixed: Prevent false notification for moving artist when editing
-
[`bdf5ad2`](bdf5ad2e2b)
Always validate Custom Script path
-
[`c51351a`](c51351a09b)
Multiple Translations updated by Weblate
-
[`852d701`](852d7014e0)
Automated API Docs update
-
[`14c02c7`](14c02c7882)
Fixed: Toggling monitor artist multiple times
-
[`0fb07a5`](0fb07a54d6)
Add test for Scene name not being set during import \[
[#&#8203;1994](https://togithub.com/Lidarr/Lidarr/issues/1994) ]
-
[`fc6175e`](fc6175e597)
New: Add FileId to History data for import events \[
[#&#8203;1961](https://togithub.com/Lidarr/Lidarr/issues/1961) ]
-
[`651abf9`](651abf9faa)
New: Persist search settings in add new artist and album \[
[#&#8203;1967](https://togithub.com/Lidarr/Lidarr/issues/1967) ]
-
[`b12adac`](b12adacd6b)
Multiple Translations updated by Weblate
-
[`9fc66e9`](9fc66e9b98)
Fixed: Filter unchanged files using UTC timestamps
([#&#8203;4332](https://togithub.com/Lidarr/Lidarr/issues/4332))
-
[`b07cb68`](b07cb686be)
Multiple Translations updated by Weblate
-
[`8783925`](8783925880)
Multiple Translations updated by Weblate
-
[`205e235`](205e235d2d)
Bump version to 2.0.6
-
[`d9520eb`](d9520eb23e)
New: Remove defunct Boxcar notifications \[
[#&#8203;4339](https://togithub.com/Lidarr/Lidarr/issues/4339) ]
-
[`a9bef2b`](a9bef2b4a1)
Initial support to use named tokens for backend translations \[
[#&#8203;4210](https://togithub.com/Lidarr/Lidarr/issues/4210) ]
-
[`f4c7185`](f4c718554b)
Bump dotnet to 6.0.25
-
[`a2acbdd`](a2acbddd65)
Fixed force saving provider triggering testing
-
[`1be09d0`](1be09d0fe9)
Wrap long lines in description lists
-
[`3f670ab`](3f670ab8fb)
Bump version to 2.0.5
-
[`76c2203`](76c2203c07)
Multiple Translations updated by Weblate
-
[`3402793`](34027932c5)
Fixed: Saving indexer, download client, etc settings
-
[`422a056`](422a05628e)
Multiple Translations updated by Weblate
-
[`064f76b`](064f76b89f)
Automated API Docs update
-
[`c088455`](c0884556f3)
More cleanup appName tokens
-
[`a53cefe`](a53cefec51)
Fixed: Replacing 'appName' translation token \[
[#&#8203;4284](https://togithub.com/Lidarr/Lidarr/issues/4284) ]
-
[`7d38336`](7d38336bb5)
Cleanup appName tokens \[
[#&#8203;4317](https://togithub.com/Lidarr/Lidarr/issues/4317) ]
-
[`c4b3367`](c4b33673ad)
New: Confirmation before clearing blocklist \[
[#&#8203;4316](https://togithub.com/Lidarr/Lidarr/issues/4316) ]
-
[`1361492`](1361492bf5)
New: Require password confirmation when setting or changing password \[
[#&#8203;4315](https://togithub.com/Lidarr/Lidarr/issues/4315) ]
-
[`8c1ac91`](8c1ac91342)
Fixed: Disable SSL when using the removed SslCertHash configuration
([#&#8203;4314](https://togithub.com/Lidarr/Lidarr/issues/4314))
-
[`d78e32f`](d78e32f685)
Bump version to 2.0.4
-
[`8d87453`](8d87453b60)
Don't retest unchanged providers
-
[`eff04d7`](eff04d73d9)
Rename 'ReturnUrl' to 'returnUrl' for forms auth redirection
-
[`f48a461`](f48a461b30)
Multiple Translations updated by Weblate
-
[`4866c3e`](4866c3ed12)
Fixed: Enforce validation warnings when testing providers
-
[`8a1a945`](8a1a945e5f)
Increase the wait timeout for integration tests init
-
[`1ec05f5`](1ec05f519e)
Bump version to 2.0.3
-
[`8e847e6`](8e847e6ba9)
Fixed: Record status for notifications on tests
-
[`b919941`](b919941891)
Don't store successful results for invalid providers
-
[`6ac42e2`](6ac42e268e)
Multiple Translations updated by Weblate
-
[`7669563`](7669563518)
Fixed: Filter old releases on RSS for RED and Gazelle
-
[`8a31a18`](8a31a18a99)
Increase the wait timeout for integration tests init
-
[`7e6f3c1`](7e6f3c1fef)
Bump version to 2.0.2

This list of changes was [auto
generated](https://dev.azure.com/Lidarr/43582661-9ac3-4ec6-9583-209885d5ff34/\_release?releaseId=72&\_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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:56:18 +01:00
TrueCharts Bot 1ee50c0b09
chore(deps): update container image ghcr.io/bitmagnet-io/bitmagnet to v0.7.12@07c9c43 by renovate (#19063)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/bitmagnet-io/bitmagnet](https://togithub.com/bitmagnet-io/bitmagnet)
| patch | `0.7.7` -> `0.7.12` |

---

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

---

### Release Notes

<details>
<summary>bitmagnet-io/bitmagnet
(ghcr.io/bitmagnet-io/bitmagnet)</summary>

###
[`v0.7.12`](https://togithub.com/bitmagnet-io/bitmagnet/releases/tag/v0.7.12)

[Compare
Source](https://togithub.com/bitmagnet-io/bitmagnet/compare/v0.7.10...v0.7.12)

#### What's Changed

- Fix Torznab content type criteria by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/209](https://togithub.com/bitmagnet-io/bitmagnet/pull/209)
- fix duplicate word in index.md by
[@&#8203;sweetbbak](https://togithub.com/sweetbbak) in
[https://github.com/bitmagnet-io/bitmagnet/pull/208](https://togithub.com/bitmagnet-io/bitmagnet/pull/208)
- Add external resources page by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/202](https://togithub.com/bitmagnet-io/bitmagnet/pull/202)
- Upgrade GitHub Actions and fix Docker build by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/201](https://togithub.com/bitmagnet-io/bitmagnet/pull/201)
- Fix actions: Use name and key for matrix by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/210](https://togithub.com/bitmagnet-io/bitmagnet/pull/210)

#### New Contributors

- [@&#8203;sweetbbak](https://togithub.com/sweetbbak) made their first
contribution in
[https://github.com/bitmagnet-io/bitmagnet/pull/208](https://togithub.com/bitmagnet-io/bitmagnet/pull/208)

**Full Changelog**:
https://github.com/bitmagnet-io/bitmagnet/compare/v0.7.10...v0.7.12

###
[`v0.7.10`](https://togithub.com/bitmagnet-io/bitmagnet/releases/tag/v0.7.10)

[Compare
Source](https://togithub.com/bitmagnet-io/bitmagnet/compare/v0.7.9...v0.7.10)

#### What's Changed

- Show version info on webui by
[@&#8203;poruta99](https://togithub.com/poruta99) in
[https://github.com/bitmagnet-io/bitmagnet/pull/205](https://togithub.com/bitmagnet-io/bitmagnet/pull/205)
- Fix metrics endpoint by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/207](https://togithub.com/bitmagnet-io/bitmagnet/pull/207)

#### New Contributors

- [@&#8203;poruta99](https://togithub.com/poruta99) made their first
contribution in
[https://github.com/bitmagnet-io/bitmagnet/pull/205](https://togithub.com/bitmagnet-io/bitmagnet/pull/205)

**Full Changelog**:
https://github.com/bitmagnet-io/bitmagnet/compare/v0.7.9...v0.7.10

###
[`v0.7.9`](https://togithub.com/bitmagnet-io/bitmagnet/releases/tag/v0.7.9)

[Compare
Source](https://togithub.com/bitmagnet-io/bitmagnet/compare/v0.7.8...v0.7.9)

#### What's Changed

- Fix Docker build by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/200](https://togithub.com/bitmagnet-io/bitmagnet/pull/200)

**Full Changelog**:
https://github.com/bitmagnet-io/bitmagnet/compare/v0.7.8...v0.7.9

###
[`v0.7.8`](https://togithub.com/bitmagnet-io/bitmagnet/releases/tag/v0.7.8)

[Compare
Source](https://togithub.com/bitmagnet-io/bitmagnet/compare/v0.7.7...v0.7.8)

This release includes several minor bug fixes.

#### What's Changed

- Fix comma-separated Torznab categories by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/194](https://togithub.com/bitmagnet-io/bitmagnet/pull/194)
- Rebuild webui by [@&#8203;mgdigital](https://togithub.com/mgdigital)
in
[https://github.com/bitmagnet-io/bitmagnet/pull/195](https://togithub.com/bitmagnet-io/bitmagnet/pull/195)
- Fix Postgres call on CLI by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/196](https://togithub.com/bitmagnet-io/bitmagnet/pull/196)
- Upgrade actions by [@&#8203;mgdigital](https://togithub.com/mgdigital)
in
[https://github.com/bitmagnet-io/bitmagnet/pull/198](https://togithub.com/bitmagnet-io/bitmagnet/pull/198)

#### New Contributors

- [@&#8203;RealFascinated](https://togithub.com/RealFascinated) made
their first contribution in
[https://github.com/bitmagnet-io/bitmagnet/pull/193](https://togithub.com/bitmagnet-io/bitmagnet/pull/193)
- [@&#8203;Ornias1993](https://togithub.com/Ornias1993) made their first
contribution in
[https://github.com/bitmagnet-io/bitmagnet/pull/188](https://togithub.com/bitmagnet-io/bitmagnet/pull/188)

**Full Changelog**:
https://github.com/bitmagnet-io/bitmagnet/compare/v0.7.7...v0.7.8

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:56:14 +01:00
TrueCharts Bot 7ba5853384
chore(deps): update container image ghcr.io/gethomepage/homepage to v0.8.9@869c800 by renovate (#19065)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/gethomepage/homepage](https://togithub.com/gethomepage/homepage)
| patch | `v0.8.8` -> `v0.8.9` |

---

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

---

### Release Notes

<details>
<summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary>

###
[`v0.8.9`](https://togithub.com/gethomepage/homepage/releases/tag/v0.8.9)

[Compare
Source](https://togithub.com/gethomepage/homepage/compare/v0.8.8...v0.8.9)

#### What's Changed

- Feature: Add list view for custom api by
[@&#8203;sgrtye](https://togithub.com/sgrtye) and
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2891](https://togithub.com/gethomepage/homepage/pull/2891)
- Change: use Script component instead of async script for custom.js by
[@&#8203;Cyberbeni](https://togithub.com/Cyberbeni) in
[https://github.com/gethomepage/homepage/pull/2901](https://togithub.com/gethomepage/homepage/pull/2901)
- Change: move custom.css linking to head to avoid FOUC by
[@&#8203;Cyberbeni](https://togithub.com/Cyberbeni) and
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2916](https://togithub.com/gethomepage/homepage/pull/2916)
- Enhancement: Add enablePools option to TrueNAS service widget by
[@&#8203;dstotz](https://togithub.com/dstotz) and
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2908](https://togithub.com/gethomepage/homepage/pull/2908)
- Enhancement: Add requestBody as option for customapi widget by
[@&#8203;dstotz](https://togithub.com/dstotz) in
[https://github.com/gethomepage/homepage/pull/2921](https://togithub.com/gethomepage/homepage/pull/2921)
- Enhancement: allow api auth with moonraker service by
[@&#8203;stevendejongnl](https://togithub.com/stevendejongnl) and
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2934](https://togithub.com/gethomepage/homepage/pull/2934)
- Add Plant-it widget by
[@&#8203;MDeLuise](https://togithub.com/MDeLuise) and
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2941](https://togithub.com/gethomepage/homepage/pull/2941)
- Chore(deps): Bump systeminformation from 5.21.24 to 5.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/gethomepage/homepage/pull/2999](https://togithub.com/gethomepage/homepage/pull/2999)
- Chore(deps-dev): Bump eslint from 8.56.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/gethomepage/homepage/pull/3000](https://togithub.com/gethomepage/homepage/pull/3000)
- Chore(deps-dev): Bump postcss from 8.4.33 to 8.4.35 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/gethomepage/homepage/pull/3001](https://togithub.com/gethomepage/homepage/pull/3001)
- Chore(deps): Bump recharts from 2.11.0 to 2.12.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/gethomepage/homepage/pull/3002](https://togithub.com/gethomepage/homepage/pull/3002)
- Fix: support cyrillic characters in quicklaunch by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/3020](https://togithub.com/gethomepage/homepage/pull/3020)
- Fix: docker status labels colors by
[@&#8203;RoboMagus](https://togithub.com/RoboMagus) and
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/3028](https://togithub.com/gethomepage/homepage/pull/3028)
- Enhancement: Add formatting options to weather widgets by
[@&#8203;benphelps](https://togithub.com/benphelps) in
[https://github.com/gethomepage/homepage/pull/3093](https://togithub.com/gethomepage/homepage/pull/3093)
- Feature: Add Homebox widget by
[@&#8203;cadeluca](https://togithub.com/cadeluca) in
[https://github.com/gethomepage/homepage/pull/3095](https://togithub.com/gethomepage/homepage/pull/3095)

#### New Contributors

- [@&#8203;Cyberbeni](https://togithub.com/Cyberbeni) made their first
contribution in
[https://github.com/gethomepage/homepage/pull/2901](https://togithub.com/gethomepage/homepage/pull/2901)
- [@&#8203;dstotz](https://togithub.com/dstotz) made their first
contribution in
[https://github.com/gethomepage/homepage/pull/2908](https://togithub.com/gethomepage/homepage/pull/2908)
- [@&#8203;stevendejongnl](https://togithub.com/stevendejongnl) made
their first contribution in
[https://github.com/gethomepage/homepage/pull/2934](https://togithub.com/gethomepage/homepage/pull/2934)
- [@&#8203;MDeLuise](https://togithub.com/MDeLuise) made their first
contribution in
[https://github.com/gethomepage/homepage/pull/2941](https://togithub.com/gethomepage/homepage/pull/2941)
- [@&#8203;cadeluca](https://togithub.com/cadeluca) made their first
contribution in
[https://github.com/gethomepage/homepage/pull/3095](https://togithub.com/gethomepage/homepage/pull/3095)

**Full Changelog**:
https://github.com/gethomepage/homepage/compare/v0.8.8...v0.8.9

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:55:37 +01:00
TrueCharts Bot fabd24997a
chore(deps): update container image esphome/esphome to v2024.2.2@abdd075 by renovate (#19060) 2024-03-11 01:55:30 +01:00
TrueCharts Bot a2dc73eae9
chore(deps): update container image ghcr.io/dgtlmoon/changedetection.io to v0.45.16@247558e by renovate (#19064)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/dgtlmoon/changedetection.io | patch | `0.45.14` -> `0.45.16` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:55:19 +01:00
TrueCharts Bot 42d9b0b697
chore(deps): update container image doitandbedone/ispyagentdvr to v5.3.2.0@65e629a by renovate (#19059)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[doitandbedone/ispyagentdvr](https://togithub.com/doitandbedone/ispyagentdvr-docker)
| patch | `5.3.1.0` -> `5.3.2.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.3.2.0`](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.3.1.0...5.3.2.0)

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:55:04 +01:00
TrueCharts Bot 0bfa712b99
chore(deps): update container image docker to v25.0.4@0b0e8ca by renovate (#19058)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | patch | `25.0.3-dind` -> `25.0.4-dind` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:54:04 +01:00
TrueCharts Bot a680fb4de8
chore(deps): update neko by renovate (#19049)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `f659c9f` -> `6f69233` |
| m1k1o/neko | digest | `c011ec0` -> `768b02f` |
| m1k1o/neko | digest | `3cd7467` -> `7fc28ca` |
| m1k1o/neko | digest | `41c345e` -> `fbd7e56` |
| m1k1o/neko | digest | `8a72b9c` -> `4d7ba23` |
| m1k1o/neko | digest | `aaa1c56` -> `75bb546` |
| m1k1o/neko | digest | `9fcffb6` -> `ed2c41d` |
| m1k1o/neko | digest | `e6f985c` -> `ff9ac65` |
| m1k1o/neko | digest | `a427eeb` -> `6fb0e67` |
| m1k1o/neko | digest | `127125d` -> `fa76476` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:49:56 +01:00
TrueCharts Bot 279322cdf5
chore(deps): update authentik to v2024.2.2@d7ede5c by renovate (patch) (#19052)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:47:08 +01:00
TrueCharts Bot f2d38aa597
chore(deps): update container image clickhouse to v12.3.3@211de7e by renovate (#19055)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://clickhouse.com/)) | patch | `12.3.0` -> `12.3.3` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:47:04 +01:00
TrueCharts Bot 0324ccce4b
chore(deps): update container image tccr.io/tccr/nextcloud-fpm to v@ad08861 by renovate (#19043)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-fpm](https://togithub.com/truecharts/containers)
| digest | `6443302` -> `ad08861` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:46:34 +01:00
TrueCharts Bot 553eff00b9
chore(deps): update container image bitnami/matomo to v5.0.3@d277ebc by renovate (#19054)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/matomo | patch | `5.0.2` -> `5.0.3` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:46:27 +01:00
TrueCharts Bot 9465809356
chore(deps): update container image webreaper/damselfly to latest@f16e519 by renovate (#19045)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| webreaper/damselfly | digest | `8b5a4e3` -> `f16e519` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:45:16 +01:00
TrueCharts Bot deaa2531fe
chore(deps): update container image adguard/adguardhome to v0.107.45@52a9c2e by renovate (#19053)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html)
([source](https://togithub.com/AdguardTeam/AdGuardHome)) | patch |
`v0.107.44` -> `v0.107.45` |

---

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

---

### Release Notes

<details>
<summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary>

###
[`v0.107.45`](https://togithub.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010745---2024-03-06)

[Compare
Source](https://togithub.com/AdguardTeam/AdGuardHome/compare/v0.107.44...v0.107.45)

See also the [v0.107.45 GitHub milestone][ms-v0.107.45].

##### Security

- Go version has been updated to prevent the possibility of exploiting
the Go
    vulnerabilities fixed in [Go 1.21.8][go-1.21.8].

##### Added

- Context menu item in the Query Log to add a Client to the Persistent
client
    list ([#&#8203;6679]).

##### Changed

- Starting with this release our scripts are using Go's [forward
compatibility
    mechanism][go-toolchain] for updating the Go version.

**Important note for porters:** This change means that if your `go`
version
is 1.21+ but is different from the one required by AdGuard Home, the
`go` tool
    will automatically download the required version.

    If you want to use the version installed on your builder, run:

    ```sh
    go get go@$YOUR_VERSION
    go mod tidy
    ```

    and call `make` with `GOTOOLCHAIN=local`.

##### Deprecated

- Go 1.21 support. Future versions will require at least Go 1.22 to
build.

##### Fixed

- Missing IP addresses in logs when querying for domain names from the
ignore
    lists.
-   Blank page after resetting access clients ([#&#8203;6634]).
- Wrong algorithm for caching bootstrapped upstream addresses
([#&#8203;6723]).

##### Removed

-   Go 1.20 support, as it has reached end of life.

[#&#8203;6634]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6634

[#&#8203;6679]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6679

[#&#8203;6723]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6723

[go-1.21.8]: https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg

[go-toolchain]: https://go.dev/blog/toolchain

[ms-v0.107.45]:
https://togithub.com/AdguardTeam/AdGuardHome/milestone/80?closed=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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:44:59 +01:00
TrueCharts Bot 81f2bf6298
chore(deps): update container image xwiki to 16.1.0-postgres-tomcat@eecc308 by renovate (#19047)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | digest | `e6b6753` -> `eecc308` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:44:33 +01:00
TrueCharts Bot 701fcc69c2
chore(deps): update container image yourselfhosted/slash to 1.0.0@dbddfde by renovate (#19048)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yourselfhosted/slash | digest | `33d4d40` -> `dbddfde` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:44:20 +01:00
TrueCharts Bot d5ad3cddb3
chore(deps): update container image quay.io/invidious/invidious to latest@ed76a9c by renovate (#19037)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/invidious/invidious | digest | `afc5352` -> `ed76a9c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:44:15 +01:00
TrueCharts Bot 76fc2e54ff
chore(deps): update container image sublivion/gridcoinwalletgui to latest@43ca0b9 by renovate (#19042)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| sublivion/gridcoinwalletgui | digest | `d257a0b` -> `43ca0b9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:44:06 +01:00
TrueCharts Bot 2baf0173db
chore(deps): update container image towfiqi/serpbear to latest@3647acf by renovate (#19044)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| towfiqi/serpbear | digest | `63304b6` -> `3647acf` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:44:01 +01:00
TrueCharts Bot 6fdb1c184c
chore(deps): update container image niruix/sshwifty to latest@43fc2c9 by renovate (#19036)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| niruix/sshwifty | digest | `cc626e6` -> `43fc2c9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:43:50 +01:00