Commit Graph

46498 Commits

Author SHA1 Message Date
TrueCharts Bot f0e27bcfe5 chore(helm): update image docker.io/jorenn92/maintainerr 2.18.2 → 2.19.0 (#38547)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr)
| minor | `f0ad693` -> `bee8470` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jorenn92/Maintainerr (docker.io/jorenn92/maintainerr)</summary>

###
[`v2.19.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#2190-2025-08-17)

[Compare
Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.18.2...v2.19.0)

##### Features

- add comprehensive Copilot instructions
([#&#8203;1888](https://redirect.github.com/jorenn92/Maintainerr/issues/1888))
([5053168](https://redirect.github.com/jorenn92/Maintainerr/commit/5053168d532a52c141899373c0ed6fa7afe45e2d))
- Improve Jellyseerr settings UX
([#&#8203;1872](https://redirect.github.com/jorenn92/Maintainerr/issues/1872))
([2c7e7c3](https://redirect.github.com/jorenn92/Maintainerr/commit/2c7e7c300dfc9e031db306f90a80a39e28ef53d8))
- Improve Overseerr settings UX
([#&#8203;1871](https://redirect.github.com/jorenn92/Maintainerr/issues/1871))
([0c484fb](https://redirect.github.com/jorenn92/Maintainerr/commit/0c484fbbabf0e127b3cc189c8a7d6b84428178f1))

####
[2.18.2](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.18.1...v2.18.2)
(2025-07-12)

##### Bug Fixes

- ensuring correct application during connection test
([#&#8203;1849](https://redirect.github.com/jorenn92/Maintainerr/issues/1849))
([363661d](https://redirect.github.com/jorenn92/Maintainerr/commit/363661dc34b959579fda86aeb17606bff125cbbd))

####
[2.18.1](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.18.0...v2.18.1)
(2025-06-19)

##### Bug Fixes

- **notifications:** Missing email templates
([#&#8203;1834](https://redirect.github.com/jorenn92/Maintainerr/issues/1834))
([f3a09d1](https://redirect.github.com/jorenn92/Maintainerr/commit/f3a09d12769e210e63fc89ed034d9dd873e2e32e))
- Patch remaining runtime and cleanup issues
([#&#8203;1813](https://redirect.github.com/jorenn92/Maintainerr/issues/1813))
([d5bec2e](https://redirect.github.com/jorenn92/Maintainerr/commit/d5bec2e2ba13ecebfb5b1dc7d9029c33071e5269))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-17 14:46:24 +02:00
Boemeltrein af063a7570 fix(sabnzdb): Memory limits (#38545)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
Increase memory limits as SabNZBd would like sometimes to spike above
the 1500Mi.
That will give an oom-kill on the pod. 
<img width="1431" height="688" alt="image"
src="https://github.com/user-attachments/assets/3bd90f25-a468-4444-a6f0-d153aa6ac5a6"
/>



⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
Increase the limit helps in my own cluster.

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-08-17 13:46:52 +02:00
TrueCharts Bot 293176508a chore(helm): update image ghcr.io/linuxserver/jackett 0.22.2294 → 0.22.2301 (#38543) 2025-08-17 11:57:34 +02:00
TrueCharts Bot 827ee8b118 chore(helm): update image lscr.io/linuxserver/mylar3 version-v0.8.2 → version-v0.8.3 (#38544) 2025-08-17 11:57:32 +02:00
TrueCharts Bot 8574441876 chore(helm): update image docker.io/semaphoreui/semaphore v2.16.16 → v2.16.17 (#38540) 2025-08-17 11:57:27 +02:00
TrueCharts Bot 378f5bda96 chore(helm): update image ghcr.io/home-operations/jackett 0.22.2294 → 0.22.2301 (#38542)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/jackett](https://ghcr.io/home-operations/jackett)
([source](https://redirect.github.com/Jackett/Jackett)) | patch |
`aa49b02` -> `6227b88` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Jackett/Jackett (ghcr.io/home-operations/jackett)</summary>

###
[`v0.22.2301`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.22.2301)

[Compare
Source](https://redirect.github.com/Jackett/Jackett/compare/v0.22.2294...v0.22.2301)

#### Changes:

-
[`ad0916e`](https://redirect.github.com/Jackett/Jackett/commit/ad0916ef64cf68a36ec1c95e389649dd88f5c0d5)
pornxlab: remove ptorrent.yml.
[#&#8203;16060](https://redirect.github.com/Jackett/Jackett/issues/16060)
-
[`a322442`](https://redirect.github.com/Jackett/Jackett/commit/a3224422714e500878a470ce11c8815f81d19cd3)
pornxlab: replace ptorrents. resolves
[#&#8203;16060](https://redirect.github.com/Jackett/Jackett/issues/16060)
-
[`9965aa6`](https://redirect.github.com/Jackett/Jackett/commit/9965aa62cb6057d42be1e6b7baa3d870249fbc01)
Update README.md
-
[`e8e9d85`](https://redirect.github.com/Jackett/Jackett/commit/e8e9d85dd72923ad3cb80b5dd40c6f1bb29976fe)
Update rudub
-
[`d661833`](https://redirect.github.com/Jackett/Jackett/commit/d6618330ef2ec2c61a7a1190b95254129d9c45dd)
kufirc: add 2fa version.
[#&#8203;13191](https://redirect.github.com/Jackett/Jackett/issues/13191)
-
[`33e9931`](https://redirect.github.com/Jackett/Jackett/commit/33e9931a68f790e11e4cf48d811bd7c94f927ddf)
STC: new domain. resolves
[#&#8203;12472](https://redirect.github.com/Jackett/Jackett/issues/12472)
-
[`624fc18`](https://redirect.github.com/Jackett/Jackett/commit/624fc183b7f47f8472570ba001b1f755cef802ff)
Revert "torrentqq: remove cert exception"
-
[`a43e77d`](https://redirect.github.com/Jackett/Jackett/commit/a43e77d46a4d0cb4611519d7509950bbeab611ba)
Revert STC: removed. resolves
[#&#8203;12472](https://redirect.github.com/Jackett/Jackett/issues/12472)

This list of changes was [auto
generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=14275\&view=logs).

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-17 11:57:25 +02:00
TrueCharts Bot 750e11355c chore(helm): update image docker.io/vabene1111/recipes 2.0.1 → 2.0.2 (#38541)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/vabene1111/recipes](https://redirect.github.com/TandoorRecipes/recipes)
| patch | `b95f7b3` -> `79f337a` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>TandoorRecipes/recipes (docker.io/vabene1111/recipes)</summary>

###
[`v2.0.2`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.0.2)

[Compare
Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.0.1...2.0.2)

- **added** display of ratings within recipe view
[#&#8203;3859](https://redirect.github.com/TandoorRecipes/recipes/issues/3859)
- **added** AI based conversion of external recipes
- **added** useful titles to most pages
[#&#8203;3915](https://redirect.github.com/TandoorRecipes/recipes/issues/3915)
- **added** decimal places setting back (bot ingredient table and
property view)
[#&#8203;3929](https://redirect.github.com/TandoorRecipes/recipes/issues/3929)
- **added** made keywords clickable again
[#&#8203;3928](https://redirect.github.com/TandoorRecipes/recipes/issues/3928)
- **improved** separation between internal/external recipes no longer
present, all available data is shown
[#&#8203;3888](https://redirect.github.com/TandoorRecipes/recipes/issues/3888)
- **improved** meal plan cards on home page (especially on mobile)
[#&#8203;3894](https://redirect.github.com/TandoorRecipes/recipes/issues/3894)
- **improved** sub recipe rendering and included sub recipes in step
overview
[#&#8203;3893](https://redirect.github.com/TandoorRecipes/recipes/issues/3893)
- **improved** dockerfile and build process (thanks to
[wilmardo](https://redirect.github.com/wilmardo)
[#&#8203;3904](https://redirect.github.com/TandoorRecipes/recipes/issues/3904)
[#&#8203;3905](https://redirect.github.com/TandoorRecipes/recipes/issues/3905))
- **improved** added `unused` parameter to InviteLink API to filter for
unused links
- **improved** InviteLink list and editor to see reusable links and
allow manual link copying
[#&#8203;3886](https://redirect.github.com/TandoorRecipes/recipes/issues/3886)
[#&#8203;3863](https://redirect.github.com/TandoorRecipes/recipes/issues/3863)
- **improved** MealPlanEditor open recipe in new tab
[#&#8203;3896](https://redirect.github.com/TandoorRecipes/recipes/issues/3896)
- **improved** added borders to shopping list items
- **improved** hide property view if no properties are present at all
- **improved** respect the "show ingredients" setting of a step during
recipe render
[#&#8203;3909](https://redirect.github.com/TandoorRecipes/recipes/issues/3909)
- **improved** actually limit recipe description input
[#&#8203;3923](https://redirect.github.com/TandoorRecipes/recipes/issues/3923)
- **improved** moved the original text display back into the ingredient
list in the editor for quick viewing
[#&#8203;3922](https://redirect.github.com/TandoorRecipes/recipes/issues/3922)
- **fixed** error while search because page would not reset
[#&#8203;3933](https://redirect.github.com/TandoorRecipes/recipes/issues/3933)
- **fixed** breaking RecipeEditor with invalid values for
serving/waiting/working time
[#&#8203;3895](https://redirect.github.com/TandoorRecipes/recipes/issues/3895)
- **fixed** navigate to start page when space is switched to prevent
errors
[#&#8203;3862](https://redirect.github.com/TandoorRecipes/recipes/issues/3862)
- **fixed** translated error headers
- **fixed** some Food Editor dropdowns not really visible
[#&#8203;3891](https://redirect.github.com/TandoorRecipes/recipes/issues/3891)
- **fixed** importing tandoor share links not working
[#&#8203;3899](https://redirect.github.com/TandoorRecipes/recipes/issues/3899)
- **fixed** wrong translation in API Settings
[#&#8203;3912](https://redirect.github.com/TandoorRecipes/recipes/issues/3912)
- **fixed** frontend not working for sub path setups (thanks to
[AdrienPoupa](https://redirect.github.com/AdrienPoupa)
[#&#8203;3935](https://redirect.github.com/TandoorRecipes/recipes/issues/3935)
[#&#8203;3903](https://redirect.github.com/TandoorRecipes/recipes/issues/3903))
- **updated** lots of dependencies
- **updated** k8s instructions and setup files (thanks to
[MyDigitalLife](https://redirect.github.com/MyDigitalLife)
[#&#8203;3861](https://redirect.github.com/TandoorRecipes/recipes/issues/3861))
- **updated** links in docs/readme to the community forum (thanks
[tomtjes](https://redirect.github.com/tomtjes)
[#&#8203;3924](https://redirect.github.com/TandoorRecipes/recipes/issues/3924))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-17 11:57:02 +02:00
TrueCharts Bot 63fc85f83f chore(flux): update image blocky 18.7.1 → 18.7.2 (clustertool) (#38539) 2025-08-17 11:52:29 +02:00
TrueCharts Bot 8e13af31c7 chore(container): update python:3.13-alpine docker digest to a70b35b (#38538)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| python | final | digest | `af1fd7a` -> `a70b35b` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-17 11:52:22 +02:00
TrueCharts Bot d8e9f9ead9 chore(helm): update chart redis 17.4.0 → 17.4.1 (#38532)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/stable/redis)
([source](https://gallery.ecr.aws/bitnami/redis)) | patch | `17.4.0` ->
`17.4.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-08-17 11:37:18 +02:00
TrueCharts Bot ba2e3767cb chore(helm): update image docker.io/bobokun/qbit_manage v4.5.3 → v4.5.4 (#38537)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bobokun/qbit_manage | patch | `5ea8093` -> `09d33f8` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-17 05:52:02 +02:00
TrueCharts Bot 1bcc3026f1 chore(helm): update image docker.io/revenz/fileflows digest to b9c2100 (#38536)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/revenz/fileflows | digest | `690ffd9` -> `b9c2100` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-17 05:51:50 +02:00
TrueCharts Bot c9915572dc chore(helm): update chart mariadb 16.3.0 → 16.3.1 (#38529)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://gallery.ecr.aws/bitnami/mariadb)) | patch | `16.3.0`
-> `16.3.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-08-17 00:01:30 +02:00
TrueCharts Bot 38ae3bda9d chore(helm): update image docker.io/semaphoreui/semaphore v2.16.14 → v2.16.16 (#38533) 2025-08-16 23:52:58 +02:00
TrueCharts Bot d6432d34b9 chore(helm): update chart mongodb 16.3.1 → 16.3.2 (#38531)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mongodb](https://truecharts.org/charts/stable/mongodb)
([source](https://gallery.ecr.aws/bitnami/mongodb)) | patch | `16.3.1`
-> `16.3.2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-08-16 21:52:51 +00:00
TrueCharts Bot e63657b84c chore(helm): update image ghcr.io/paperless-ngx/paperless-ngx 2.17.1 → 2.18.0 (#38535)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx)
| minor | `ab72a0a` -> `13ef289` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>paperless-ngx/paperless-ngx
(ghcr.io/paperless-ngx/paperless-ngx)</summary>

###
[`v2.18.0`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.18.0):
Paperless-ngx v2.18.0

[Compare
Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.17.1...v2.18.0)

#### paperless-ngx 2.18.0

> \[!NOTE]
> As was announced in previous versions (and noted in the startup logs),
Postgres ≥ v14 is now required

##### Notable Changes

- Feature: PDF editor
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10318](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10318))

##### Features / Enhancements

- Feature: Add filter to localize dates for filepath templating
[@&#8203;stumpylog](https://redirect.github.com/stumpylog)
([#&#8203;10559](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10559))
- Feature: PDF editor
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10318](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10318))
- Enhancement: support webhook restrictions
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10555](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10555))
- Performance: Classifier performance optimizations
[@&#8203;Merinorus](https://redirect.github.com/Merinorus)
([#&#8203;10363](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10363))
- Performance: add setting to enable DB connection pooling for
PostgreSQL [@&#8203;Merinorus](https://redirect.github.com/Merinorus)
([#&#8203;10354](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10354))
- Fixhancement: improve text thumbnail generation for large files
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10483](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10483))
- Enhancement: disable auto spellcheck on filtering dropdowns
[@&#8203;TheDodger](https://redirect.github.com/TheDodger)
([#&#8203;10487](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10487))
- Enhancement: display saved view counts
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10246](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10246))
- Fixhancement: add missing exact operator for boolean CF queries
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10402](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10402))
- Feature: add Vietnamese translation
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10352](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10352))
- Performance: Add support for configuring date parser languages
[@&#8203;Merinorus](https://redirect.github.com/Merinorus)
([#&#8203;10181](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10181))
- Enhancement: Add a database caching for improved performance
[@&#8203;Merinorus](https://redirect.github.com/Merinorus)
([#&#8203;9784](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9784))

##### Bug Fixes

- Fix: include ignore for config logos in sanity checker
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10473](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10473))
- Fix: track and restore changed document fields from session storage
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10468](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10468))
- Fix: Make some natural keyword date searches timezone-aware
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10416](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10416))
- Fixhancement: follow redirects in curl health check
[@&#8203;V0idC0de](https://redirect.github.com/V0idC0de)
([#&#8203;10415](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10415))
- Fix: dont use translated verbose\_name for getting object perms
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10399](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10399))
- Fix: fix date format for 'today' in DateComponent
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10369](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10369))
- Fix: default to empty permissions for group creation
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10337](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10337))
- Fix: correct api created coercion with timezone
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10287](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10287))
- Fix: reset search query for preview on reset filter
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10279](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10279))
- Chore: reject absurd max age values
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10243](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10243))

##### Security

- Address XSS vulnerability GHSA-6p53-hqqw-8j62

##### Maintenance

- Chore(deps): Bump the small-changes group across 1 directory with 8
updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10481](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10481))
- docker(deps): bump astral-sh/uv from 0.7.19-python3.12-bookworm-slim
to 0.8.3-python3.12-bookworm-slim
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10465](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10465))
- docker(deps): Bump astral-sh/uv from 0.7.9-python3.12-bookworm-slim to
0.7.19-python3.12-bookworm-slim
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10343](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10343))
- Chore(deps): Bump the small-changes group across 1 directory with 7
updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10347](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10347))
- Chore(deps-dev): Bump @&#8203;<!---->types/node from 22.15.29 to
24.0.10 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10306](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10306))
- Chore: switch from os.path to pathlib.Path
[@&#8203;gothicVI](https://redirect.github.com/gothicVI)
([#&#8203;10397](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10397))
- Chore(deps): Bump the small-changes group with 3 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10528](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10528))
- docker(deps): Bump astral-sh/uv from 0.8.4-python3.12-bookworm-slim to
0.8.8-python3.12-bookworm-slim
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10564](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10564))
- Chore(deps): Bump the django group across 1 directory with 9 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10538](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10538))
- Chore(deps): Bump stefanzweifel/git-auto-commit-action from 5 to 6 in
the actions group
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10302](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10302))

##### Dependencies

<details>
<summary>23 changes</summary>

- chore: Small targeted upgrades to dependencies
[@&#8203;stumpylog](https://redirect.github.com/stumpylog)
([#&#8203;10561](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10561))
- docker(deps): Bump astral-sh/uv from 0.8.4-python3.12-bookworm-slim to
0.8.8-python3.12-bookworm-slim
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10564](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10564))
- Chore(deps): Bump the django group across 1 directory with 9 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10538](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10538))
- Chore(deps): Bump the small-changes group with 3 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10528](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10528))
- Chore(deps-dev): Bump the frontend-jest-dependencies group in /src-ui
with 4 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10497](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10497))
- Chore(deps-dev): Bump the frontend-eslint-dependencies group in
/src-ui with 4 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10498](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10498))
- Chore(deps-dev): Bump @&#8203;<!---->playwright/test from 1.53.2 to
1.54.2 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10499](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10499))
- Chore(deps-dev): Bump webpack from 5.99.9 to 5.101.0 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10501](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10501))
- Chore(deps-dev): Bump prettier-plugin-organize-imports from 4.1.0 to
4.2.0 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10500](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10500))
- Chore(deps-dev): Bump @&#8203;<!---->types/node from 24.0.10 to 24.1.0
in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10502](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10502))
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui
with 16 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10496](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10496))
- Chore(deps): Bump the small-changes group across 1 directory with 8
updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10481](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10481))
- docker(deps): bump astral-sh/uv from 0.7.19-python3.12-bookworm-slim
to 0.8.3-python3.12-bookworm-slim
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10465](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10465))
- docker(deps): Bump astral-sh/uv from 0.7.9-python3.12-bookworm-slim to
0.7.19-python3.12-bookworm-slim
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10343](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10343))
- Chore(deps): Bump the small-changes group across 1 directory with 7
updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10347](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10347))
- Chore(deps): Bump stefanzweifel/git-auto-commit-action from 5 to 6 in
the actions group
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10302](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10302))
- Chore(deps-dev): Bump the frontend-eslint-dependencies group across 1
directory with 4 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10311](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10311))
- Chore(deps-dev): Bump @&#8203;<!---->types/node from 22.15.29 to
24.0.10 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10306](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10306))
- Chore(deps): Bump bootstrap from 5.3.6 to 5.3.7 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10308](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10308))
- Chore(deps-dev): Bump webpack from 5.98.0 to 5.99.9 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10309](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10309))
- Chore(deps-dev): Bump @&#8203;<!---->playwright/test from 1.51.1 to
1.53.2 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10307](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10307))
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui
with 13 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10303](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10303))
- Chore: update to Angular 20
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10273](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10273))

</details>

##### All App Changes

<details>
<summary>44 changes</summary>

- chore: Small targeted upgrades to dependencies
[@&#8203;stumpylog](https://redirect.github.com/stumpylog)
([#&#8203;10561](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10561))
- Feature: Add filter to localize dates for filepath templating
[@&#8203;stumpylog](https://redirect.github.com/stumpylog)
([#&#8203;10559](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10559))
- Chore: Removes duplication and spread out config for codespell
[@&#8203;stumpylog](https://redirect.github.com/stumpylog)
([#&#8203;10560](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10560))
- Chore(deps): Bump the django group across 1 directory with 9 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10538](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10538))
- Feature: PDF editor
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10318](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10318))
- Enhancement: support webhook restrictions
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10555](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10555))
- Performance: Classifier performance optimizations
[@&#8203;Merinorus](https://redirect.github.com/Merinorus)
([#&#8203;10363](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10363))
- Chore: switch from os.path to pathlib.Path
[@&#8203;gothicVI](https://redirect.github.com/gothicVI)
([#&#8203;10397](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10397))
- Chore(deps): Bump the small-changes group with 3 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10528](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10528))
- Performance: add setting to enable DB connection pooling for
PostgreSQL [@&#8203;Merinorus](https://redirect.github.com/Merinorus)
([#&#8203;10354](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10354))
- Chore(deps-dev): Bump the frontend-jest-dependencies group in /src-ui
with 4 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10497](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10497))
- Chore(deps-dev): Bump the frontend-eslint-dependencies group in
/src-ui with 4 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10498](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10498))
- Chore(deps-dev): Bump @&#8203;<!---->playwright/test from 1.53.2 to
1.54.2 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10499](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10499))
- Chore(deps-dev): Bump webpack from 5.99.9 to 5.101.0 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10501](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10501))
- Chore(deps-dev): Bump prettier-plugin-organize-imports from 4.1.0 to
4.2.0 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10500](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10500))
- Chore(deps-dev): Bump @&#8203;<!---->types/node from 24.0.10 to 24.1.0
in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10502](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10502))
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui
with 16 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10496](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10496))
- Fixhancement: improve text thumbnail generation for large files
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10483](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10483))
- Enhancement: disable auto spellcheck on filtering dropdowns
[@&#8203;TheDodger](https://redirect.github.com/TheDodger)
([#&#8203;10487](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10487))
- Chore(deps): Bump the small-changes group across 1 directory with 8
updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10481](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10481))
- Fix: include ignore for config logos in sanity checker
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10473](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10473))
- Chore: add tasks task\_id param to openapi spec
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10469](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10469))
- Fix: track and restore changed document fields from session storage
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10468](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10468))
- Chore: include advanced search query param in API spec
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10449](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10449))
- Enhancement: display saved view counts
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10246](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10246))
- Fix: Make some natural keyword date searches timezone-aware
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10416](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10416))
- Fixhancement: add missing exact operator for boolean CF queries
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10402](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10402))
- Fix: dont use translated verbose\_name for getting object perms
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10399](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10399))
- Fix: fix date format for 'today' in DateComponent
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10369](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10369))
- Feature: add Vietnamese translation
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10352](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10352))
- Chore(deps): Bump the small-changes group across 1 directory with 7
updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10347](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10347))
- Fix: default to empty permissions for group creation
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10337](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10337))
- Chore(deps-dev): Bump the frontend-eslint-dependencies group across 1
directory with 4 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10311](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10311))
- Chore(deps-dev): Bump @&#8203;<!---->types/node from 22.15.29 to
24.0.10 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10306](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10306))
- Chore(deps): Bump bootstrap from 5.3.6 to 5.3.7 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10308](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10308))
- Chore(deps-dev): Bump webpack from 5.98.0 to 5.99.9 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10309](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10309))
- Chore(deps-dev): Bump @&#8203;<!---->playwright/test from 1.51.1 to
1.53.2 in /src-ui
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10307](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10307))
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui
with 13 updates
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
([#&#8203;10303](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10303))
- Performance: Add support for configuring date parser languages
[@&#8203;Merinorus](https://redirect.github.com/Merinorus)
([#&#8203;10181](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10181))
- Enhancement: Add a database caching for improved performance
[@&#8203;Merinorus](https://redirect.github.com/Merinorus)
([#&#8203;9784](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9784))
- Fix: correct api created coercion with timezone
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10287](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10287))
- Fix: reset search query for preview on reset filter
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10279](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10279))
- Chore: update to Angular 20
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10273](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10273))
- Chore: reject absurd max age values
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10243](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10243))

</details>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-16 23:52:31 +02:00
TrueCharts Bot c718a4f06a chore(helm): update chart memcached 16.3.0 → 16.3.1 (#38530)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/stable/memcached)
([source](https://gallery.ecr.aws/bitnami/memcached)) | patch | `16.3.0`
-> `16.3.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-08-16 21:51:18 +00:00
TrueCharts Bot 995550a4d3 chore(helm): update chart clickhouse 16.4.1 → 16.4.2 (#38528)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-08-16 23:49:48 +02:00
TrueCharts Bot 4421274d29 chore(container): update docker.io/renovate/renovate docker tag to v41.76.0 (#38534)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
minor | `41.75.0-full` -> `41.76.0-full` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.76.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.76.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.75.0...41.76.0)

##### Features

- **poetry:** Support Poetry V2
([#&#8203;37563](https://redirect.github.com/renovatebot/renovate/issues/37563))
([5f15043](https://redirect.github.com/renovatebot/renovate/commit/5f150439e207003701a9f77a92b05e770a845596))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-16 23:47:44 +02:00
TrueCharts Bot 83b05462e0 chore(flux): update image volsync 3.4.0 → 3.4.1 (clustertool) (#38527) 2025-08-16 23:44:49 +02:00
TrueCharts Bot acb372374e chore(flux): update image spegel 4.3.0 → 4.3.1 (clustertool) (#38526)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [spegel](https://truecharts.org/charts/system/spegel)
([source](https://ghcr.io/spegel-org/spegel)) | patch | `4.3.0` ->
`4.3.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-16 23:44:47 +02:00
TrueCharts Bot 5ece7a18f4 chore(flux): update image snapshot-controller 4.3.0 → 4.3.1 (clustertool) (#38525)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[snapshot-controller](https://truecharts.org/charts/system/snapshot-controller)
([source](https://redirect.github.com/kubernetes-csi/external-snapshotter))
| patch | `4.3.0` -> `4.3.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-16 23:44:12 +02:00
TrueCharts Bot 40ae40d721 chore(flux): update image metallb-config 9.3.0 → 9.3.1 (clustertool) (#38524) 2025-08-16 23:44:01 +02:00
TrueCharts Bot b877f7d1c6 chore(flux): update image kubernetes-reflector 7.3.0 → 7.3.1 (clustertool) (#38523) 2025-08-16 23:43:56 +02:00
TrueCharts Bot 5b39d9aadf chore(flux): update image kubernetes-dashboard 2.3.0 → 2.3.1 (clustertool) (#38522)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-dashboard](https://truecharts.org/charts/premium/kubernetes-dashboard)
([source](https://redirect.github.com/kubernetes-dashboard/kubernetes-dashboard))
| patch | `2.3.0` -> `2.3.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-16 23:43:52 +02:00
TrueCharts Bot f192e41078 chore(flux): update image kubelet-csr-approver 2.3.0 → 2.3.1 (clustertool) (#38521) 2025-08-16 23:43:24 +02:00
TrueCharts Bot aba5187621 chore(flux): update image blocky 18.7.0 → 18.7.1 (clustertool) (#38519)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `18.7.0` ->
`18.7.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-16 23:43:23 +02:00
TrueCharts Bot 732d18a988 chore(flux): update image clusterissuer 10.3.1 → 10.3.2 (clustertool) (#38520)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clusterissuer](https://truecharts.org/charts/premium/clusterissuer)
([source](https://cert-manager.io/)) | patch | `10.3.1` -> `10.3.2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-16 23:43:21 +02:00
TrueCharts Bot fd0d0b709c chore(helm): update chart common 28.16.0 → 28.16.1 (#38514)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.16.0`
-> `28.16.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-08-16 18:10:46 +02:00
TrueCharts Bot 1d96162aba chore(helm): update image ghcr.io/blakeblackshear/frigate 0.15.2 → 0.16.0 (#38516) 2025-08-16 17:43:18 +02:00
TrueCharts Bot d56b46925e chore(helm): update image docker.io/semaphoreui/semaphore v2.16.13 → v2.16.14 (#38515)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore)
| patch | `097ebcd` -> `d606f89` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>semaphoreui/semaphore
(docker.io/semaphoreui/semaphore)</summary>

###
[`v2.16.14`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.13...v2.16.14)

[Compare
Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.13...v2.16.14)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-16 17:43:17 +02:00
TrueCharts Bot 868c638f3c chore(helm): update image ghcr.io/linuxserver/calibre digest to cb45e3a (#38513) 2025-08-16 17:34:53 +02:00
TrueCharts Bot deb384386c chore(helm): update image docker.io/diygod/rsshub digest to 7009417 (#38512)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/diygod/rsshub | digest | `f769602` -> `7009417` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-16 17:34:47 +02:00
TrueCharts Bot 666b5c5de5 chore(helm): update image ghcr.io/home-operations/jackett 0.22.2288 → 0.22.2294 (#38506)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/jackett](https://ghcr.io/home-operations/jackett)
([source](https://redirect.github.com/Jackett/Jackett)) | patch |
`1460107` -> `aa49b02` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Jackett/Jackett (ghcr.io/home-operations/jackett)</summary>

###
[`v0.22.2294`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.22.2294)

[Compare
Source](https://redirect.github.com/Jackett/Jackett/compare/v0.22.2288...v0.22.2294)

#### Changes:

-
[`877e1b4`](https://redirect.github.com/Jackett/Jackett/commit/877e1b48c15cd04271b9ecea4886ca8e2f565da4)
sewerpt: add chinese private tracker. resolves
[#&#8203;16133](https://redirect.github.com/Jackett/Jackett/issues/16133)
([#&#8203;16134](https://redirect.github.com/Jackett/Jackett/issues/16134))
-
[`f0e4069`](https://redirect.github.com/Jackett/Jackett/commit/f0e406914794903481aef75bda9c4337b26dcd5e)
Update rudub
-
[`90b9865`](https://redirect.github.com/Jackett/Jackett/commit/90b9865cf345abb65b60c0393a1a522748ff3155)
build(deps): bump actions/checkout from 4 to 5
([#&#8203;16132](https://redirect.github.com/Jackett/Jackett/issues/16132))
-
[`ab4db06`](https://redirect.github.com/Jackett/Jackett/commit/ab4db060b792b9048ef5c47ef67586e3c3c2a0ee)
parabellumhd: removed. resolves
[#&#8203;15977](https://redirect.github.com/Jackett/Jackett/issues/15977)
-
[`0db8698`](https://redirect.github.com/Jackett/Jackett/commit/0db86984dd36802397f77b296a527f876cbc8c8e)
nyaapantsu; removed. resolves
[#&#8203;15740](https://redirect.github.com/Jackett/Jackett/issues/15740)
-
[`2d153fd`](https://redirect.github.com/Jackett/Jackett/commit/2d153fdf1327f565e7400eed8c22c9df3bcf2757)
torrentqq: remove cert exception

This list of changes was [auto
generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=14268\&view=logs).

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-16 10:48:24 +00:00
TrueCharts Bot 023d33be3e chore(container): update docker.io/renovate/renovate docker tag to v41.75.0 (#38509)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
minor | `41.74.2-full` -> `41.75.0-full` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.75.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.75.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.74.5...41.75.0)

##### Features

- **poetry:** supersede `pep621`
([#&#8203;37458](https://redirect.github.com/renovatebot/renovate/issues/37458))
([f4e3a9c](https://redirect.github.com/renovatebot/renovate/commit/f4e3a9ceea642752c94d0f4a161cc804670c3e23))

###
[`v41.74.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.74.5)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.74.4...41.74.5)

##### Bug Fixes

- **codecommit:** reset cached pull request list when initializing
repository
([#&#8203;36468](https://redirect.github.com/renovatebot/renovate/issues/36468))
([d085a8c](https://redirect.github.com/renovatebot/renovate/commit/d085a8c49d9d01f005ab1999809823ba78831257))

###
[`v41.74.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.74.4)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.74.3...41.74.4)

##### Bug Fixes

- **manager/helmfile:** Allow replacements of oci:// charts
([#&#8203;35296](https://redirect.github.com/renovatebot/renovate/issues/35296))
([1cdc992](https://redirect.github.com/renovatebot/renovate/commit/1cdc992bf016fe0763aced39f94cb81a04f6d1c0))

##### Documentation

- **autoapprove:** Update automerge.md and mention autoApprove option
([#&#8203;35837](https://redirect.github.com/renovatebot/renovate/issues/35837))
([ee3048f](https://redirect.github.com/renovatebot/renovate/commit/ee3048f4bf96be1e4a11673565f95d9783b4bf6d))

###
[`v41.74.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.74.3)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.74.2...41.74.3)

##### Bug Fixes

- **helmfile:** Add support for helmfile.d folders
([#&#8203;37555](https://redirect.github.com/renovatebot/renovate/issues/37555))
([345b8af](https://redirect.github.com/renovatebot/renovate/commit/345b8af6fc87d38a3b931230c898453790ab90e2))

##### Miscellaneous Chores

- **deps:** update containerbase/internal-tools action to v3.10.72
(main)
([#&#8203;37560](https://redirect.github.com/renovatebot/renovate/issues/37560))
([6551a50](https://redirect.github.com/renovatebot/renovate/commit/6551a50c5b3e65ae7f7020b03c3f067eab92462c))
- **deps:** update dependency
[@&#8203;eslint/js](https://redirect.github.com/eslint/js) to v9.33.0
(main)
([#&#8203;37556](https://redirect.github.com/renovatebot/renovate/issues/37556))
([15889c3](https://redirect.github.com/renovatebot/renovate/commit/15889c3541fe44d79fc365395819ca16b4d2ecac))
- **deps:** update dependency
[@&#8203;types/node](https://redirect.github.com/types/node) to v22.17.1
(main)
([#&#8203;37554](https://redirect.github.com/renovatebot/renovate/issues/37554))
([3cb8df7](https://redirect.github.com/renovatebot/renovate/commit/3cb8df7cfb9e7788e1cc15dbe936503ec941e17f))
- **deps:** update dependency eslint to v9.33.0 (main)
([#&#8203;37557](https://redirect.github.com/renovatebot/renovate/issues/37557))
([bf783f4](https://redirect.github.com/renovatebot/renovate/commit/bf783f43d14b6610be829b3473203bf35b18751c))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.10.2 (main)
([#&#8203;37561](https://redirect.github.com/renovatebot/renovate/issues/37561))
([48d3a73](https://redirect.github.com/renovatebot/renovate/commit/48d3a733196d63d73e4a01239a409e595cfcc272))
- **deps:** update python docker tag to v3.13.7 (main)
([#&#8203;37559](https://redirect.github.com/renovatebot/renovate/issues/37559))
([c4bb6cc](https://redirect.github.com/renovatebot/renovate/commit/c4bb6cccdecaf1334caefdb2200dd9dbf1dc0f03))
- **deps:** update python:3.13 docker digest to
[`3b2f1b9`](https://redirect.github.com/renovatebot/renovate/commit/3b2f1b9)
(main)
([#&#8203;37558](https://redirect.github.com/renovatebot/renovate/issues/37558))
([48c8b3b](https://redirect.github.com/renovatebot/renovate/commit/48c8b3b558abf1df66dc1c53c62a47d2c349f716))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-08-16 10:46:48 +00:00
TrueCharts Bot 18f1516992 chore(helm): update image tccr.io/tccr/code-server v4.103.0 → v4.103.1 (#38508)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/code-server](https://redirect.github.com/trueforge-org/truecharts)
| patch | `89995d9` -> `b754400` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-16 12:43:15 +02:00
TrueCharts Bot 1fd581795a chore(helm): update image docker.io/shaarli/shaarli v0.14.0 → v0.15.0 (#38510)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/shaarli/shaarli | minor |  ->  |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-16 11:41:59 +02:00
TrueCharts Bot faf4695c8c chore(helm): update image docker.io/sissbruecker/linkding 1.41.0 → 1.42.0 (#38511)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/sissbruecker/linkding](https://redirect.github.com/sissbruecker/linkding)
| minor | `49346eb` -> `12ffd6f` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>sissbruecker/linkding
(docker.io/sissbruecker/linkding)</summary>

###
[`v1.42.0`](https://redirect.github.com/sissbruecker/linkding/releases/tag/v1.42.0)

[Compare
Source](https://redirect.github.com/sissbruecker/linkding/compare/v1.41.0...v1.42.0)

#### What's Changed

- Bulk create HTML snapshots by
[@&#8203;Tql-ws1](https://redirect.github.com/Tql-ws1) in
[https://github.com/sissbruecker/linkding/pull/1132](https://redirect.github.com/sissbruecker/linkding/pull/1132)
- Create bundle from current search query by
[@&#8203;sissbruecker](https://redirect.github.com/sissbruecker) in
[https://github.com/sissbruecker/linkding/pull/1154](https://redirect.github.com/sissbruecker/linkding/pull/1154)
- Add alternative bookmarklet that uses browser metadata by
[@&#8203;sissbruecker](https://redirect.github.com/sissbruecker) in
[https://github.com/sissbruecker/linkding/pull/1159](https://redirect.github.com/sissbruecker/linkding/pull/1159)
- Add date and time to HTML export filename by
[@&#8203;sissbruecker](https://redirect.github.com/sissbruecker) in
[https://github.com/sissbruecker/linkding/pull/1101](https://redirect.github.com/sissbruecker/linkding/pull/1101)
- Automatically compress uploads with gzip by
[@&#8203;hkclark](https://redirect.github.com/hkclark) in
[https://github.com/sissbruecker/linkding/pull/1087](https://redirect.github.com/sissbruecker/linkding/pull/1087)
- Show bookmark bundles in admin by
[@&#8203;sissbruecker](https://redirect.github.com/sissbruecker) in
[https://github.com/sissbruecker/linkding/pull/1110](https://redirect.github.com/sissbruecker/linkding/pull/1110)
- Allow filtering feeds by bundle by
[@&#8203;sissbruecker](https://redirect.github.com/sissbruecker) in
[https://github.com/sissbruecker/linkding/pull/1152](https://redirect.github.com/sissbruecker/linkding/pull/1152)
- Submit bookmark form with Ctrl/Cmd + Enter by
[@&#8203;sissbruecker](https://redirect.github.com/sissbruecker) in
[https://github.com/sissbruecker/linkding/pull/1158](https://redirect.github.com/sissbruecker/linkding/pull/1158)
- Improve bookmark form accessibility by
[@&#8203;sissbruecker](https://redirect.github.com/sissbruecker) in
[https://github.com/sissbruecker/linkding/pull/1116](https://redirect.github.com/sissbruecker/linkding/pull/1116)
- Fix custom CSS not being used in reader mode by
[@&#8203;sissbruecker](https://redirect.github.com/sissbruecker) in
[https://github.com/sissbruecker/linkding/pull/1102](https://redirect.github.com/sissbruecker/linkding/pull/1102)
- Use filename when downloading asset through UI by
[@&#8203;proog](https://redirect.github.com/proog) in
[https://github.com/sissbruecker/linkding/pull/1146](https://redirect.github.com/sissbruecker/linkding/pull/1146)
- Update order when deleting bundle by
[@&#8203;sissbruecker](https://redirect.github.com/sissbruecker) in
[https://github.com/sissbruecker/linkding/pull/1114](https://redirect.github.com/sissbruecker/linkding/pull/1114)
- Wrap long titles in bookmark details modal by
[@&#8203;sissbruecker](https://redirect.github.com/sissbruecker) in
[https://github.com/sissbruecker/linkding/pull/1150](https://redirect.github.com/sissbruecker/linkding/pull/1150)
- Ignore tags with just whitespace by
[@&#8203;pvl](https://redirect.github.com/pvl) in
[https://github.com/sissbruecker/linkding/pull/1125](https://redirect.github.com/sissbruecker/linkding/pull/1125)
- Ignore tags that exceed length limit during import by
[@&#8203;sissbruecker](https://redirect.github.com/sissbruecker) in
[https://github.com/sissbruecker/linkding/pull/1153](https://redirect.github.com/sissbruecker/linkding/pull/1153)
- Add CloudBreak on Managed Hosting by
[@&#8203;benjaminoakes](https://redirect.github.com/benjaminoakes) in
[https://github.com/sissbruecker/linkding/pull/1079](https://redirect.github.com/sissbruecker/linkding/pull/1079)
- Add Pocket migration to to community page by
[@&#8203;hkclark](https://redirect.github.com/hkclark) in
[https://github.com/sissbruecker/linkding/pull/1112](https://redirect.github.com/sissbruecker/linkding/pull/1112)
- Add linkding-media-archiver to community.md by
[@&#8203;proog](https://redirect.github.com/proog) in
[https://github.com/sissbruecker/linkding/pull/1144](https://redirect.github.com/sissbruecker/linkding/pull/1144)
- Bump astro from 5.7.13 to 5.12.8 in /docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/sissbruecker/linkding/pull/1147](https://redirect.github.com/sissbruecker/linkding/pull/1147)7

#### New Contributors

- [@&#8203;hkclark](https://redirect.github.com/hkclark) made their
first contribution in
[https://github.com/sissbruecker/linkding/pull/1087](https://redirect.github.com/sissbruecker/linkding/pull/1087)
- [@&#8203;benjaminoakes](https://redirect.github.com/benjaminoakes)
made their first contribution in
[https://github.com/sissbruecker/linkding/pull/1079](https://redirect.github.com/sissbruecker/linkding/pull/1079)
- [@&#8203;proog](https://redirect.github.com/proog) made their first
contribution in
[https://github.com/sissbruecker/linkding/pull/1146](https://redirect.github.com/sissbruecker/linkding/pull/1146)
- [@&#8203;pvl](https://redirect.github.com/pvl) made their first
contribution in
[https://github.com/sissbruecker/linkding/pull/1125](https://redirect.github.com/sissbruecker/linkding/pull/1125)
- [@&#8203;Tql-ws1](https://redirect.github.com/Tql-ws1) made their
first contribution in
[https://github.com/sissbruecker/linkding/pull/1132](https://redirect.github.com/sissbruecker/linkding/pull/1132)

**Full Changelog**:
https://github.com/sissbruecker/linkding/compare/v1.41.0...v1.42.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-08-16 11:41:56 +02:00
TrueCharts Bot cc24ce4397 chore(helm): update image docker.io/teslamate/teslamate 2.1.0 → 2.1.1 (#38505) 2025-08-16 11:38:29 +02:00
TrueCharts Bot cf179e419e chore(helm): update image ghcr.io/linuxserver/jackett 0.22.2288 → 0.22.2294 (#38507) 2025-08-16 11:38:26 +02:00
TrueCharts Bot 74cbc51080 chore(helm): update image docker.io/filebrowser/filebrowser v2.42.3 → v2.42.5 (#38502) 2025-08-16 11:38:22 +02:00
TrueCharts Bot 89fb8215c3 chore(helm): update image docker.io/syncthing/syncthing 2.0.1 → 2.0.2 (#38504) 2025-08-16 11:38:06 +02:00
TrueCharts Bot 86d073cfff chore(helm): update image docker.io/semaphoreui/semaphore v2.16.12 → v2.16.13 (#38503)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore)
| patch | `c0ed7a0` -> `097ebcd` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>semaphoreui/semaphore
(docker.io/semaphoreui/semaphore)</summary>

###
[`v2.16.13`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.12...v2.16.13)

[Compare
Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.12...v2.16.13)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-16 11:37:31 +02:00
TrueCharts Bot edd11d3d0a chore(helm): update image yourls digest to 1c9a337 (#38500) 2025-08-16 11:37:21 +02:00
TrueCharts Bot 9a6415651f chore(helm): update image docker.io/diygod/rsshub digest to f769602 (#38497) 2025-08-16 11:36:59 +02:00
TrueCharts Bot ac80ed2270 chore(helm): update image ghcr.io/linuxserver/digikam digest to 860f4ee (#38499) 2025-08-16 11:36:14 +02:00
TrueCharts Bot 174aa4cf59 chore(helm): update image docker.io/alpine/socat digest to 29d0f24 (#38496)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/alpine/socat | digest | `d0a8fec` -> `29d0f24` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-16 11:36:12 +02:00
TrueCharts Bot e47897a758 chore(helm): update image docker.io/josh5/steam-headless digest to 5a9c1b7 (#38498)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/josh5/steam-headless | digest | `4364f67` -> `5a9c1b7` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-16 11:35:47 +02:00
TrueCharts Bot 851b817eb8 chore(container): update docker.io/renovate/renovate docker tag to v41.74.5 (#38501)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
patch | `41.74.2-full` -> `41.74.5-full` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v41.74.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.74.5)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.74.4...41.74.5)

##### Bug Fixes

- **codecommit:** reset cached pull request list when initializing
repository
([#&#8203;36468](https://redirect.github.com/renovatebot/renovate/issues/36468))
([d085a8c](https://redirect.github.com/renovatebot/renovate/commit/d085a8c49d9d01f005ab1999809823ba78831257))

###
[`v41.74.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.74.4)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.74.3...41.74.4)

##### Bug Fixes

- **manager/helmfile:** Allow replacements of oci:// charts
([#&#8203;35296](https://redirect.github.com/renovatebot/renovate/issues/35296))
([1cdc992](https://redirect.github.com/renovatebot/renovate/commit/1cdc992bf016fe0763aced39f94cb81a04f6d1c0))

##### Documentation

- **autoapprove:** Update automerge.md and mention autoApprove option
([#&#8203;35837](https://redirect.github.com/renovatebot/renovate/issues/35837))
([ee3048f](https://redirect.github.com/renovatebot/renovate/commit/ee3048f4bf96be1e4a11673565f95d9783b4bf6d))

###
[`v41.74.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.74.3)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.74.2...41.74.3)

##### Bug Fixes

- **helmfile:** Add support for helmfile.d folders
([#&#8203;37555](https://redirect.github.com/renovatebot/renovate/issues/37555))
([345b8af](https://redirect.github.com/renovatebot/renovate/commit/345b8af6fc87d38a3b931230c898453790ab90e2))

##### Miscellaneous Chores

- **deps:** update containerbase/internal-tools action to v3.10.72
(main)
([#&#8203;37560](https://redirect.github.com/renovatebot/renovate/issues/37560))
([6551a50](https://redirect.github.com/renovatebot/renovate/commit/6551a50c5b3e65ae7f7020b03c3f067eab92462c))
- **deps:** update dependency
[@&#8203;eslint/js](https://redirect.github.com/eslint/js) to v9.33.0
(main)
([#&#8203;37556](https://redirect.github.com/renovatebot/renovate/issues/37556))
([15889c3](https://redirect.github.com/renovatebot/renovate/commit/15889c3541fe44d79fc365395819ca16b4d2ecac))
- **deps:** update dependency
[@&#8203;types/node](https://redirect.github.com/types/node) to v22.17.1
(main)
([#&#8203;37554](https://redirect.github.com/renovatebot/renovate/issues/37554))
([3cb8df7](https://redirect.github.com/renovatebot/renovate/commit/3cb8df7cfb9e7788e1cc15dbe936503ec941e17f))
- **deps:** update dependency eslint to v9.33.0 (main)
([#&#8203;37557](https://redirect.github.com/renovatebot/renovate/issues/37557))
([bf783f4](https://redirect.github.com/renovatebot/renovate/commit/bf783f43d14b6610be829b3473203bf35b18751c))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.10.2 (main)
([#&#8203;37561](https://redirect.github.com/renovatebot/renovate/issues/37561))
([48d3a73](https://redirect.github.com/renovatebot/renovate/commit/48d3a733196d63d73e4a01239a409e595cfcc272))
- **deps:** update python docker tag to v3.13.7 (main)
([#&#8203;37559](https://redirect.github.com/renovatebot/renovate/issues/37559))
([c4bb6cc](https://redirect.github.com/renovatebot/renovate/commit/c4bb6cccdecaf1334caefdb2200dd9dbf1dc0f03))
- **deps:** update python:3.13 docker digest to
[`3b2f1b9`](https://redirect.github.com/renovatebot/renovate/commit/3b2f1b9)
(main)
([#&#8203;37558](https://redirect.github.com/renovatebot/renovate/issues/37558))
([48c8b3b](https://redirect.github.com/renovatebot/renovate/commit/48c8b3b558abf1df66dc1c53c62a47d2c349f716))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-16 11:28:14 +02:00
TrueCharts Bot cd80a9af3c chore(helm): update image docker.io/codercom/code-server 4.103.0 → 4.103.1 (#38494)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/codercom/code-server | patch | `7a7431c` -> `fc1d8a5` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-16 05:34:38 +02:00