Commit Graph

45463 Commits

Author SHA1 Message Date
TrueCharts Bot
a8a917899f chore(helm): update image ghcr.io/mealie-recipes/mealie v2.8.0 → v3.0.0 (#37465)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie)
| major | `63aef46` -> `6d6efd4` |

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

---

### Release Notes

<details>
<summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary>

###
[`v3.0.0`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.0.0):
- Upgraded Frontend, Expanded Seedfiles and much more

[Compare
Source](https://redirect.github.com/mealie-recipes/mealie/compare/v2.8.0...v3.0.0)

### 🍴🍴🍴🍴🍴🍴

#### 🚨 Breaking changes

> \[!CAUTION]
>
> ### ⚠️ Updated Admin Routes
>
> We've consolidated the admin user routes to streamline the API. The
old routes under `/api/users` have been removed and replaced with new
routes under `/api/admin/users`. The underlying functions are unchanged,
so switching to the new routes should be seamless.
>
> - `GET /api/users` → `GET /api/admin/users`
> - `POST /api/users` → `POST /api/admin/users`
> - `GET /api/users/{item_id}` → `GET /api/admin/users/{item_id}`
> - `DELETE /api/users/{item_id}` → `DELETE /api/admin/users/{item_id}`
>
> For more info check out PR
[#&#8203;5050](https://redirect.github.com/mealie-recipes/mealie/issues/5050)

> \[!CAUTION]
>
> ### 🚫 Removed Backend Jinja2 Template Rendering
>
> We have removed the ability to provide and render Jinja2 templates via
the backend API. This feature was never exposed in the UI and was
difficult to use securely in user-facing scenarios. Users who previously
relied on backend template rendering are encouraged to switch to
client-side templating solutions.
>
> For more info check out PR
[#&#8203;5631](https://redirect.github.com/mealie-recipes/mealie/issues/5631)

#### 🎉 Highlights

##### 🆙 Frontend Upgrade to Vue 3 & Nuxt 3

We’ve successfully upgraded the Mealie frontend to Nuxt 3 and Vue 3! 🎉
This was a major overhaul that touched nearly every file in the frontend
codebase. While the transition initially introduced a number of visual
and functional issues, we’re confident that the vast majority have been
resolved and that the new frontend is stable moving forward.
You may also notice some minor visual tweaks to make the interface more
streamlined.
This upgrade significantly reduces technical debt and enables us to take
advantage of the improved tooling and performance in the Nuxt 3 & Vue 3
ecosystem. We haven’t seen any remaining issues, but if you come across
something that’s no longer working as it did before, we’d appreciate a
heads-up!

##### 🍎 Expanded and Categorized Food Seed File

We’ve significantly increased the size of the food database — from 214
to over 2,500 foods! Additionally, all foods are now categorized, making
sorted shopping lists ready to use right out of the box.
If you update your existing foods using the new seed file, please note
that we do not overwrite existing entries, so some of your previously
existing foods may remain uncategorized.
If you use Mealie in another language, please help us translate the new
foods so everyone can enjoy the updated seed file. You can contribute
translations on [Mealie’s Crowdin
page](https://crowdin.com/project/mealie).
Big thanks to
[@&#8203;Cameronwyatt](https://redirect.github.com/Cameronwyatt) for
sticking with this through all the Crowdin limitations.

##### 🖼️ Create Recipes from Multiple Images

You can now create recipes using multiple images, making it easier to
capture every step or angle of your cooking process. Along with this new
feature, we’ve refreshed the visuals on the recipe creation page to
provide a smoother, more intuitive experience.

##### 🔒 Option to Hide Password Login

You can now configure the frontend to hide the username and password
fields on the login page by setting the environment variable
`ALLOW_PASSWORD_LOGIN` to `false`. This streamlines the login experience
for OIDC and other external auth users by removing the standard login
fields.

####  New features

- feat: setting to hide password login
[@&#8203;cdanis](https://redirect.github.com/cdanis)
([#&#8203;4943](https://redirect.github.com/mealie-recipes/mealie/issues/4943))
- feat: remove unnecessary UI components if allowPasswordLogin is true
[@&#8203;SurfBurger](https://redirect.github.com/SurfBurger)
([#&#8203;5484](https://redirect.github.com/mealie-recipes/mealie/issues/5484))
- feat: add the selected recipe servings and yields in the content of
the recipe post action
[@&#8203;felixschndr](https://redirect.github.com/felixschndr)
([#&#8203;5340](https://redirect.github.com/mealie-recipes/mealie/issues/5340))
- feat: Migrate to Nuxt 3 framework
[@&#8203;mrth2](https://redirect.github.com/mrth2)
([#&#8203;5184](https://redirect.github.com/mealie-recipes/mealie/issues/5184))
- feat: Update food seeding logic & increase food seed size
[@&#8203;Cameronwyatt](https://redirect.github.com/Cameronwyatt)
([#&#8203;5514](https://redirect.github.com/mealie-recipes/mealie/issues/5514))
- feat: create recipe from multiple images
[@&#8203;SkepticMystic](https://redirect.github.com/SkepticMystic)
([#&#8203;5590](https://redirect.github.com/mealie-recipes/mealie/issues/5590))
- feat: new create from image visuals
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5595](https://redirect.github.com/mealie-recipes/mealie/issues/5595))
- feat: Consolidate Admin User APIs
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5050](https://redirect.github.com/mealie-recipes/mealie/issues/5050))
- feat: Replace google-fonts module with nuxt/fonts
[@&#8203;p0lycarpio](https://redirect.github.com/p0lycarpio)
([#&#8203;5618](https://redirect.github.com/mealie-recipes/mealie/issues/5618))

#### 🐛 Bug fixes

- fix: "NOT IN" doesn't apply filter properly
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5154](https://redirect.github.com/mealie-recipes/mealie/issues/5154))
- fix: spelling of GitHub
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5244](https://redirect.github.com/mealie-recipes/mealie/issues/5244))
- fix: update admin scripts paths in docs
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5263](https://redirect.github.com/mealie-recipes/mealie/issues/5263))
- fix: remove unmaintained ios shortcut
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5280](https://redirect.github.com/mealie-recipes/mealie/issues/5280))
- fix: Pre-download NLTK during Docker build
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5290](https://redirect.github.com/mealie-recipes/mealie/issues/5290))
- fix: build pull request image only in mealie repo
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5327](https://redirect.github.com/mealie-recipes/mealie/issues/5327))
- fix: Add missing group\_id to RecipeTag and TagBase schemas
[@&#8203;robertdanahome](https://redirect.github.com/robertdanahome)
([#&#8203;5342](https://redirect.github.com/mealie-recipes/mealie/issues/5342))
- fix: handle recipe-scraper returning a int causing clean\_time to
return None [@&#8203;miawgogo](https://redirect.github.com/miawgogo)
([#&#8203;5522](https://redirect.github.com/mealie-recipes/mealie/issues/5522))
- fix: Fixing the OpenAPI Spec and the Call to delete a shared recipe.
[@&#8203;sravankaruturi](https://redirect.github.com/sravankaruturi)
([#&#8203;5537](https://redirect.github.com/mealie-recipes/mealie/issues/5537))
- fix:
[#&#8203;5511](https://redirect.github.com/mealie-recipes/mealie/issues/5511),
list item state doesn't change when offline
[@&#8203;cm226](https://redirect.github.com/cm226)
([#&#8203;5512](https://redirect.github.com/mealie-recipes/mealie/issues/5512))
- fix: Various Nuxt Upgrade Issues
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5545](https://redirect.github.com/mealie-recipes/mealie/issues/5545))
- fix: shopping list button in one row
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5547](https://redirect.github.com/mealie-recipes/mealie/issues/5547))
- fix: pwa not being installable after nuxt 3 upgrade
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5552](https://redirect.github.com/mealie-recipes/mealie/issues/5552))
- fix: Remove "Ingredients" From OpenAI Prompt For Instructions
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5546](https://redirect.github.com/mealie-recipes/mealie/issues/5546))
- fix: passwort strength indicator
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5553](https://redirect.github.com/mealie-recipes/mealie/issues/5553))
- fix: pwa share target
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5557](https://redirect.github.com/mealie-recipes/mealie/issues/5557))
- fix: delete recipe instructions after nuxt 3 upgrade
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5560](https://redirect.github.com/mealie-recipes/mealie/issues/5560))
- fix: mealplanner day title card height & alignment
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5561](https://redirect.github.com/mealie-recipes/mealie/issues/5561))
- fix: register create group flow
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5565](https://redirect.github.com/mealie-recipes/mealie/issues/5565))
- fix: Cookbooks not rendering on sidebar
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5570](https://redirect.github.com/mealie-recipes/mealie/issues/5570))
- fix: markdown list padding and replace nuxtjs/mdc
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5577](https://redirect.github.com/mealie-recipes/mealie/issues/5577))
- fix: recipe image creation
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5579](https://redirect.github.com/mealie-recipes/mealie/issues/5579))
- fix: get recipe image by url
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5588](https://redirect.github.com/mealie-recipes/mealie/issues/5588))
- fix: Nuxt3 upgrades UI fixes & improvements
[@&#8203;p0lycarpio](https://redirect.github.com/p0lycarpio)
([#&#8203;5589](https://redirect.github.com/mealie-recipes/mealie/issues/5589))
- fix: check for OPENAI\_MODEL in OPENAI\_FEATURE
[@&#8203;jknndy](https://redirect.github.com/jknndy)
([#&#8203;5603](https://redirect.github.com/mealie-recipes/mealie/issues/5603))
- fix: recipe page warnings
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5609](https://redirect.github.com/mealie-recipes/mealie/issues/5609))
- fix: recipe timeline visuals (nuxt 3)
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5608](https://redirect.github.com/mealie-recipes/mealie/issues/5608))
- fix: remove unused deps
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5610](https://redirect.github.com/mealie-recipes/mealie/issues/5610))
- fix: truncate slugs when too long
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5633](https://redirect.github.com/mealie-recipes/mealie/issues/5633))
- fix: load from env if available vs file
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5635](https://redirect.github.com/mealie-recipes/mealie/issues/5635))
- fix: workflow permissions
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5636](https://redirect.github.com/mealie-recipes/mealie/issues/5636))
- fix: workflow branch target/base
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5637](https://redirect.github.com/mealie-recipes/mealie/issues/5637))
- fix: 500 error on recipe share link
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5627](https://redirect.github.com/mealie-recipes/mealie/issues/5627))
- fix: lint error from locale sync
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5644](https://redirect.github.com/mealie-recipes/mealie/issues/5644))
- fix: AppButtonCopy errors in tooltip & console
[@&#8203;p0lycarpio](https://redirect.github.com/p0lycarpio)
([#&#8203;5612](https://redirect.github.com/mealie-recipes/mealie/issues/5612))
- fix: Refactor Stores and Fix Missing Public Cookbooks
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5611](https://redirect.github.com/mealie-recipes/mealie/issues/5611))
- fix: nutrition info visuals
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5659](https://redirect.github.com/mealie-recipes/mealie/issues/5659))
- fix: Remove redundant get\_one call in patch\_one method
[@&#8203;jknndy](https://redirect.github.com/jknndy)
([#&#8203;5619](https://redirect.github.com/mealie-recipes/mealie/issues/5619))
- fix: Preserve "Completed On" Date In Checked Shopping List Items
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5665](https://redirect.github.com/mealie-recipes/mealie/issues/5665))
- fix: Recipe Timeline Not Filtering
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5666](https://redirect.github.com/mealie-recipes/mealie/issues/5666))
- fix: Remove Padding On Print
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5668](https://redirect.github.com/mealie-recipes/mealie/issues/5668))
- fix: Restore Servings To Print View
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5669](https://redirect.github.com/mealie-recipes/mealie/issues/5669))

#### 🧰 Maintenance

<details>
<summary>57 changes</summary>

- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5243](https://redirect.github.com/mealie-recipes/mealie/issues/5243))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5245](https://redirect.github.com/mealie-recipes/mealie/issues/5245))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5246](https://redirect.github.com/mealie-recipes/mealie/issues/5246))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5248](https://redirect.github.com/mealie-recipes/mealie/issues/5248))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5250](https://redirect.github.com/mealie-recipes/mealie/issues/5250))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5252](https://redirect.github.com/mealie-recipes/mealie/issues/5252))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5269](https://redirect.github.com/mealie-recipes/mealie/issues/5269))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5262](https://redirect.github.com/mealie-recipes/mealie/issues/5262))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5281](https://redirect.github.com/mealie-recipes/mealie/issues/5281))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5301](https://redirect.github.com/mealie-recipes/mealie/issues/5301))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5320](https://redirect.github.com/mealie-recipes/mealie/issues/5320))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5310](https://redirect.github.com/mealie-recipes/mealie/issues/5310))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5344](https://redirect.github.com/mealie-recipes/mealie/issues/5344))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5360](https://redirect.github.com/mealie-recipes/mealie/issues/5360))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5370](https://redirect.github.com/mealie-recipes/mealie/issues/5370))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5372](https://redirect.github.com/mealie-recipes/mealie/issues/5372))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5374](https://redirect.github.com/mealie-recipes/mealie/issues/5374))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5379](https://redirect.github.com/mealie-recipes/mealie/issues/5379))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5390](https://redirect.github.com/mealie-recipes/mealie/issues/5390))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5394](https://redirect.github.com/mealie-recipes/mealie/issues/5394))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5396](https://redirect.github.com/mealie-recipes/mealie/issues/5396))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5398](https://redirect.github.com/mealie-recipes/mealie/issues/5398))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5407](https://redirect.github.com/mealie-recipes/mealie/issues/5407))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5418](https://redirect.github.com/mealie-recipes/mealie/issues/5418))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5424](https://redirect.github.com/mealie-recipes/mealie/issues/5424))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5428](https://redirect.github.com/mealie-recipes/mealie/issues/5428))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5438](https://redirect.github.com/mealie-recipes/mealie/issues/5438))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5446](https://redirect.github.com/mealie-recipes/mealie/issues/5446))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5457](https://redirect.github.com/mealie-recipes/mealie/issues/5457))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5458](https://redirect.github.com/mealie-recipes/mealie/issues/5458))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5471](https://redirect.github.com/mealie-recipes/mealie/issues/5471))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5474](https://redirect.github.com/mealie-recipes/mealie/issues/5474))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5485](https://redirect.github.com/mealie-recipes/mealie/issues/5485))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5491](https://redirect.github.com/mealie-recipes/mealie/issues/5491))
- chore: Relax Stalebot
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5498](https://redirect.github.com/mealie-recipes/mealie/issues/5498))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5497](https://redirect.github.com/mealie-recipes/mealie/issues/5497))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5500](https://redirect.github.com/mealie-recipes/mealie/issues/5500))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5501](https://redirect.github.com/mealie-recipes/mealie/issues/5501))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5507](https://redirect.github.com/mealie-recipes/mealie/issues/5507))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5515](https://redirect.github.com/mealie-recipes/mealie/issues/5515))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5564](https://redirect.github.com/mealie-recipes/mealie/issues/5564))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5605](https://redirect.github.com/mealie-recipes/mealie/issues/5605))
- chore: automatic crowdin sync via gh actions
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5630](https://redirect.github.com/mealie-recipes/mealie/issues/5630))
- chore: remove unused jinja export option
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5631](https://redirect.github.com/mealie-recipes/mealie/issues/5631))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5632](https://redirect.github.com/mealie-recipes/mealie/issues/5632))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5640](https://redirect.github.com/mealie-recipes/mealie/issues/5640))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5641](https://redirect.github.com/mealie-recipes/mealie/issues/5641))
- chore: automatic locale sync
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5639](https://redirect.github.com/mealie-recipes/mealie/issues/5639))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5643](https://redirect.github.com/mealie-recipes/mealie/issues/5643))
- chore: automatic locale sync
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5642](https://redirect.github.com/mealie-recipes/mealie/issues/5642))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5652](https://redirect.github.com/mealie-recipes/mealie/issues/5652))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5653](https://redirect.github.com/mealie-recipes/mealie/issues/5653))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5656](https://redirect.github.com/mealie-recipes/mealie/issues/5656))
- chore: Upgrade Pillow HEIF
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5657](https://redirect.github.com/mealie-recipes/mealie/issues/5657))
- chore: Fix Dockerfile "AS" Case
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5662](https://redirect.github.com/mealie-recipes/mealie/issues/5662))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5664](https://redirect.github.com/mealie-recipes/mealie/issues/5664))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;5672](https://redirect.github.com/mealie-recipes/mealie/issues/5672))

</details>

#### 📚 Documentation

- docs(auto): Update image tag, for release v2.8.0
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;5236](https://redirect.github.com/mealie-recipes/mealie/issues/5236))
- docs: Add community docs for an iOS shortcut (attempt 2)
[@&#8203;ant385525](https://redirect.github.com/ant385525)
([#&#8203;5345](https://redirect.github.com/mealie-recipes/mealie/issues/5345))
- docs: document necessity of forwarded-allow-ips with OIDC behind
reverse-proxy https
[@&#8203;oddlama](https://redirect.github.com/oddlama)
([#&#8203;5461](https://redirect.github.com/mealie-recipes/mealie/issues/5461))
- docs: remove duplicate headline
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5558](https://redirect.github.com/mealie-recipes/mealie/issues/5558))
- docs: typo in app\_settings\_constructor docstring
[@&#8203;jknndy](https://redirect.github.com/jknndy)
([#&#8203;5592](https://redirect.github.com/mealie-recipes/mealie/issues/5592))

#### 🔨 Internal development

- dev: add pull request image build workflow (only internal branches for
now) [@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;5235](https://redirect.github.com/mealie-recipes/mealie/issues/5235))

#### ⬆️ Dependency updates

<details>
<summary>122 changes</summary>

- fix(deps): update dependency alembic to v1.15.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5178](https://redirect.github.com/mealie-recipes/mealie/issues/5178))
- fix(deps): update dependency openai to v1.66.5
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5197](https://redirect.github.com/mealie-recipes/mealie/issues/5197))
- fix(deps): update dependency sqlalchemy to v2.0.39
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5204](https://redirect.github.com/mealie-recipes/mealie/issues/5204))
- fix(deps): update dependency pillow-heif to ^0.22.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5219](https://redirect.github.com/mealie-recipes/mealie/issues/5219))
- chore(deps): update dependency coverage to v7.7.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5227](https://redirect.github.com/mealie-recipes/mealie/issues/5227))
- chore(deps): update dependency pre-commit to v4.2.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5238](https://redirect.github.com/mealie-recipes/mealie/issues/5238))
- fix(deps): update dependency openai to v1.67.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5247](https://redirect.github.com/mealie-recipes/mealie/issues/5247))
- fix(deps): update dependency openai to v1.68.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5254](https://redirect.github.com/mealie-recipes/mealie/issues/5254))
- chore(deps): update dependency ruff to v0.11.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5253](https://redirect.github.com/mealie-recipes/mealie/issues/5253))
- fix(deps): update dependency openai to v1.68.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5259](https://redirect.github.com/mealie-recipes/mealie/issues/5259))
- chore(deps): update dependency ruff to v0.11.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5258](https://redirect.github.com/mealie-recipes/mealie/issues/5258))
- fix(deps): update dependency fastapi to v0.115.12
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5268](https://redirect.github.com/mealie-recipes/mealie/issues/5268))
- chore(deps): update dependency pylint to v3.3.6
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5251](https://redirect.github.com/mealie-recipes/mealie/issues/5251))
- chore(deps): update dependency coverage to v7.7.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5260](https://redirect.github.com/mealie-recipes/mealie/issues/5260))
- fix(deps): update dependency orjson to v3.10.16
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5270](https://redirect.github.com/mealie-recipes/mealie/issues/5270))
- chore(deps): update dependency pytest-asyncio to ^0.26.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5274](https://redirect.github.com/mealie-recipes/mealie/issues/5274))
- fix(deps): update dependency python-dotenv to v1.1.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5275](https://redirect.github.com/mealie-recipes/mealie/issues/5275))
- fix(deps): update dependency typing-extensions to v4.13.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5278](https://redirect.github.com/mealie-recipes/mealie/issues/5278))
- fix(deps): update dependency sqlalchemy to v2.0.40
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5283](https://redirect.github.com/mealie-recipes/mealie/issues/5283))
- fix(deps): update dependency openai to v1.69.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5284](https://redirect.github.com/mealie-recipes/mealie/issues/5284))
- fix(deps): update dependency pydantic to v2.11.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5285](https://redirect.github.com/mealie-recipes/mealie/issues/5285))
- fix(deps): update dependency alembic to v1.15.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5289](https://redirect.github.com/mealie-recipes/mealie/issues/5289))
- chore(deps): update dependency mkdocs-material to v9.6.10
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5293](https://redirect.github.com/mealie-recipes/mealie/issues/5293))
- chore(deps): update dependency rich to v14
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5294](https://redirect.github.com/mealie-recipes/mealie/issues/5294))
- fix(deps): update dependency apprise to v1.9.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5295](https://redirect.github.com/mealie-recipes/mealie/issues/5295))
- chore(deps): update dependency coverage to v7.8.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5297](https://redirect.github.com/mealie-recipes/mealie/issues/5297))
- chore(deps): update dependency mkdocs-material to v9.6.11
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5304](https://redirect.github.com/mealie-recipes/mealie/issues/5304))
- chore(deps): update dependency ruff to v0.11.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5311](https://redirect.github.com/mealie-recipes/mealie/issues/5311))
- fix(deps): update dependency pydantic to v2.11.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5312](https://redirect.github.com/mealie-recipes/mealie/issues/5312))
- fix(deps): update dependency openai to v1.70.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5300](https://redirect.github.com/mealie-recipes/mealie/issues/5300))
- fix(deps): update dependency authlib to v1.5.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5308](https://redirect.github.com/mealie-recipes/mealie/issues/5308))
- fix(deps): update dependency rapidfuzz to v3.13.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5314](https://redirect.github.com/mealie-recipes/mealie/issues/5314))
- chore(deps): update dependency ruff to v0.11.4
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5317](https://redirect.github.com/mealie-recipes/mealie/issues/5317))
- fix(deps): update dependency lxml to v5.3.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5318](https://redirect.github.com/mealie-recipes/mealie/issues/5318))
- fix(deps): update dependency openai to v1.71.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5322](https://redirect.github.com/mealie-recipes/mealie/issues/5322))
- fix(deps): update dependency openai to v1.72.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5328](https://redirect.github.com/mealie-recipes/mealie/issues/5328))
- fix(deps): update dependency pydantic to v2.11.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5325](https://redirect.github.com/mealie-recipes/mealie/issues/5325))
- fix(deps): update dependency openai to v1.73.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5335](https://redirect.github.com/mealie-recipes/mealie/issues/5335))
- chore(deps): update dependency ruff to v0.11.5
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5333](https://redirect.github.com/mealie-recipes/mealie/issues/5333))
- fix(deps): update dependency typing-extensions to v4.13.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5313](https://redirect.github.com/mealie-recipes/mealie/issues/5313))
- fix(deps): update dependency pillow to v11.2.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5337](https://redirect.github.com/mealie-recipes/mealie/issues/5337))
- fix(deps): update dependency openai to v1.74.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5346](https://redirect.github.com/mealie-recipes/mealie/issues/5346))
- fix(deps): update dependency openai to v1.75.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5357](https://redirect.github.com/mealie-recipes/mealie/issues/5357))
- chore(deps): update dependency mkdocs-material to v9.6.12
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5359](https://redirect.github.com/mealie-recipes/mealie/issues/5359))
- chore(deps): update dependency ruff to v0.11.6
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5361](https://redirect.github.com/mealie-recipes/mealie/issues/5361))
- fix(deps): update dependency beautifulsoup4 to v4.13.4
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5352](https://redirect.github.com/mealie-recipes/mealie/issues/5352))
- fix(deps): update dependency aniso8601 to v10.0.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5368](https://redirect.github.com/mealie-recipes/mealie/issues/5368))
- fix(deps): update dependency html2text to v2025
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5347](https://redirect.github.com/mealie-recipes/mealie/issues/5347))
- fix(deps): update dependency openai to v1.76.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5381](https://redirect.github.com/mealie-recipes/mealie/issues/5381))
- fix(deps): update dependency uvicorn to v0.34.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5343](https://redirect.github.com/mealie-recipes/mealie/issues/5343))
- fix(deps): update dependency pydantic-settings to v2.9.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5366](https://redirect.github.com/mealie-recipes/mealie/issues/5366))
- fix(deps): update dependency lxml to v5.4.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5378](https://redirect.github.com/mealie-recipes/mealie/issues/5378))
- chore(deps): update dependency ruff to v0.11.7
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5388](https://redirect.github.com/mealie-recipes/mealie/issues/5388))
- fix(deps): update dependency recipe-scrapers to v15.7.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5412](https://redirect.github.com/mealie-recipes/mealie/issues/5412))
- fix(deps): update dependency openai to v1.77.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5404](https://redirect.github.com/mealie-recipes/mealie/issues/5404))
- chore(deps): update dependency ruff to v0.11.8
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5410](https://redirect.github.com/mealie-recipes/mealie/issues/5410))
- fix(deps): update dependency tzdata to v2025
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5365](https://redirect.github.com/mealie-recipes/mealie/issues/5365))
- fix(deps): update dependency ingredient-parser-nlp to v2.1.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5373](https://redirect.github.com/mealie-recipes/mealie/issues/5373))
- fix(deps): update dependency orjson to v3.10.18
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5403](https://redirect.github.com/mealie-recipes/mealie/issues/5403))
- fix(deps): update dependency pydantic to v2.11.4
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5405](https://redirect.github.com/mealie-recipes/mealie/issues/5405))
- chore(deps): update dependency pylint to v3.3.7
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5416](https://redirect.github.com/mealie-recipes/mealie/issues/5416))
- fix(deps): update dependency openai to v1.78.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5429](https://redirect.github.com/mealie-recipes/mealie/issues/5429))
- chore(deps): update dependency ruff to v0.11.9
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5434](https://redirect.github.com/mealie-recipes/mealie/issues/5434))
- chore(deps): update dependency mkdocs-material to v9.6.13
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5435](https://redirect.github.com/mealie-recipes/mealie/issues/5435))
- chore(deps): update dependency mkdocs-material to v9.6.14
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5442](https://redirect.github.com/mealie-recipes/mealie/issues/5442))
- fix(deps): update dependency openai to v1.78.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5441](https://redirect.github.com/mealie-recipes/mealie/issues/5441))
- fix(deps): update dependency openai to v1.79.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5450](https://redirect.github.com/mealie-recipes/mealie/issues/5450))
- chore(deps): update dependency ruff to v0.11.10
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5447](https://redirect.github.com/mealie-recipes/mealie/issues/5447))
- fix(deps): update dependency sqlalchemy to v2.0.41
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5445](https://redirect.github.com/mealie-recipes/mealie/issues/5445))
- fix(deps): update dependency ingredient-parser-nlp to v2.1.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5455](https://redirect.github.com/mealie-recipes/mealie/issues/5455))
- fix(deps): update dependency openai to v1.81.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5463](https://redirect.github.com/mealie-recipes/mealie/issues/5463))
- chore(deps): update dependency coverage to v7.8.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5462](https://redirect.github.com/mealie-recipes/mealie/issues/5462))
- fix(deps): update dependency alembic to v1.16.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5464](https://redirect.github.com/mealie-recipes/mealie/issues/5464))
- chore(deps): update dependency ruff to v0.11.11
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5466](https://redirect.github.com/mealie-recipes/mealie/issues/5466))
- fix(deps): update dependency openai to v1.82.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5467](https://redirect.github.com/mealie-recipes/mealie/issues/5467))
- fix(deps): update dependency pydantic to v2.11.5
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5468](https://redirect.github.com/mealie-recipes/mealie/issues/5468))
- fix(deps): update dependency authlib to v1.6.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5469](https://redirect.github.com/mealie-recipes/mealie/issues/5469))
- chore(deps): update dependency coverage to v7.8.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5470](https://redirect.github.com/mealie-recipes/mealie/issues/5470))
- chore(deps): update dependency freezegun to v1.5.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5472](https://redirect.github.com/mealie-recipes/mealie/issues/5472))
- chore(deps): update dependency pytest-asyncio to v1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5473](https://redirect.github.com/mealie-recipes/mealie/issues/5473))
- chore(deps): update dependency ruff to v0.11.12
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5486](https://redirect.github.com/mealie-recipes/mealie/issues/5486))
- chore(deps): update dependency mypy to v1.16.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5487](https://redirect.github.com/mealie-recipes/mealie/issues/5487))
- fix(deps): update dependency openai to v1.82.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5488](https://redirect.github.com/mealie-recipes/mealie/issues/5488))
- fix(deps): update dependency uvicorn to v0.34.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5495](https://redirect.github.com/mealie-recipes/mealie/issues/5495))
- fix(deps): update dependency typing-extensions to v4.14.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5499](https://redirect.github.com/mealie-recipes/mealie/issues/5499))
- chore(deps): update dependency pytest to v8.4.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5502](https://redirect.github.com/mealie-recipes/mealie/issues/5502))
- fix(deps): update dependency openai to v1.83.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5503](https://redirect.github.com/mealie-recipes/mealie/issues/5503))
- fix(deps): update dependency openai to v1.84.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5505](https://redirect.github.com/mealie-recipes/mealie/issues/5505))
- fix(deps): update dependency recipe-scrapers to v15.8.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5506](https://redirect.github.com/mealie-recipes/mealie/issues/5506))
- chore(deps): update dependency ruff to v0.11.13
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5510](https://redirect.github.com/mealie-recipes/mealie/issues/5510))
- fix(deps): update dependency openai to v1.85.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5518](https://redirect.github.com/mealie-recipes/mealie/issues/5518))
- fix(deps): update dependency openai to v1.86.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5520](https://redirect.github.com/mealie-recipes/mealie/issues/5520))
- fix(deps): update dependency requests to v2.32.4 \[security]
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5519](https://redirect.github.com/mealie-recipes/mealie/issues/5519))
- chore(deps): update dependency mypy to v1.16.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5533](https://redirect.github.com/mealie-recipes/mealie/issues/5533))
- fix(deps): update dependency pydantic to v2.11.7
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5527](https://redirect.github.com/mealie-recipes/mealie/issues/5527))
- fix(deps): update dependency fastapi to v0.115.13
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5538](https://redirect.github.com/mealie-recipes/mealie/issues/5538))
- chore(deps): update dependency coverage to v7.9.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5523](https://redirect.github.com/mealie-recipes/mealie/issues/5523))
- fix(deps): update dependency openai to v1.88.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5536](https://redirect.github.com/mealie-recipes/mealie/issues/5536))
- fix(deps): update dependency alembic to v1.16.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5535](https://redirect.github.com/mealie-recipes/mealie/issues/5535))
- fix(deps): update dependency openai to v1.90.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5555](https://redirect.github.com/mealie-recipes/mealie/issues/5555))
- chore(deps): update dependency pytest to v8.4.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5542](https://redirect.github.com/mealie-recipes/mealie/issues/5542))
- chore(deps): update dependency ruff to ^0.12.0
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;5568](https://redirect.github.com/mealie-recipes/mealie/issues/5568))
- fix(deps): update dependency openai to v1.91.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5567](https://redirect.github.com/mealie-recipes/mealie/issues/5567))
- fix(deps): update dependency python-dotenv to v1.1.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5571](https://redirect.github.com/mealie-recipes/mealie/issues/5571))
- chore(deps): update dependency ruff to v0.12.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5587](https://redirect.github.com/mealie-recipes/mealie/issues/5587))
- fix(deps): update dependency openai to v1.92.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5584](https://redirect.github.com/mealie-recipes/mealie/issues/5584))
- fix(deps): update dependency pydantic-settings to v2.10.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5559](https://redirect.github.com/mealie-recipes/mealie/issues/5559))
- fix(deps): update dependency openai to v1.93.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5591](https://redirect.github.com/mealie-recipes/mealie/issues/5591))
- fix(deps): update dependency pillow to v11.3.0 \[security]
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5615](https://redirect.github.com/mealie-recipes/mealie/issues/5615))
- chore(deps): update dependency mkdocs-material to v9.6.15
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5613](https://redirect.github.com/mealie-recipes/mealie/issues/5613))
- fix(deps): update dependency fastapi to v0.115.14
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5581](https://redirect.github.com/mealie-recipes/mealie/issues/5581))
- fix(deps): update dependency lxml to v6
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5585](https://redirect.github.com/mealie-recipes/mealie/issues/5585))
- fix(deps): update dependency tzdata to v2025
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5534](https://redirect.github.com/mealie-recipes/mealie/issues/5534))
- fix(deps): update dependency uvicorn to ^0.35.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5598](https://redirect.github.com/mealie-recipes/mealie/issues/5598))
- chore(deps): update dependency ruff to v0.12.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5625](https://redirect.github.com/mealie-recipes/mealie/issues/5625))
- fix(deps): update dependency tzdata to v2025
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5624](https://redirect.github.com/mealie-recipes/mealie/issues/5624))
- fix(deps): update dependency typing-extensions to v4.14.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5629](https://redirect.github.com/mealie-recipes/mealie/issues/5629))
- fix(deps): update dependency openai to v1.93.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5655](https://redirect.github.com/mealie-recipes/mealie/issues/5655))
- fix(deps): update dependency openai to v1.93.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5660](https://redirect.github.com/mealie-recipes/mealie/issues/5660))
- fix(deps): update dependency openai to v1.93.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5663](https://redirect.github.com/mealie-recipes/mealie/issues/5663))
- fix(deps): update dependency openai to v1.94.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5667](https://redirect.github.com/mealie-recipes/mealie/issues/5667))
- chore(deps): update dependency ruff to v0.12.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5673](https://redirect.github.com/mealie-recipes/mealie/issues/5673))

</details>

#### 🙏 New Contributors

- [@&#8203;ant385525](https://redirect.github.com/ant385525) made their
first contribution in
[https://github.com/mealie-recipes/mealie/pull/5345](https://redirect.github.com/mealie-recipes/mealie/pull/5345)
- [@&#8203;robertdanahome](https://redirect.github.com/robertdanahome)
made their first contribution in
[https://github.com/mealie-recipes/mealie/pull/5342](https://redirect.github.com/mealie-recipes/mealie/pull/5342)
- [@&#8203;oddlama](https://redirect.github.com/oddlama) made their
first contribution in
[https://github.com/mealie-recipes/mealie/pull/5461](https://redirect.github.com/mealie-recipes/mealie/pull/5461)
- [@&#8203;cdanis](https://redirect.github.com/cdanis) made their first
contribution in
[https://github.com/mealie-recipes/mealie/pull/4943](https://redirect.github.com/mealie-recipes/mealie/pull/4943)
- [@&#8203;SurfBurger](https://redirect.github.com/SurfBurger) made
their first contribution in
[https://github.com/mealie-recipes/mealie/pull/5484](https://redirect.github.com/mealie-recipes/mealie/pull/5484)
- [@&#8203;miawgogo](https://redirect.github.com/miawgogo) made their
first contribution in
[https://github.com/mealie-recipes/mealie/pull/5522](https://redirect.github.com/mealie-recipes/mealie/pull/5522)
- [@&#8203;sravankaruturi](https://redirect.github.com/sravankaruturi)
made their first contribution in
[https://github.com/mealie-recipes/mealie/pull/5537](https://redirect.github.com/mealie-recipes/mealie/pull/5537)
- [@&#8203;cm226](https://redirect.github.com/cm226) made their first
contribution in
[https://github.com/mealie-recipes/mealie/pull/5512](https://redirect.github.com/mealie-recipes/mealie/pull/5512)
- [@&#8203;mrth2](https://redirect.github.com/mrth2) made their first
contribution in
[https://github.com/mealie-recipes/mealie/pull/5184](https://redirect.github.com/mealie-recipes/mealie/pull/5184)
- [@&#8203;jknndy](https://redirect.github.com/jknndy) made their first
contribution in
[https://github.com/mealie-recipes/mealie/pull/5592](https://redirect.github.com/mealie-recipes/mealie/pull/5592)
- [@&#8203;SkepticMystic](https://redirect.github.com/SkepticMystic)
made their first contribution in
[https://github.com/mealie-recipes/mealie/pull/5590](https://redirect.github.com/mealie-recipes/mealie/pull/5590)

### 🍴🍴🍴🍴🍴🍴

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2025-07-13 10:46:04 +02:00
TrueCharts Bot
cff44b8ed5 chore(helm): update image ghcr.io/home-operations/radarr 5.27.0.10101 → 5.27.1.10122 (#37469)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/radarr](https://ghcr.io/home-operations/radarr)
([source](https://redirect.github.com/Radarr/Radarr)) | patch |
`f1a4771` -> `e6e4fb8` |

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

---

### Release Notes

<details>
<summary>Radarr/Radarr (ghcr.io/home-operations/radarr)</summary>

###
[`v5.27.1.10122`](https://redirect.github.com/Radarr/Radarr/releases/tag/v5.27.1.10122):
5.27.1.10122

[Compare
Source](https://redirect.github.com/Radarr/Radarr/compare/v5.27.0.10101...v5.27.1.10122)

*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:

-
[`bd7465f`](bd7465fae4)
Fixed: Allow Discover Exclusions of Movies without Year (Year 0) \[
[#&#8203;11135](https://redirect.github.com/Radarr/Radarr/issues/11135)
]
-
[`c0d7048`](c0d70485c3)
Multiple Translations updated by Weblate
-
[`c743383`](c743383912)
Fixed: Deleting tags from UI \[
[#&#8203;11131](https://redirect.github.com/Radarr/Radarr/issues/11131)
]
-
[`d93c1d7`](d93c1d7808)
Automated API Docs update
-
[`0e2e7e4`](0e2e7e4259)
New: Support for multiple movieIds in Rename API endpoint
-
[`e6b2751`](e6b27512c9)
Bump version to 5.27.1

This list of changes was [auto
generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/_release?releaseId=182&_a=release-summary).

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-13 08:08:57 +02:00
TrueCharts Bot
7bfabad746 chore(helm): update image ghcr.io/linuxserver/grav digest to 686c10c (#37467) 2025-07-13 08:08:46 +02:00
TrueCharts Bot
73bd324467 chore(helm): update image ghcr.io/linuxserver/budge digest to 8f92cfc (#37466) 2025-07-13 08:08:42 +02:00
TrueCharts Bot
cf156695f6 chore(helm): update image lscr.io/linuxserver/heimdall digest to 71597f4 (#37468)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/heimdall | digest | `aefaf6f` -> `71597f4` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-13 08:08:39 +02:00
TrueCharts Bot
dc4bee685c chore(helm): update image ghcr.io/linuxserver/webgrabplus digest to 3e63332 (#37460) 2025-07-13 02:13:53 +02:00
TrueCharts Bot
a941787dfc chore(helm): update image ghcr.io/wizarrrr/wizarr 2025.7.3 → 2025.7.4 (#37463) 2025-07-13 02:13:48 +02:00
TrueCharts Bot
e8dff0d53e chore(helm): update image ghcr.io/linuxserver/tvheadend digest to 39e3532 (#37459)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/tvheadend | digest | `93bb7d7` -> `39e3532` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-13 02:13:45 +02:00
TrueCharts Bot
9a4dc0270c chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.50.5 → 0.50.6 (#37461)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io)
| patch | `f7bf37c` -> `1abf3e8` |

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

---

### Release Notes

<details>
<summary>dgtlmoon/changedetection.io
(ghcr.io/dgtlmoon/changedetection.io)</summary>

###
[`v0.50.6`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.50.6):
Features, favicon support, minor bug fix

[Compare
Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.50.5...0.50.6)

#### What's Changed

- Update stock-not-in-stock.js by
[@&#8203;dsturzy](https://redirect.github.com/dsturzy) in
[https://github.com/dgtlmoon/changedetection.io/pull/3287](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3287)
- Re
[#&#8203;3270](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3270)
- Refactor watch history/diff page time handling by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[https://github.com/dgtlmoon/changedetection.io/pull/3293](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3293)
- Similarity condition - Skip generating stats for very large documents
in the 'Edit' page by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[https://github.com/dgtlmoon/changedetection.io/pull/3296](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3296)
- UI - Sort list by Running or Paused
[#&#8203;3284](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3284)
by [@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[https://github.com/dgtlmoon/changedetection.io/pull/3294](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3294)
- UI - Adding Favicon support to lister page + API by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[https://github.com/dgtlmoon/changedetection.io/pull/3196](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3196)
- Adding patch for armv7 by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[https://github.com/dgtlmoon/changedetection.io/pull/3311](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3311)
- Favicon type detection - support for autodetecting mimetype for better
reliability by [@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon)
in
[https://github.com/dgtlmoon/changedetection.io/pull/3308](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3308)

#### New Contributors

- [@&#8203;dsturzy](https://redirect.github.com/dsturzy) made their
first contribution in
[https://github.com/dgtlmoon/changedetection.io/pull/3287](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3287)

**Full Changelog**:
https://github.com/dgtlmoon/changedetection.io/compare/0.50.5...0.50.6

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-13 02:13:37 +02:00
TrueCharts Bot
21d08db914 chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.0.1149 → v3-3.0.0.1163 (#37462) 2025-07-13 02:13:30 +02:00
TrueCharts Bot
84f51eb86d chore(helm): update image ghcr.io/linuxserver/piwigo digest to 57a2698 (#37458)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/piwigo](https://redirect.github.com/linuxserver/docker-piwigo/packages)
([source](https://redirect.github.com/linuxserver/docker-piwigo)) |
digest | `81ea902` -> `57a2698` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-13 02:13:27 +02:00
TrueCharts Bot
8eb639690e chore(helm): update image docker.io/diygod/rsshub digest to 2a9a0cb (#37457)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/diygod/rsshub | digest | `d236878` -> `2a9a0cb` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-13 02:12:01 +02:00
TrueCharts Bot
4f0be55a99 chore(helm): update image ghcr.io/linuxserver/openvscode-server digest to cc0d789 (#37456)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/openvscode-server](https://redirect.github.com/linuxserver/docker-openvscode-server/packages)
([source](https://redirect.github.com/linuxserver/docker-openvscode-server))
| digest | `9e949c7` -> `cc0d789` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-12 20:06:50 +02:00
TrueCharts Bot
270138ce75 chore(helm): update image tccr.io/tccr/nextcloud-fpm digest to 62c3621 (#37453)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-fpm](https://redirect.github.com/truecharts/public)
| digest | `79a9037` -> `62c3621` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-12 14:09:47 +02:00
TrueCharts Bot
bc16253446 chore(helm): update image ghcr.io/linuxserver/jackett 0.22.2145 → 0.22.2151 (#37455)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/jackett](https://redirect.github.com/linuxserver/docker-jackett/packages)
([source](https://redirect.github.com/linuxserver/docker-jackett)) |
patch | `531fe38` -> `31fe4e8` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-12 14:08:08 +02:00
TrueCharts Bot
a4b64c6b1c chore(helm): update image ghcr.io/elfhosted/jackett 0.22.2145 → 0.22.2151 (#37454)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `8a84af9` -> `cab9b3f` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-12 14:07:49 +02:00
TrueCharts Bot
14c9d04590 chore(helm): update image tccr.io/tccr/nextcloud-fpm v31.0.6 → v31.0.7 (#37452) 2025-07-12 08:15:37 +02:00
TrueCharts Bot
88ca664516 chore(helm): update image docker.io/slechev/openwebrxplus-softmbe 1.2.87 → 1.2.88 (#37449) 2025-07-12 08:15:33 +02:00
TrueCharts Bot
e8b9da2f7c chore(helm): update image ghcr.io/linuxserver/speedtest-tracker 1.6.3 → 1.6.4 (#37451)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/speedtest-tracker](https://redirect.github.com/linuxserver/docker-speedtest-tracker/packages)
([source](https://redirect.github.com/linuxserver/docker-speedtest-tracker))
| patch | `7d855bb` -> `d16ce5a` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-12 06:15:27 +00:00
TrueCharts Bot
f4593c6013 chore(helm): update image ghcr.io/blakeblackshear/frigate 0.15.1 → 0.15.2 (#37450)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/blakeblackshear/frigate | patch | `e6015f6` -> `2b5c63d` |
| ghcr.io/blakeblackshear/frigate | patch | `c4e02d2` -> `4474591` |

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 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-12 08:15:14 +02:00
TrueCharts Bot
2a504f8dd6 chore(helm): update image ghcr.io/meeb/tubesync digest to 692dea5 (#37445)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/meeb/tubesync | digest | `dd8c827` -> `692dea5` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-12 08:14:51 +02:00
TrueCharts Bot
799fc0da41 chore(helm): update webtop (#37446)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `b0928d7` -> `9b96588` |
| lscr.io/linuxserver/webtop | digest | `c1f4a1f` -> `78425d8` |
| lscr.io/linuxserver/webtop | digest | `2d13a86` -> `fe178f8` |
| lscr.io/linuxserver/webtop | digest | `a4001ef` -> `ad582b5` |

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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-12 08:14:31 +02:00
TrueCharts Bot
d0e4f8b248 chore(helm): update image docker.io/tracksapp/tracks digest to b100c7c (#37444) 2025-07-12 08:14:06 +02:00
TrueCharts Bot
803e528233 chore(helm): update image docker.io/factoriotools/factorio digest to a5115c5 (#37442) 2025-07-12 08:14:00 +02:00
TrueCharts Bot
386d4eff4e chore(helm): update image docker.io/machines/filestash digest to 9f2df9d (#37443)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `d1e3326` -> `9f2df9d` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-12 08:13:53 +02:00
TrueCharts Bot
58a8bbb671 chore(flux): update image kubernetes-reflector 7.1.0 → 7.1.1 (clustertool) (#37448)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector)
([source](https://ghcr.io/emberstack/kubernetes-reflector)) | patch |
`7.1.0` -> `7.1.1` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-12 08:08:34 +02:00
TrueCharts Bot
56333c5c70 chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.4.4 (#37447)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/traefik](https://hub.docker.com/_/traefik)
([source](https://redirect.github.com/traefik/traefik-library-image)) |
stage | patch | `v3.4.3` -> `3.4.4` |

---

### Release Notes

<details>
<summary>traefik/traefik-library-image
(public.ecr.aws/docker/library/traefik)</summary>

###
[`v3.4.4`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.4...v3.4.4)

[Compare
Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.4...v3.4.4)

###
[`v3.4.4`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.3...v3.4.4)

[Compare
Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.3...v3.4.4)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-12 08:07:53 +02:00
TrueCharts Bot
6c2c256c2a chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.7-fpm docker digest to 749a9d9 (#37441)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final |
digest | `36c7d98` -> `749a9d9` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-12 08:06:11 +02:00
TrueCharts-Bot
001454ca0c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-07-12 01:15:49 +00:00
TrueCharts Bot
ebee9ef0c1 chore(helm): update image public.ecr.aws/docker/library/odoo digest to 1d243f0 (#37436) 2025-07-12 02:19:03 +02:00
TrueCharts Bot
5e6c3ac546 chore(helm): update image ghcr.io/elfhosted/emby 4.9.1.5 → 4.9.1.6 (#37438) 2025-07-12 02:19:02 +02:00
TrueCharts Bot
5002adba80 chore(helm): update image ghcr.io/wizarrrr/wizarr 2025.7.2 → 2025.7.3 (#37440) 2025-07-12 02:18:58 +02:00
TrueCharts Bot
4c5f467906 chore(helm): update image lscr.io/linuxserver/blender digest to 391c8ed (#37435) 2025-07-12 02:18:52 +02:00
TrueCharts Bot
c6d73299f9 chore(helm): update image ghcr.io/linuxserver/sickchill digest to ef681b7 (#37433) 2025-07-12 02:18:45 +02:00
TrueCharts Bot
6167025068 chore(helm): update image ghcr.io/emberstack/kubernetes-reflector 9.1.20 → 9.1.21 (#37439)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/emberstack/kubernetes-reflector](https://redirect.github.com/emberstack/kubernetes-reflector)
| patch | `3f6068f` -> `0110c1f` |

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

---

### Release Notes

<details>
<summary>emberstack/kubernetes-reflector
(ghcr.io/emberstack/kubernetes-reflector)</summary>

###
[`v9.1.21`](https://redirect.github.com/emberstack/kubernetes-reflector/releases/tag/v9.1.21)

[Compare
Source](https://redirect.github.com/emberstack/kubernetes-reflector/compare/v9.1.20...v9.1.21)

The release process is automated.

#### What's Changed

- Bump the all-dependencies group with 7 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/emberstack/kubernetes-reflector/pull/534](https://redirect.github.com/emberstack/kubernetes-reflector/pull/534)4

**Full Changelog**:
https://github.com/emberstack/kubernetes-reflector/compare/v9.1.20...v9.1.21

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-12 02:18:42 +02:00
TrueCharts Bot
48b5a84b6a chore(helm): update image ghcr.io/linuxserver/znc digest to 9dc46a6 (#37434)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/znc](https://redirect.github.com/linuxserver/docker-znc/packages)
([source](https://redirect.github.com/linuxserver/docker-znc)) | digest
| `0e12947` -> `9dc46a6` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-12 02:18:07 +02:00
TrueCharts Bot
8534f67c58 chore(helm): update image docker.io/searxng/searxng digest to 54097e8 (#37431)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `72c187b` -> `54097e8` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-12 02:17:48 +02:00
TrueCharts Bot
ba75e04bc9 chore(helm): update image ghcr.io/linuxserver/medusa digest to fbbdade (#37432) 2025-07-12 02:16:50 +02:00
TrueCharts Bot
dcdee2ff5e chore(helm): update image docker.io/factoriotools/factorio digest to a2c4677 (#37430)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/factoriotools/factorio | digest | `239fab9` -> `a2c4677` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-12 02:16:47 +02:00
TrueCharts Bot
71e0e58488 chore(container): update public.ecr.aws/docker/library/nextcloud docker tag to v31.0.7 (#37437)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final | patch
| `31.0.6-fpm` -> `31.0.7-fpm` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-12 02:10:19 +02:00
TrueCharts Bot
d888b140ae chore(helm): update image ghcr.io/home-operations/theme-park 1.21.1 → 1.21.2 (#37425)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/theme-park](https://ghcr.io/home-operations/theme-park)
([source](https://redirect.github.com/themepark-dev/theme.park)) | patch
| `2d2724d` -> `fd90bc7` |

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

---

### Release Notes

<details>
<summary>themepark-dev/theme.park
(ghcr.io/home-operations/theme-park)</summary>

###
[`v1.21.2`](https://redirect.github.com/themepark-dev/theme.park/releases/tag/1.21.2)

[Compare
Source](https://redirect.github.com/themepark-dev/theme.park/compare/1.21.1...1.21.2)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes

- qBittorrent mod: Validate that the config file exist. Fix for
[#&#8203;684](https://redirect.github.com/themepark-dev/theme.park/issues/684)
- qBittorent base: Remove !important from .dynamicTable th. Fixes
QBittorrent Column Sort Icons vanished
[#&#8203;671](https://redirect.github.com/themepark-dev/theme.park/issues/671)
- servarr base: Remove ProgressBar-purple override. Fix for
[#&#8203;646](https://redirect.github.com/themepark-dev/theme.park/issues/646)

**Full Changelog**:
https://github.com/themepark-dev/theme.park/compare/1.21.1...1.21.2

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-11 20:08:35 +02:00
TrueCharts Bot
1aa59a928e chore(container): update tccr.io/tccr/devcontainer:v2.0.0 docker digest to c327a58 (#37424) 2025-07-11 20:06:01 +02:00
TrueCharts Bot
1c6b6ffc24 chore(flux): update image kube-prometheus-stack 75.9.0 → 75.10.0 (clustertool) (#37428) 2025-07-11 20:05:58 +02:00
TrueCharts Bot
602c546009 chore(flux): update image blocky 18.1.0 → 18.2.0 (clustertool) (#37426) 2025-07-11 20:05:55 +02:00
TrueCharts Bot
a7964c377e chore(flux): update image cert-manager v1.17.2 → v1.18.2 (clustertool) (#37427) 2025-07-11 20:05:52 +02:00
TrueCharts Bot
a89fbebd9c chore(helm): update chart redis 17.0.9 → 17.1.0 (#37423) 2025-07-11 14:41:35 +02:00
TrueCharts Bot
ad94afe5e9 chore(helm): update chart mariadb 16.0.9 → 16.1.0 (#37420) 2025-07-11 14:26:59 +02:00
TrueCharts Bot
a5acc4d2a6 chore(helm): update chart clickhouse 16.0.10 → 16.1.0 (#37419) 2025-07-11 14:26:51 +02:00
TrueCharts Bot
096f713d91 chore(helm): update chart mongodb 16.0.9 → 16.1.0 (#37422) 2025-07-11 14:24:17 +02:00
TrueCharts Bot
4d87de8df0 chore(helm): update chart memcached 16.0.8 → 16.1.0 (#37421)
This PR contains the following updates:

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2025-07-11 14:20:44 +02:00