This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie) | minor | `d872fb5` -> `a00e99a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary> ### [`v3.2.0`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.2.0) [Compare Source](https://redirect.github.com/mealie-recipes/mealie/compare/v3.1.2...v3.2.0) ### 🍴🍴🍴🍴🍴🍴 #### ❗❗❗Important Notice for PWA (Mobile) Users **TL;DR If you use the PWA (most/all mobile users), after upgrading, uninstall your PWA and install the new one** The PWA has been overhauled to meet more modern standards. The old PWA configuration was constrained heavily by the old Nuxt 2 framework, and had several odd quirks and simply didn't work in a lot of instances. The new PWA implementation works much better and should be compatible with all devices which support PWAs (including both iPhone and Android devices). A consequence of this is that the way the app is identified internally has changed, so existing PWA installs won't recognize that there has been an update to the application. In order to continue using the PWA, once you update Mealie, *remove/uninstall* your old PWA and re-install it. #### 🎉 Highlights - New Settings Layout. No more clicking on "settings" when you're looking for the data management page and remembering that it's, - Major performance improvements to the recipe overview page, making it several times more snappy. - Lots of quality of life improvements, including many bugfixes. - Upgrades to the PWA for mobile devices (see more above). #### ✨ New features - feat: group recipe ingredients by section titles [@​felixschndr](https://redirect.github.com/felixschndr) ([#​5864](https://redirect.github.com/mealie-recipes/mealie/issues/5864)) - feat: consolidate settings gui [@​Kuchenpirat](https://redirect.github.com/Kuchenpirat) ([#​6043](https://redirect.github.com/mealie-recipes/mealie/issues/6043)) - feat: Add option to switch sqlite to WAL [@​t0xicCode](https://redirect.github.com/t0xicCode) ([#​6050](https://redirect.github.com/mealie-recipes/mealie/issues/6050)) - feat: Improve first time setup ux [@​p0lycarpio](https://redirect.github.com/p0lycarpio) ([#​6106](https://redirect.github.com/mealie-recipes/mealie/issues/6106)) #### 🐛 Bug fixes - fix: Make String Cleaner More Robust [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6032](https://redirect.github.com/mealie-recipes/mealie/issues/6032)) - fix: Handle missing OIDC groups claim [@​t0xicCode](https://redirect.github.com/t0xicCode) ([#​6054](https://redirect.github.com/mealie-recipes/mealie/issues/6054)) - fix: import from Paprika not importing some images [@​brokeh](https://redirect.github.com/brokeh) ([#​5911](https://redirect.github.com/mealie-recipes/mealie/issues/5911)) - fix: re-ordering of cookbooks [@​RichardVanLeeuwen](https://redirect.github.com/RichardVanLeeuwen) ([#​5975](https://redirect.github.com/mealie-recipes/mealie/issues/5975)) - fix: Fix RecipeLastMade dialog date picker being off by a day [@​lehnerpat](https://redirect.github.com/lehnerpat) ([#​6079](https://redirect.github.com/mealie-recipes/mealie/issues/6079)) - fix: Fix PWA [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6090](https://redirect.github.com/mealie-recipes/mealie/issues/6090)) - fix: Make Frontend Respect TOKEN\_TIME [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6089](https://redirect.github.com/mealie-recipes/mealie/issues/6089)) - fix: Incorrect Usage of $vuetify.display [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6066](https://redirect.github.com/mealie-recipes/mealie/issues/6066)) - fix: set touchless on AppSidebar [@​p0lycarpio](https://redirect.github.com/p0lycarpio) ([#​6092](https://redirect.github.com/mealie-recipes/mealie/issues/6092)) - fix: Shopping list top buttons layout (margin and row wrapping) [@​lehnerpat](https://redirect.github.com/lehnerpat) ([#​6091](https://redirect.github.com/mealie-recipes/mealie/issues/6091)) - fix: Optimize Recipe Favorites/Ratings [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6075](https://redirect.github.com/mealie-recipes/mealie/issues/6075)) - fix: Optimize Recipe Context Menu [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6071](https://redirect.github.com/mealie-recipes/mealie/issues/6071)) - fix: Cookbooks page padding [@​p0lycarpio](https://redirect.github.com/p0lycarpio) ([#​6097](https://redirect.github.com/mealie-recipes/mealie/issues/6097)) - fix: Context Menu Dialogs Not Working [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6108](https://redirect.github.com/mealie-recipes/mealie/issues/6108)) - fix: Missing Locale Dates [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6116](https://redirect.github.com/mealie-recipes/mealie/issues/6116)) - fix: Don't open the sidebar drawer by default on medium screens [@​noxhirsch](https://redirect.github.com/noxhirsch) ([#​6107](https://redirect.github.com/mealie-recipes/mealie/issues/6107)) - fix: Upgrade Vuetify, fix Dev Dependencies, and fix Migration Tree View [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6127](https://redirect.github.com/mealie-recipes/mealie/issues/6127)) - fix: Refactor and Optimize Explore Page Search [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6070](https://redirect.github.com/mealie-recipes/mealie/issues/6070)) - fix: add `breaks` option to markdown rendering, to get old linebreak behaviour [@​fleshgolem](https://redirect.github.com/fleshgolem) ([#​6156](https://redirect.github.com/mealie-recipes/mealie/issues/6156)) - fix: Can't Edit Timeline Events [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6160](https://redirect.github.com/mealie-recipes/mealie/issues/6160)) - fix: Ingredient Parser Drops Units Sometimes [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6150](https://redirect.github.com/mealie-recipes/mealie/issues/6150)) #### 🧰 Maintenance <details> <summary>21 changes</summary> - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6034](https://redirect.github.com/mealie-recipes/mealie/issues/6034)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6049](https://redirect.github.com/mealie-recipes/mealie/issues/6049)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6058](https://redirect.github.com/mealie-recipes/mealie/issues/6058)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6063](https://redirect.github.com/mealie-recipes/mealie/issues/6063)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6067](https://redirect.github.com/mealie-recipes/mealie/issues/6067)) - chore: automatic locale sync [@​github-actions](https://redirect.github.com/github-actions) ([#​6069](https://redirect.github.com/mealie-recipes/mealie/issues/6069)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6073](https://redirect.github.com/mealie-recipes/mealie/issues/6073)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6076](https://redirect.github.com/mealie-recipes/mealie/issues/6076)) - chore(auto): Update pre-commit hooks [@​github-actions](https://redirect.github.com/github-actions) ([#​6077](https://redirect.github.com/mealie-recipes/mealie/issues/6077)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6080](https://redirect.github.com/mealie-recipes/mealie/issues/6080)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6088](https://redirect.github.com/mealie-recipes/mealie/issues/6088)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6093](https://redirect.github.com/mealie-recipes/mealie/issues/6093)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6100](https://redirect.github.com/mealie-recipes/mealie/issues/6100)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6105](https://redirect.github.com/mealie-recipes/mealie/issues/6105)) - chore: automatic locale sync [@​github-actions](https://redirect.github.com/github-actions) ([#​6117](https://redirect.github.com/mealie-recipes/mealie/issues/6117)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6113](https://redirect.github.com/mealie-recipes/mealie/issues/6113)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6123](https://redirect.github.com/mealie-recipes/mealie/issues/6123)) - chore(auto): Update pre-commit hooks [@​github-actions](https://redirect.github.com/github-actions) ([#​6125](https://redirect.github.com/mealie-recipes/mealie/issues/6125)) - chore: Update GitHub Configs [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6135](https://redirect.github.com/mealie-recipes/mealie/issues/6135)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6139](https://redirect.github.com/mealie-recipes/mealie/issues/6139)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6143](https://redirect.github.com/mealie-recipes/mealie/issues/6143)) </details> #### 📚 Documentation - docs(auto): Update image tag, for release v3.1.2 [@​github-actions](https://redirect.github.com/github-actions) ([#​6037](https://redirect.github.com/mealie-recipes/mealie/issues/6037)) - docs: Fix list formatting on 'Features' docs page [@​lehnerpat](https://redirect.github.com/lehnerpat) ([#​6082](https://redirect.github.com/mealie-recipes/mealie/issues/6082)) - docs: Fix install grammar [@​Solrac8080](https://redirect.github.com/Solrac8080) ([#​6118](https://redirect.github.com/mealie-recipes/mealie/issues/6118)) - docs: link to GitHub Release Notes [@​TheMerinoWolf](https://redirect.github.com/TheMerinoWolf) ([#​6122](https://redirect.github.com/mealie-recipes/mealie/issues/6122)) - docs: fix typo starting-dev-server.md [@​HelgeKrueger](https://redirect.github.com/HelgeKrueger) ([#​6142](https://redirect.github.com/mealie-recipes/mealie/issues/6142)) #### 🔨 Internal development - dev: list availlable frontend updates on renovate dependency dashboard [@​Kuchenpirat](https://redirect.github.com/Kuchenpirat) ([#​6130](https://redirect.github.com/mealie-recipes/mealie/issues/6130)) #### ⬆️ Dependency updates <details> <summary>28 changes</summary> - fix(deps): update dependency lxml to v6.0.1 [@​renovate](https://redirect.github.com/renovate) ([#​6011](https://redirect.github.com/mealie-recipes/mealie/issues/6011)) - fix(deps): update dependency openai to v1.102.0 [@​renovate](https://redirect.github.com/renovate) ([#​6042](https://redirect.github.com/mealie-recipes/mealie/issues/6042)) - fix(deps): update dependency orjson to v3.11.3 [@​renovate](https://redirect.github.com/renovate) ([#​6041](https://redirect.github.com/mealie-recipes/mealie/issues/6041)) - fix(deps): update dependency typing-extensions to v4.15.0 [@​renovate](https://redirect.github.com/renovate) ([#​6035](https://redirect.github.com/mealie-recipes/mealie/issues/6035)) - fix(deps): update dependency beautifulsoup4 to v4.13.5 [@​renovate](https://redirect.github.com/renovate) ([#​6026](https://redirect.github.com/mealie-recipes/mealie/issues/6026)) - fix(deps): update dependency rapidfuzz to v3.14.0 [@​renovate](https://redirect.github.com/renovate) ([#​6044](https://redirect.github.com/mealie-recipes/mealie/issues/6044)) - chore(deps): update dependency coverage to v7.10.5 [@​renovate](https://redirect.github.com/renovate) ([#​6021](https://redirect.github.com/mealie-recipes/mealie/issues/6021)) - fix(deps): update dependency authlib to v1.6.3 [@​renovate](https://redirect.github.com/renovate) ([#​6018](https://redirect.github.com/mealie-recipes/mealie/issues/6018)) - fix(deps): update dependency alembic to v1.16.5 [@​renovate](https://redirect.github.com/renovate) ([#​6048](https://redirect.github.com/mealie-recipes/mealie/issues/6048)) - chore(deps): update dependency ruff to v0.12.11 [@​renovate](https://redirect.github.com/renovate) ([#​6056](https://redirect.github.com/mealie-recipes/mealie/issues/6056)) - chore(deps): update dependency coverage to v7.10.6 [@​renovate](https://redirect.github.com/renovate) ([#​6062](https://redirect.github.com/mealie-recipes/mealie/issues/6062)) - fix(deps): update dependency openai to v1.103.0 [@​renovate](https://redirect.github.com/renovate) ([#​6083](https://redirect.github.com/mealie-recipes/mealie/issues/6083)) - fix(deps): update dependency openai to v1.104.2 [@​renovate](https://redirect.github.com/renovate) ([#​6086](https://redirect.github.com/mealie-recipes/mealie/issues/6086)) - chore(deps): update node.js to [`bfee10f`](https://redirect.github.com/mealie-recipes/mealie/commit/bfee10f) [@​renovate](https://redirect.github.com/renovate) ([#​6095](https://redirect.github.com/mealie-recipes/mealie/issues/6095)) - chore(deps): update node.js to [`d22c0ce`](https://redirect.github.com/mealie-recipes/mealie/commit/d22c0ce) [@​renovate](https://redirect.github.com/renovate) ([#​6096](https://redirect.github.com/mealie-recipes/mealie/issues/6096)) - fix(deps): update dependency openai to v1.105.0 [@​renovate](https://redirect.github.com/renovate) ([#​6094](https://redirect.github.com/mealie-recipes/mealie/issues/6094)) - fix(deps): update dependency openai to v1.106.0 [@​renovate](https://redirect.github.com/renovate) ([#​6099](https://redirect.github.com/mealie-recipes/mealie/issues/6099)) - chore(deps): update dependency pytest to v8.4.2 [@​renovate](https://redirect.github.com/renovate) ([#​6101](https://redirect.github.com/mealie-recipes/mealie/issues/6101)) - chore(deps): update dependency ruff to v0.12.12 [@​renovate](https://redirect.github.com/renovate) ([#​6102](https://redirect.github.com/mealie-recipes/mealie/issues/6102)) - fix(deps): update dependency openai to v1.106.1 [@​renovate](https://redirect.github.com/renovate) ([#​6103](https://redirect.github.com/mealie-recipes/mealie/issues/6103)) - chore(deps): update dependency mkdocs-material to v9.6.19 [@​renovate](https://redirect.github.com/renovate) ([#​6121](https://redirect.github.com/mealie-recipes/mealie/issues/6121)) - chore(config): migrate renovate config [@​renovate](https://redirect.github.com/renovate) ([#​6134](https://redirect.github.com/mealie-recipes/mealie/issues/6134)) - fix(deps): update dependency rapidfuzz to v3.14.1 [@​renovate](https://redirect.github.com/renovate) ([#​6137](https://redirect.github.com/mealie-recipes/mealie/issues/6137)) - fix(deps): update dependency vite to v6.2.7 \[security] [@​renovate](https://redirect.github.com/renovate) ([#​6132](https://redirect.github.com/mealie-recipes/mealie/issues/6132)) - chore(deps): update node.js to [`f3e50c7`](https://redirect.github.com/mealie-recipes/mealie/commit/f3e50c7) [@​renovate](https://redirect.github.com/renovate) ([#​6136](https://redirect.github.com/mealie-recipes/mealie/issues/6136)) - fix(deps): update dependency openai to v1.107.0 [@​renovate](https://redirect.github.com/renovate) ([#​6129](https://redirect.github.com/mealie-recipes/mealie/issues/6129)) - fix(deps): update dependency next-auth to \~4.24.0 \[security] [@​renovate](https://redirect.github.com/renovate) ([#​6133](https://redirect.github.com/mealie-recipes/mealie/issues/6133)) - fix(deps): update dependency axios to v1.12.0 \[security] [@​renovate](https://redirect.github.com/renovate) ([#​6158](https://redirect.github.com/mealie-recipes/mealie/issues/6158)) </details> #### 🙏 New Contributors - [@​t0xicCode](https://redirect.github.com/t0xicCode) made their first contribution in [#​6054](https://redirect.github.com/mealie-recipes/mealie/pull/6054) - [@​brokeh](https://redirect.github.com/brokeh) made their first contribution in [#​5911](https://redirect.github.com/mealie-recipes/mealie/pull/5911) - [@​Solrac8080](https://redirect.github.com/Solrac8080) made their first contribution in [#​6118](https://redirect.github.com/mealie-recipes/mealie/pull/6118) - [@​TheMerinoWolf](https://redirect.github.com/TheMerinoWolf) made their first contribution in [#​6122](https://redirect.github.com/mealie-recipes/mealie/pull/6122) - [@​noxhirsch](https://redirect.github.com/noxhirsch) made their first contribution in [#​6107](https://redirect.github.com/mealie-recipes/mealie/pull/6107) - [@​HelgeKrueger](https://redirect.github.com/HelgeKrueger) made their first contribution in [#​6142](https://redirect.github.com/mealie-recipes/mealie/pull/6142) ### 🍴🍴🍴🍴🍴🍴 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0