feat(container)!: Update image ghcr.io/mealie-recipes/mealie to v2 #465

Merged
SeanOMik merged 1 commits from renovate/ghcr.io-mealie-recipes-mealie-2.x into main 2024-11-01 20:38:13 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/mealie-recipes/mealie major v1.12.0 -> v2.1.0

Release Notes

mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)

v2.1.0: - Quality of Life!

Compare Source

🍴🍴🍴🍴🍴🍴

A reminder that in our v2.0.0 release notes, we highlighted a survey we're keen on your input in. If you've not yet had a chance to do so, the link is https://s.surveyplanet.com/00x4a2o0
We'll aim to share the results in November.

🎉 Highlights

  • Lots of minor fixes and QoL improvements

  • Recipe instructions steps can now be renamed, e.g. instead of "Step 1" you could name it "Make Sauce". Just click on the default title when in edit mode and enter your new title; clear the custom value to revert to default

New features

🐛 Bug fixes

🧰 Maintenance

7 changes

📚 Documentation

🔨 Internal development

⬆️ Dependency updates

8 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v2.0.0: - Households and much more!

Compare Source

🍴🍴🍴🍴🍴🍴

We've got some big changes here as part of our v2.0 release!

Before getting into that, we wanted to take this milestone occasion to ask for your support in taking a few minutes to complete a survey that will help us gauge how our users actually use Mealie. We have no telemetry of any kind built into the product, so without your input we don't really know how you use it!
You can complete the survey at https://s.surveyplanet.com/00x4a2o0
We'd be very appreciative of your time.

Moving onto the main event.. please do read the whole list of changes!

🎉 Highlights

🏡 Households

The introduction of Households is one of Mealie's most requested features and a huge technical change. The implementation of it touched 300+ files and 10k+ lines of code.

A household is a subdivision of groups with a collection of users. While groups can be considered as completely separate instances, households mix their data with each other. Another way to think of a household is a family: your group may contain different families, each with their own shopping lists, meal plans, and recipes.

These previously group-level features now belong to a household:

  • Notifiers
  • Webhooks
  • Cookbooks
  • Recipe Actions
  • Users
  • Shopping Lists
  • Meal Plans and Meal Plan Rules
  • Recipes

Of note, these features are not tied to a household, and are shared amongst households:

  • Organizers (Tags, Categories, Tools)
  • Ingredient Stores (Foods, Units, Labels)

While recipes now belong to their respective households, within a group, all users can browse all recipes from all households. This means you can still favorite, filter, comment, and "make" all recipes within the group. Each household can configure whether or not they want their recipes to be view-only, or be editable by any user from any household. More information in the docs.

Read a detailed explanation in the main pull request, or a bit higher level explanation in the docs.

🔍 Query Filter Builder

Michael has built a new query builder to allow you to more granularly and intelligently setup rules for cookbooks and meal plans.
Read more detail in the pull request.

🛒 Shopping List UI Improvements

The shopping list has received many minor tweaks to make it more user friendly. With more on the way too!

🔐 OpenID Connect

With our v2 release coming up, there was a chance to make some large changes to the OIDC implementation to build on the learnings since its initial implementation. Thanks Carter!

More detail in the pull request and the docs, which includes a migration guide.

🚨 Breaking changes

More details can be found on each PR. Most of these will only be breaking changes for people who are doing custom work with our APIs, and shouldn't impact someone who is just using Mealie as is.

New features

🐛 Bug fixes

🧰 Maintenance

52 changes

📚 Documentation

🔨 Internal development

⬆️ Dependency updates

91 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://github.com/mealie-recipes/mealie) | major | `v1.12.0` -> `v2.1.0` | --- ### Release Notes <details> <summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary> ### [`v2.1.0`](https://github.com/mealie-recipes/mealie/releases/tag/v2.1.0): - Quality of Life! [Compare Source](https://github.com/mealie-recipes/mealie/compare/v2.0.0...v2.1.0) ### 🍴🍴🍴🍴🍴🍴 A reminder that in [our v2.0.0 release notes](https://github.com/mealie-recipes/mealie/releases/tag/v2.0.0), we highlighted a survey we're keen on your input in. If you've not yet had a chance to do so, the link is https://s.surveyplanet.com/00x4a2o0 We'll aim to share the results in November. #### 🎉 Highlights - Lots of minor fixes and QoL improvements - Recipe instructions steps can now be renamed, e.g. instead of "Step 1" you could name it "Make Sauce". Just click on the default title when in edit mode and enter your new title; clear the custom value to revert to default #### ✨ New features - feat: Group and household deletion tooltips [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4414](https://github.com/mealie-recipes/mealie/issues/4414)) - feat: Add summary to recipe instructions [@&#8203;boc-the-git](https://github.com/boc-the-git) ([#&#8203;4410](https://github.com/mealie-recipes/mealie/issues/4410)) - feat: Shopping list UI overhaul - collapsible labels [@&#8203;Wetzel402](https://github.com/Wetzel402) ([#&#8203;4378](https://github.com/mealie-recipes/mealie/issues/4378)) #### 🐛 Bug fixes - fix: Reset Locked Users [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4429](https://github.com/mealie-recipes/mealie/issues/4429)) - fix: Add SMTP Timeout [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4437](https://github.com/mealie-recipes/mealie/issues/4437)) - fix: Remove Unused Transfer Option from Shopping List [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4436](https://github.com/mealie-recipes/mealie/issues/4436)) - fix: Add Touch Delay to Draggable on Touch Pads [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4440](https://github.com/mealie-recipes/mealie/issues/4440)) - fix: Images Using Wrong Content Type [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4441](https://github.com/mealie-recipes/mealie/issues/4441)) - fix: Add cacertfile to client args when provided [@&#8203;cmintey](https://github.com/cmintey) ([#&#8203;4451](https://github.com/mealie-recipes/mealie/issues/4451)) - fix: Drag Delay Only Apply On Touch [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4453](https://github.com/mealie-recipes/mealie/issues/4453)) - fix: Disable Foreign Key Checks During Restore [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4444](https://github.com/mealie-recipes/mealie/issues/4444)) - fix: Random Recipes not choosing from all recipes [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4435](https://github.com/mealie-recipes/mealie/issues/4435)) - fix: recipe scaler throwing error on empty serving size [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4466](https://github.com/mealie-recipes/mealie/issues/4466)) #### 🧰 Maintenance <details> <summary>7 changes</summary> - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4409](https://github.com/mealie-recipes/mealie/issues/4409)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4422](https://github.com/mealie-recipes/mealie/issues/4422)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4432](https://github.com/mealie-recipes/mealie/issues/4432)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4447](https://github.com/mealie-recipes/mealie/issues/4447)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4461](https://github.com/mealie-recipes/mealie/issues/4461)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;4460](https://github.com/mealie-recipes/mealie/issues/4460)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4468](https://github.com/mealie-recipes/mealie/issues/4468)) </details> #### 📚 Documentation - docs(auto): Update image tag, for release v2.0.0 [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;4408](https://github.com/mealie-recipes/mealie/issues/4408)) - docs: Minor typo on backend-config page [@&#8203;damacus](https://github.com/damacus) ([#&#8203;4412](https://github.com/mealie-recipes/mealie/issues/4412)) - docs: properly set site_url for docs [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4442](https://github.com/mealie-recipes/mealie/issues/4442)) - docs: Fix protocol in example URLs [@&#8203;fhemberger](https://github.com/fhemberger) ([#&#8203;4428](https://github.com/mealie-recipes/mealie/issues/4428)) - docs: Swagger/OpenAPI Organization [@&#8203;Choromanski](https://github.com/Choromanski) ([#&#8203;4446](https://github.com/mealie-recipes/mealie/issues/4446)) - docs: Added Missing Refs to Default Household [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4450](https://github.com/mealie-recipes/mealie/issues/4450)) #### 🔨 Internal development - dev: add secondary db to trivy [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4434](https://github.com/mealie-recipes/mealie/issues/4434)) #### ⬆️ Dependency updates <details> <summary>8 changes</summary> - chore(deps): update dependency rich to v13.9.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4416](https://github.com/mealie-recipes/mealie/issues/4416)) - fix(deps): update dependency orjson to v3.10.10 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4417](https://github.com/mealie-recipes/mealie/issues/4417)) - fix(deps): update dependency openai to v1.52.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4418](https://github.com/mealie-recipes/mealie/issues/4418)) - fix(deps): update dependency openai to v1.52.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4431](https://github.com/mealie-recipes/mealie/issues/4431)) - fix(deps): update dependency fastapi to v0.115.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4413](https://github.com/mealie-recipes/mealie/issues/4413)) - chore(deps): update dependency ruff to v0.7.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4438](https://github.com/mealie-recipes/mealie/issues/4438)) - chore(deps): update dependency mypy to v1.13.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4419](https://github.com/mealie-recipes/mealie/issues/4419)) - fix(deps): update dependency rapidfuzz to v3.10.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4439](https://github.com/mealie-recipes/mealie/issues/4439)) </details> #### 🙏 New Contributors - [@&#8203;damacus](https://github.com/damacus) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4412 - [@&#8203;fhemberger](https://github.com/fhemberger) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4428 ### 🍴🍴🍴🍴🍴🍴 ### [`v2.0.0`](https://github.com/mealie-recipes/mealie/releases/tag/v2.0.0): - Households and much more! [Compare Source](https://github.com/mealie-recipes/mealie/compare/v1.12.0...v2.0.0) ### 🍴🍴🍴🍴🍴🍴 We've got some big changes here as part of our v2.0 release! Before getting into that, we wanted to take this milestone occasion to ask for your support in taking a few minutes to complete a survey that will help us gauge how our users actually use Mealie. We have no telemetry of any kind built into the product, so without your input we don't really know how you use it! You can complete the survey at https://s.surveyplanet.com/00x4a2o0 We'd be very appreciative of your time. Moving onto the main event.. please do read the whole list of changes! #### :tada: Highlights ##### :house_with_garden: Households The introduction of Households is one of Mealie's most requested features and a huge technical change. The implementation of it touched 300+ files and 10k+ lines of code. A household is a subdivision of groups with a collection of users. While groups can be considered as completely separate instances, households mix their data with each other. Another way to think of a household is a family: your group may contain different families, each with their own shopping lists, meal plans, and recipes. These previously group-level features now belong to a household: - Notifiers - Webhooks - Cookbooks - Recipe Actions - Users - Shopping Lists - Meal Plans and Meal Plan Rules - Recipes Of note, these features are not tied to a household, and are shared amongst households: - Organizers (Tags, Categories, Tools) - Ingredient Stores (Foods, Units, Labels) While recipes now belong to their respective households, within a *group*, all users can browse all recipes from all households. This means you can still favorite, filter, comment, and "make" all recipes within the group. Each household can configure whether or not they want their recipes to be view-only, or be editable by any user from any household. More information in the docs. Read a detailed explanation in [the main pull request](https://github.com/mealie-recipes/mealie/pull/3970), or a bit higher level explanation in [the docs](https://docs.mealie.io/documentation/getting-started/faq/#how-do-private-groups-households-and-recipes-work). ##### :mag: Query Filter Builder Michael has built a new query builder to allow you to more granularly and intelligently setup rules for cookbooks and meal plans. Read more detail in [the pull request](https://github.com/mealie-recipes/mealie/pull/4346). ##### :shopping_cart: Shopping List UI Improvements The shopping list has received many minor tweaks to make it more user friendly. With more on the way too! ##### :closed_lock_with_key: OpenID Connect With our v2 release coming up, there was a chance to make some large changes to the OIDC implementation to build on the learnings since its initial implementation. Thanks Carter! More detail in the [pull request](https://github.com/mealie-recipes/mealie/pull/4254) and [the docs](https://docs.mealie.io/documentation/getting-started/authentication/oidc-v2/#migration-from-mealie-v1x), which includes a migration guide. #### 🚨 Breaking changes More details can be found on each PR. Most of these will only be breaking changes for people who are doing custom work with our APIs, and shouldn't impact someone who is just using Mealie as is. - feat: Add Households to Mealie [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;3970](https://github.com/mealie-recipes/mealie/issues/3970)) - feat: Added feature to limit mealplan data by date range [@&#8203;vshulcz](https://github.com/vshulcz) ([#&#8203;4111](https://github.com/mealie-recipes/mealie/issues/4111)) - feat: Use Backend for Recipe Post Actions [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4163](https://github.com/mealie-recipes/mealie/issues/4163)) - feat: Create Recipe From HTML or JSON [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4274](https://github.com/mealie-recipes/mealie/issues/4274)) - feat: Add OIDC_CLIENT_SECRET and other changes for v2 [@&#8203;cmintey](https://github.com/cmintey) ([#&#8203;4254](https://github.com/mealie-recipes/mealie/issues/4254)) - feat: User Tooltip [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4319](https://github.com/mealie-recipes/mealie/issues/4319)) - feat: Query Filter Builder for Cookbooks and Meal Plans [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4346](https://github.com/mealie-recipes/mealie/issues/4346)) #### ✨ New features - feat: Change OpenAI Image Format to JPG [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4117](https://github.com/mealie-recipes/mealie/issues/4117)) - feat: Cross-Household Recipes [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4089](https://github.com/mealie-recipes/mealie/issues/4089)) - feat: Reorder ShoppingListItemEditor [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4200](https://github.com/mealie-recipes/mealie/issues/4200)) - feat: Use Backend for Recipe Post Actions [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4163](https://github.com/mealie-recipes/mealie/issues/4163)) - feat: Allow Cookbooks To Share Names [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4186](https://github.com/mealie-recipes/mealie/issues/4186)) - feat: Additional Household Permissions [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4158](https://github.com/mealie-recipes/mealie/issues/4158)) - feat: Shopping list UI overhaul - increase list item width [@&#8203;Wetzel402](https://github.com/Wetzel402) ([#&#8203;4237](https://github.com/mealie-recipes/mealie/issues/4237)) - feat: Shopping list UI overhaul - label sorted by default [@&#8203;Wetzel402](https://github.com/Wetzel402) ([#&#8203;4238](https://github.com/mealie-recipes/mealie/issues/4238)) - feat: Filter Recipes By Household (and a ton of bug fixes) [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4207](https://github.com/mealie-recipes/mealie/issues/4207)) - feat: OpenAI Custom Headers/Params and Debug Page [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4227](https://github.com/mealie-recipes/mealie/issues/4227)) - feat: Shopping list UI overhaul - add label headings per category [@&#8203;Wetzel402](https://github.com/Wetzel402) ([#&#8203;4235](https://github.com/mealie-recipes/mealie/issues/4235)) - feat: sort labels by name,asc in shopping lists [@&#8203;seamuslowry](https://github.com/seamuslowry) ([#&#8203;4253](https://github.com/mealie-recipes/mealie/issues/4253)) - feat: add regex to url before scraping [@&#8203;jlssmt](https://github.com/jlssmt) ([#&#8203;4174](https://github.com/mealie-recipes/mealie/issues/4174)) - feat: Add Household Filter to Meal Plan Rules [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4231](https://github.com/mealie-recipes/mealie/issues/4231)) - feat: Shopping list UI overhaul - add wakelock [@&#8203;Wetzel402](https://github.com/Wetzel402) ([#&#8203;4236](https://github.com/mealie-recipes/mealie/issues/4236)) - feat: Create Recipe From HTML or JSON [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4274](https://github.com/mealie-recipes/mealie/issues/4274)) - feat: refactor recipe scaling [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4298](https://github.com/mealie-recipes/mealie/issues/4298)) - feat: Add OIDC_CLIENT_SECRET and other changes for v2 [@&#8203;cmintey](https://github.com/cmintey) ([#&#8203;4254](https://github.com/mealie-recipes/mealie/issues/4254)) - feat: Add image source label to dockerfiles [@&#8203;wuast94](https://github.com/wuast94) ([#&#8203;4331](https://github.com/mealie-recipes/mealie/issues/4331)) - feat: Added support for plural_name for foods [@&#8203;Choromanski](https://github.com/Choromanski) ([#&#8203;4305](https://github.com/mealie-recipes/mealie/issues/4305)) - feat: User Tooltip [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4319](https://github.com/mealie-recipes/mealie/issues/4319)) - feat: adding the rest ofthe nutrition properties from schema.org [@&#8203;tjb1982](https://github.com/tjb1982) ([#&#8203;4301](https://github.com/mealie-recipes/mealie/issues/4301)) - feat: Query Filter Builder for Cookbooks and Meal Plans [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4346](https://github.com/mealie-recipes/mealie/issues/4346)) - feat: Change Recipe Owner [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4355](https://github.com/mealie-recipes/mealie/issues/4355)) #### 🐛 Bug fixes - fix: removed version line from docker compose yml files [@&#8203;volumedata21](https://github.com/volumedata21) ([#&#8203;4072](https://github.com/mealie-recipes/mealie/issues/4072)) - fix: Recipe with a single 'space' as the title returns "404 page not found" [@&#8203;Sacharr](https://github.com/Sacharr) ([#&#8203;4065](https://github.com/mealie-recipes/mealie/issues/4065)) - fix: Image height in home screen mobile format [@&#8203;p0lycarpio](https://github.com/p0lycarpio) ([#&#8203;4088](https://github.com/mealie-recipes/mealie/issues/4088)) - fix: PWA respects orientation lock [@&#8203;Choromanski](https://github.com/Choromanski) ([#&#8203;4143](https://github.com/mealie-recipes/mealie/issues/4143)) - fix: Tweak recipe card height to be consistent [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4150](https://github.com/mealie-recipes/mealie/issues/4150)) - fix: Broken Social Preview Links [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4183](https://github.com/mealie-recipes/mealie/issues/4183)) - fix: revert shopping list items - increased width [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4241](https://github.com/mealie-recipes/mealie/issues/4241)) - fix: Exclude additional sensitive information from mealie logs [@&#8203;bigcat2014](https://github.com/bigcat2014) ([#&#8203;4218](https://github.com/mealie-recipes/mealie/issues/4218)) - fix: Hide rating on notes [@&#8203;boc-the-git](https://github.com/boc-the-git) ([#&#8203;4278](https://github.com/mealie-recipes/mealie/issues/4278)) - fix: scrape images as list [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4293](https://github.com/mealie-recipes/mealie/issues/4293)) - fix: Shopping List Label Text Color [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4302](https://github.com/mealie-recipes/mealie/issues/4302)) - fix: Strip Timezone from Timestamps in DB [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4310](https://github.com/mealie-recipes/mealie/issues/4310)) - fix: recipe scaling [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4324](https://github.com/mealie-recipes/mealie/issues/4324)) - fix: user creation without username or fullName [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4337](https://github.com/mealie-recipes/mealie/issues/4337)) - fix: Fix Locked User Reset [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4342](https://github.com/mealie-recipes/mealie/issues/4342)) - fix: More Fault Tolerance with OpenAI Schemas [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4328](https://github.com/mealie-recipes/mealie/issues/4328)) - fix: Handle Data With Invalid User [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4325](https://github.com/mealie-recipes/mealie/issues/4325)) - fix: Prevent Bad Cookbook Names [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4364](https://github.com/mealie-recipes/mealie/issues/4364)) - fix: Prevent login via credentials when Auth Method is Mealie [@&#8203;cmintey](https://github.com/cmintey) ([#&#8203;4370](https://github.com/mealie-recipes/mealie/issues/4370)) - fix: Good data being deleted upon restore [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4376](https://github.com/mealie-recipes/mealie/issues/4376)) - fix: Mealplans Disappearing/Can't be edited [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4379](https://github.com/mealie-recipes/mealie/issues/4379)) - fix: Bulk Update Owner Removes Some Recipe Data [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4393](https://github.com/mealie-recipes/mealie/issues/4393)) #### 🧰 Maintenance <details> <summary>52 changes</summary> - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4068](https://github.com/mealie-recipes/mealie/issues/4068)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4076](https://github.com/mealie-recipes/mealie/issues/4076)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4087](https://github.com/mealie-recipes/mealie/issues/4087)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4090](https://github.com/mealie-recipes/mealie/issues/4090)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4098](https://github.com/mealie-recipes/mealie/issues/4098)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4104](https://github.com/mealie-recipes/mealie/issues/4104)) - fix(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;4101](https://github.com/mealie-recipes/mealie/issues/4101)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4113](https://github.com/mealie-recipes/mealie/issues/4113)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4115](https://github.com/mealie-recipes/mealie/issues/4115)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4121](https://github.com/mealie-recipes/mealie/issues/4121)) - fix: Update Task Template for V2 [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4078](https://github.com/mealie-recipes/mealie/issues/4078)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4127](https://github.com/mealie-recipes/mealie/issues/4127)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4132](https://github.com/mealie-recipes/mealie/issues/4132)) - fix(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;4138](https://github.com/mealie-recipes/mealie/issues/4138)) - feat: Automate release drafting [@&#8203;boc-the-git](https://github.com/boc-the-git) ([#&#8203;4147](https://github.com/mealie-recipes/mealie/issues/4147)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4145](https://github.com/mealie-recipes/mealie/issues/4145)) - chore: Set 'chore' label on PR [@&#8203;boc-the-git](https://github.com/boc-the-git) ([#&#8203;4154](https://github.com/mealie-recipes/mealie/issues/4154)) - chore: Set "documentation" label on PR [@&#8203;boc-the-git](https://github.com/boc-the-git) ([#&#8203;4153](https://github.com/mealie-recipes/mealie/issues/4153)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4171](https://github.com/mealie-recipes/mealie/issues/4171)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4176](https://github.com/mealie-recipes/mealie/issues/4176)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;4179](https://github.com/mealie-recipes/mealie/issues/4179)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4181](https://github.com/mealie-recipes/mealie/issues/4181)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4201](https://github.com/mealie-recipes/mealie/issues/4201)) - fix(deps): Update dependencies for Python 3.12 [@&#8203;chishm](https://github.com/chishm) ([#&#8203;4204](https://github.com/mealie-recipes/mealie/issues/4204)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;4213](https://github.com/mealie-recipes/mealie/issues/4213)) - chore: Improve Alembic Migration Generation [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4192](https://github.com/mealie-recipes/mealie/issues/4192)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4230](https://github.com/mealie-recipes/mealie/issues/4230)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4233](https://github.com/mealie-recipes/mealie/issues/4233)) - chore: Optimize Loads on Queries [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4220](https://github.com/mealie-recipes/mealie/issues/4220)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4256](https://github.com/mealie-recipes/mealie/issues/4256)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;4255](https://github.com/mealie-recipes/mealie/issues/4255)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4264](https://github.com/mealie-recipes/mealie/issues/4264)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4268](https://github.com/mealie-recipes/mealie/issues/4268)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4271](https://github.com/mealie-recipes/mealie/issues/4271)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4280](https://github.com/mealie-recipes/mealie/issues/4280)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4289](https://github.com/mealie-recipes/mealie/issues/4289)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;4285](https://github.com/mealie-recipes/mealie/issues/4285)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4300](https://github.com/mealie-recipes/mealie/issues/4300)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4308](https://github.com/mealie-recipes/mealie/issues/4308)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4317](https://github.com/mealie-recipes/mealie/issues/4317)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;4321](https://github.com/mealie-recipes/mealie/issues/4321)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4344](https://github.com/mealie-recipes/mealie/issues/4344)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4351](https://github.com/mealie-recipes/mealie/issues/4351)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4356](https://github.com/mealie-recipes/mealie/issues/4356)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4360](https://github.com/mealie-recipes/mealie/issues/4360)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4371](https://github.com/mealie-recipes/mealie/issues/4371)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4382](https://github.com/mealie-recipes/mealie/issues/4382)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4387](https://github.com/mealie-recipes/mealie/issues/4387)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4389](https://github.com/mealie-recipes/mealie/issues/4389)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4397](https://github.com/mealie-recipes/mealie/issues/4397)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;4405](https://github.com/mealie-recipes/mealie/issues/4405)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;4406](https://github.com/mealie-recipes/mealie/issues/4406)) </details> #### 📚 Documentation - docs(auto): Update image tag, for release v1.12.0 [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;4064](https://github.com/mealie-recipes/mealie/issues/4064)) - docs: Tidy unicorn workers description [@&#8203;boc-the-git](https://github.com/boc-the-git) ([#&#8203;4095](https://github.com/mealie-recipes/mealie/issues/4095)) - fix: Docs Reference Old Build [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4096](https://github.com/mealie-recipes/mealie/issues/4096)) - docs: Update ghcr pulls badge endpoint [@&#8203;ipitio](https://github.com/ipitio) ([#&#8203;4124](https://github.com/mealie-recipes/mealie/issues/4124)) - docs: OpenAI Documentation [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4165](https://github.com/mealie-recipes/mealie/issues/4165)) - docs: Added OpenAI Page to mkdocs [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4167](https://github.com/mealie-recipes/mealie/issues/4167)) - docs: add keep screen alive entry [@&#8203;paaff](https://github.com/paaff) ([#&#8203;4116](https://github.com/mealie-recipes/mealie/issues/4116)) - docs: Fix OpenAI docs link [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4168](https://github.com/mealie-recipes/mealie/issues/4168)) - docs: boolean value in docker-compose examples not deserializable in env variables [@&#8203;ursuscamp](https://github.com/ursuscamp) ([#&#8203;4130](https://github.com/mealie-recipes/mealie/issues/4130)) - docs: Update Docs for Households [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4266](https://github.com/mealie-recipes/mealie/issues/4266)) - docs: add note on recipe scaling to docs [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4287](https://github.com/mealie-recipes/mealie/issues/4287)) - docs: Fix Formatting [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4309](https://github.com/mealie-recipes/mealie/issues/4309)) - docs: Update rest call for home assistant [@&#8203;PurelyNicole](https://github.com/PurelyNicole) ([#&#8203;4341](https://github.com/mealie-recipes/mealie/issues/4341)) - docs: update oidc-v2.md [@&#8203;dasunsrule32](https://github.com/dasunsrule32) ([#&#8203;4347](https://github.com/mealie-recipes/mealie/issues/4347)) - docs: removed TRACE log level from backend-config.md [@&#8203;besque](https://github.com/besque) ([#&#8203;4381](https://github.com/mealie-recipes/mealie/issues/4381)) #### 🔨 Internal development - dev: Add autolabeler functionality for PRs [@&#8203;boc-the-git](https://github.com/boc-the-git) ([#&#8203;4188](https://github.com/mealie-recipes/mealie/issues/4188)) - dev: Change autolabeler regex to include : [@&#8203;boc-the-git](https://github.com/boc-the-git) ([#&#8203;4196](https://github.com/mealie-recipes/mealie/issues/4196)) - dev: add setting to fix mypy pydantic warning on vs code dev container setup [@&#8203;tjb1982](https://github.com/tjb1982) ([#&#8203;4292](https://github.com/mealie-recipes/mealie/issues/4292)) - dev: fix GH Actions node deprecation [@&#8203;Choromanski](https://github.com/Choromanski) ([#&#8203;4306](https://github.com/mealie-recipes/mealie/issues/4306)) - dev: cancel running pull request jobs on new push [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4339](https://github.com/mealie-recipes/mealie/issues/4339)) - dev: add internal dev section to release notes [@&#8203;Kuchenpirat](https://github.com/Kuchenpirat) ([#&#8203;4390](https://github.com/mealie-recipes/mealie/issues/4390)) - dev: Add highlights and new contributors to release template [@&#8203;boc-the-git](https://github.com/boc-the-git) ([#&#8203;4391](https://github.com/mealie-recipes/mealie/issues/4391)) - dev: Improve Docs Generation [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;4402](https://github.com/mealie-recipes/mealie/issues/4402)) #### ⬆️ Dependency updates <details> <summary>91 changes</summary> - chore(deps): update dependency pytest-asyncio to ^0.24.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4074](https://github.com/mealie-recipes/mealie/issues/4074)) - chore(deps): update dependency ruff to v0.6.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4075](https://github.com/mealie-recipes/mealie/issues/4075)) - chore(deps): update dependency mkdocs-material to v9.5.33 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4085](https://github.com/mealie-recipes/mealie/issues/4085)) - fix(deps): update dependency recipe-scrapers to v15.1.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4103](https://github.com/mealie-recipes/mealie/issues/4103)) - fix(deps): update dependency fastapi to v0.112.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4092](https://github.com/mealie-recipes/mealie/issues/4092)) - chore(deps): update dependency mypy to v1.11.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4093](https://github.com/mealie-recipes/mealie/issues/4093)) - fix(deps): update dependency authlib to v1.3.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4102](https://github.com/mealie-recipes/mealie/issues/4102)) - chore(deps): update dependency rich to v13.8.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4105](https://github.com/mealie-recipes/mealie/issues/4105)) - fix(deps): update dependency httpx to v0.27.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4112](https://github.com/mealie-recipes/mealie/issues/4112)) - chore(deps): update dependency ruff to v0.6.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4120](https://github.com/mealie-recipes/mealie/issues/4120)) - fix(deps): update dependency openai to v1.43.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4122](https://github.com/mealie-recipes/mealie/issues/4122)) - chore(deps): update dependency pylint to v3.2.7 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4131](https://github.com/mealie-recipes/mealie/issues/4131)) - chore(deps): update dependency mkdocs-material to v9.5.34 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4133](https://github.com/mealie-recipes/mealie/issues/4133)) - fix(deps): update dependency rapidfuzz to v3.9.7 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4142](https://github.com/mealie-recipes/mealie/issues/4142)) - fix(deps): update dependency apprise to v1.9.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4141](https://github.com/mealie-recipes/mealie/issues/4141)) - fix(deps): update dependency sqlalchemy to v2.0.33 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4149](https://github.com/mealie-recipes/mealie/issues/4149)) - fix(deps): update dependency fastapi to v0.112.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4159](https://github.com/mealie-recipes/mealie/issues/4159)) - chore(deps): update dependency ruff to v0.6.4 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4160](https://github.com/mealie-recipes/mealie/issues/4160)) - fix(deps): update dependency fastapi to ^0.113.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4161](https://github.com/mealie-recipes/mealie/issues/4161)) - fix(deps): update dependency pydantic to v2.9.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4162](https://github.com/mealie-recipes/mealie/issues/4162)) - fix(deps): update dependency openai to v1.43.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4164](https://github.com/mealie-recipes/mealie/issues/4164)) - fix(deps): update dependency sqlalchemy to v2.0.34 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4156](https://github.com/mealie-recipes/mealie/issues/4156)) - fix(deps): update dependency fastapi to ^0.114.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4169](https://github.com/mealie-recipes/mealie/issues/4169)) - fix(deps): update dependency openai to v1.44.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4170](https://github.com/mealie-recipes/mealie/issues/4170)) - fix(deps): update dependency pydantic to v2.9.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4180](https://github.com/mealie-recipes/mealie/issues/4180)) - fix(deps): update dependency openai to v1.44.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4185](https://github.com/mealie-recipes/mealie/issues/4185)) - chore(deps): update dependency pytest to v8.3.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4189](https://github.com/mealie-recipes/mealie/issues/4189)) - chore(deps): update dependency rich to v13.8.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4190](https://github.com/mealie-recipes/mealie/issues/4190)) - fix(deps): update dependency pydantic-settings to v2.5.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4191](https://github.com/mealie-recipes/mealie/issues/4191)) - fix(deps): update dependency fastapi to v0.114.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4194](https://github.com/mealie-recipes/mealie/issues/4194)) - fix(deps): update dependency pydantic-settings to v2.5.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4195](https://github.com/mealie-recipes/mealie/issues/4195)) - chore(deps): update dependency pydantic-to-typescript2 to v1.0.6 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4199](https://github.com/mealie-recipes/mealie/issues/4199)) - fix(deps): update dependency openai to v1.45.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4203](https://github.com/mealie-recipes/mealie/issues/4203)) - chore(deps): update dependency ruff to v0.6.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4205](https://github.com/mealie-recipes/mealie/issues/4205)) - fix(deps): update dependency fastapi to v0.114.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4206](https://github.com/mealie-recipes/mealie/issues/4206)) - fix(deps): update dependency sqlalchemy to v2.0.35 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4221](https://github.com/mealie-recipes/mealie/issues/4221)) - fix(deps): update dependency openai to v1.45.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4215](https://github.com/mealie-recipes/mealie/issues/4215)) - fix(deps): update dependency fastapi to ^0.115.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4228](https://github.com/mealie-recipes/mealie/issues/4228)) - fix(deps): update dependency openai to v1.46.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4226](https://github.com/mealie-recipes/mealie/issues/4226)) - fix(deps): update dependency pydantic to v2.9.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4225](https://github.com/mealie-recipes/mealie/issues/4225)) - chore(deps): update dependency mkdocs-material to v9.5.35 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4229](https://github.com/mealie-recipes/mealie/issues/4229)) - fix(deps): update dependency openai to v1.46.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4234](https://github.com/mealie-recipes/mealie/issues/4234)) - chore(deps): update dependency ruff to v0.6.6 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4240](https://github.com/mealie-recipes/mealie/issues/4240)) - chore(deps): update dependency pylint to v3.3.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4243](https://github.com/mealie-recipes/mealie/issues/4243)) - chore(deps): update dependency mkdocs-material to v9.5.36 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4247](https://github.com/mealie-recipes/mealie/issues/4247)) - fix(deps): update dependency openai to v1.47.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4245](https://github.com/mealie-recipes/mealie/issues/4245)) - fix(deps): update dependency python-multipart to ^0.0.10 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4248](https://github.com/mealie-recipes/mealie/issues/4248)) - chore(deps): update dependency ruff to v0.6.7 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4249](https://github.com/mealie-recipes/mealie/issues/4249)) - fix(deps): update dependency rapidfuzz to v3.10.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4257](https://github.com/mealie-recipes/mealie/issues/4257)) - fix(deps): update dependency alembic to v1.13.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4258](https://github.com/mealie-recipes/mealie/issues/4258)) - fix(deps): update dependency openai to v1.47.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4259](https://github.com/mealie-recipes/mealie/issues/4259)) - fix(deps): update dependency tzdata to v2024.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4261](https://github.com/mealie-recipes/mealie/issues/4261)) - chore(deps): update dependency pylint to v3.3.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4265](https://github.com/mealie-recipes/mealie/issues/4265)) - chore(deps): update dependency mkdocs-material to v9.5.37 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4267](https://github.com/mealie-recipes/mealie/issues/4267)) - fix(deps): update dependency openai to v1.48.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4269](https://github.com/mealie-recipes/mealie/issues/4269)) - chore(deps): update dependency mkdocs-material to v9.5.38 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4270](https://github.com/mealie-recipes/mealie/issues/4270)) - fix(deps): update dependency openai to v1.50.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4273](https://github.com/mealie-recipes/mealie/issues/4273)) - chore(deps): update dependency ruff to v0.6.8 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4272](https://github.com/mealie-recipes/mealie/issues/4272)) - fix(deps): update dependency uvicorn to ^0.31.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4277](https://github.com/mealie-recipes/mealie/issues/4277)) - fix(deps): update dependency python-multipart to ^0.0.11 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4281](https://github.com/mealie-recipes/mealie/issues/4281)) - chore(deps): update dependency mkdocs-material to v9.5.39 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4283](https://github.com/mealie-recipes/mealie/issues/4283)) - fix(deps): update dependency python-multipart to ^0.0.12 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4284](https://github.com/mealie-recipes/mealie/issues/4284)) - fix(deps): update dependency openai to v1.51.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4303](https://github.com/mealie-recipes/mealie/issues/4303)) - chore(deps): update dependency rich to v13.9.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4299](https://github.com/mealie-recipes/mealie/issues/4299)) - chore(deps): update dependency rich to v13.9.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4314](https://github.com/mealie-recipes/mealie/issues/4314)) - fix(deps): update dependency recipe-scrapers to v15.2.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4316](https://github.com/mealie-recipes/mealie/issues/4316)) - chore(deps): update dependency ruff to v0.6.9 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4315](https://github.com/mealie-recipes/mealie/issues/4315)) - chore(deps): update dependency pre-commit to v4 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4318](https://github.com/mealie-recipes/mealie/issues/4318)) - fix(deps): update dependency openai to v1.51.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4326](https://github.com/mealie-recipes/mealie/issues/4326)) - fix(deps): update dependency openai to v1.51.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4332](https://github.com/mealie-recipes/mealie/issues/4332)) - chore(deps): update dependency pre-commit to v4.0.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4333](https://github.com/mealie-recipes/mealie/issues/4333)) - chore(deps): update dependency mkdocs-material to v9.5.40 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4345](https://github.com/mealie-recipes/mealie/issues/4345)) - fix(deps): update dependency uvicorn to v0.31.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4343](https://github.com/mealie-recipes/mealie/issues/4343)) - fix(deps): update dependency isodate to ^0.7.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4330](https://github.com/mealie-recipes/mealie/issues/4330)) - chore(deps): update dependency coverage to v7.6.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4338](https://github.com/mealie-recipes/mealie/issues/4338)) - chore(deps): update dependency coverage to v7.6.3 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4359](https://github.com/mealie-recipes/mealie/issues/4359)) - fix(deps): update dependency fastapi to v0.115.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4352](https://github.com/mealie-recipes/mealie/issues/4352)) - chore(deps): update dependency mypy to v1.12.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4362](https://github.com/mealie-recipes/mealie/issues/4362)) - chore(deps): update dependency mkdocs-material to v9.5.41 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4365](https://github.com/mealie-recipes/mealie/issues/4365)) - fix(deps): update dependency pillow to v11 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4366](https://github.com/mealie-recipes/mealie/issues/4366)) - fix(deps): update dependency uvicorn to ^0.32.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4367](https://github.com/mealie-recipes/mealie/issues/4367)) - fix(deps): update dependency sqlalchemy to v2.0.36 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4369](https://github.com/mealie-recipes/mealie/issues/4369)) - fix(deps): update dependency openai to v1.52.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4385](https://github.com/mealie-recipes/mealie/issues/4385)) - chore(deps): update dependency psycopg2-binary to v2.9.10 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4375](https://github.com/mealie-recipes/mealie/issues/4375)) - chore(deps): update dependency ruff to ^0.7.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4384](https://github.com/mealie-recipes/mealie/issues/4384)) - fix(deps): update dependency orjson to v3.10.9 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4394](https://github.com/mealie-recipes/mealie/issues/4394)) - chore(deps): update dependency mypy to v1.12.1 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4395](https://github.com/mealie-recipes/mealie/issues/4395)) - fix(deps): update dependency pillow-heif to ^0.20.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4388](https://github.com/mealie-recipes/mealie/issues/4388)) - fix(deps): update dependency pydantic-settings to v2.6.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4383](https://github.com/mealie-recipes/mealie/issues/4383)) - chore(deps): update dependency mkdocs-material to v9.5.42 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4398](https://github.com/mealie-recipes/mealie/issues/4398)) - chore(deps): update dependency coverage to v7.6.4 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;4403](https://github.com/mealie-recipes/mealie/issues/4403)) </details> #### 🙏 New Contributors - [@&#8203;volumedata21](https://github.com/volumedata21) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4072 - [@&#8203;Sacharr](https://github.com/Sacharr) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4065 - [@&#8203;ipitio](https://github.com/ipitio) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4124 - [@&#8203;paaff](https://github.com/paaff) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4116 - [@&#8203;vshulcz](https://github.com/vshulcz) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4111 - [@&#8203;ursuscamp](https://github.com/ursuscamp) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4130 - [@&#8203;chishm](https://github.com/chishm) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4204 - [@&#8203;Wetzel402](https://github.com/Wetzel402) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4237 - [@&#8203;bigcat2014](https://github.com/bigcat2014) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4218 - [@&#8203;seamuslowry](https://github.com/seamuslowry) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4253 - [@&#8203;jlssmt](https://github.com/jlssmt) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4174 - [@&#8203;tjb1982](https://github.com/tjb1982) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4292 - [@&#8203;wuast94](https://github.com/wuast94) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4331 - [@&#8203;PurelyNicole](https://github.com/PurelyNicole) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4341 - [@&#8203;dasunsrule32](https://github.com/dasunsrule32) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4347 - [@&#8203;besque](https://github.com/besque) made their first contribution in https://github.com/mealie-recipes/mealie/pull/4381 ### 🍴🍴🍴🍴🍴🍴 </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
Renovate added 1 commit 2024-10-22 07:10:17 +00:00
Renovate force-pushed renovate/ghcr.io-mealie-recipes-mealie-2.x from 22786dbe6e to e83e190607 2024-10-30 13:12:19 +00:00 Compare
SeanOMik merged commit 3276d127d3 into main 2024-11-01 20:38:13 +00:00
SeanOMik deleted branch renovate/ghcr.io-mealie-recipes-mealie-2.x 2024-11-01 20:38:13 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: SeanOMik/k3s-cluster#465
No description provided.