chore(helm): update image docker.io/vabene1111/recipes 1.5.35 → 2.0.1 (#38157)

This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

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

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

- **fixed** build to update latest image
- **fixed** removed some debug code
- **updated** some translations

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

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

Tandoor 2 is a complete re-write of Tandoors frontend in [Vue
3](https://vuejs.org/) using [vuetify](https://vuetifyjs.com/en/) as a
UI library. While the core concepts remain unchanged, everything has
been rewritten to be faster, easier to use and better looking.

Generally Tandoor 2

- is a lot **faster** by using more efficient JavaScript and better
component splitting
- **more stable** by using TypeScript and higher quality frontend
modules to prevent annoying and undescriptive errors
- better optimized for **mobile** and smaller devices by having custom
workflows/UI's for certain operations
- **looking better** thanks to the extensive component library combined
with many custom components
- **easy to use and expand** by having a standard framework for the
editors of recipes, foods, meal plans and all other models
- a very **strong foundation** for future development by creating the
framework needed to add new features faster and easier
- fixes lots of smaller and larger bugs from Tandoor 1

Some of the highlights are

- **AI Recipe import** to import text, images and PDF recipes (see
[docs](https://docs.tandoor.dev/system/configuration/#ai-integration))
- A **global search** to search for and open recipes on every page
- A new **start page** to discover recipes and quickly manage meal plans
- The ability to manually add entries to the shopping list linked with
meal plans for better organization/context
- **url bindings** to the search and on some other pages, so navigating
back and forward feels a lot better
- Individual pages for all model edit pages to make them linkable
- Quick edit function for the property editor to make it easier to
identify and fix missing properties or conversions
- Warnings when leaving/closing editors about unsaved changes

#### General Changes & Contributions

While all the changes are to much to write down here are some more
highlights and also a list of contributions that were made in the
alpha/beta phase.

- **added** autocomplete input to shopping lists
- **added** an integrated help system and small help texts on all object
types
- **added** integrated FDC search and import features in both the Food
Editor and the Property Editor
- **added** ability to create shopping categories from shopping line
item dialog
- **added** Ctrl+S Hotkey to all Editors
- **added** supermarket quick selection to shopping list
- **added** the ability to set static root dir via `.env` (thanks to
[wilmardo](https://redirect.github.com/wilmardo)
[#&#8203;3637](https://redirect.github.com/TandoorRecipes/recipes/issues/3637))
- **improved** Ingredient and Step sorting in the recipe editor
- **improved** settings parsing (thanks to
[fliiiix](https://redirect.github.com/fliiiix)
[#&#8203;3161](https://redirect.github.com/TandoorRecipes/recipes/issues/3161))
- **improved** cookbookapp importer (thanks to
[caffeinated-tech](https://redirect.github.com/caffeinated-tech)
[#&#8203;3815](https://redirect.github.com/TandoorRecipes/recipes/issues/3815))
- **improved** Tandoor 2 editor title bar (thanks to
[SlickMoose](https://redirect.github.com/SlickMoose)
[#&#8203;3822](https://redirect.github.com/TandoorRecipes/recipes/issues/3822))
- **improved** timer finished time rendering (thanks to
[mkieledunsche](https://redirect.github.com/mkieledunsche)
[#&#8203;3778](https://redirect.github.com/TandoorRecipes/recipes/issues/3778))
- **improved** cookbookapp importer (thanks to
[caffeinated-tech](https://redirect.github.com/caffeinated-tech)
[#&#8203;3815](https://redirect.github.com/TandoorRecipes/recipes/issues/3815))
- **fixed** home assistant connector not working in some cases (thanks
to [@&#8203;mikhail5555](https://redirect.github.com/mikhail5555)
[#&#8203;3724](https://redirect.github.com/TandoorRecipes/recipes/issues/3724))
- **fixed** edge case where file metadata was not stripped form images
- **fixed** never unit automation not working
[#&#8203;3819](https://redirect.github.com/TandoorRecipes/recipes/issues/3819)

#### 🌐 API Changes

- **added** API endpoint for all missing models that previously did not
have an API (storages, connectors, ...)
- **added** improved ical endpoint on meal plan api (thanks to
[c0mputerguru](https://redirect.github.com/c0mputerguru)
[#&#8203;3038](https://redirect.github.com/TandoorRecipes/recipes/issues/3038))
- **changed** revisited all API endpoints and added universal
pagination, schemas and test/documentation improvements (thanks to
[@&#8203;smilerz](https://redirect.github.com/smilerz)
[#&#8203;3068](https://redirect.github.com/TandoorRecipes/recipes/issues/3068)
[#&#8203;3123](https://redirect.github.com/TandoorRecipes/recipes/issues/3123)
[#&#8203;3126](https://redirect.github.com/TandoorRecipes/recipes/issues/3126)
[#&#8203;3143](https://redirect.github.com/TandoorRecipes/recipes/issues/3143))
- **changed** renamed API endpoints `food-property` and
`food-property-type` to `property` and `property-type` (thanks to
[@&#8203;smilerz](https://redirect.github.com/smilerz)
[#&#8203;3131](https://redirect.github.com/TandoorRecipes/recipes/issues/3131))
- **changed** API endpoints `/space/`
  - `/space/` now returns all spaces a user has access to
  - `/space/current/` returns the currently active space info
  - `created_by` no returned as object not user id
- **changed** Recipe API endpoint to use default formats instead of
prefixed ones to indicate >= or <=
- affected parameters: rating, timescooked, createdon, updatedon,
cookedon, viewedon
- **changed** `last_autosync` parameter of ShoppingListEntry endpoint is
now `updated_after`
- **changed** ingredient from string api to return food and unit as
objects and create them if not present
- **removed** old log\_cooking, plan-ical and backup API endpoints
(thanks to [@&#8203;smilerz](https://redirect.github.com/smilerz)
[#&#8203;3123](https://redirect.github.com/TandoorRecipes/recipes/issues/3123))
- **removed** some special/duplicate parameters from ShoppingListEntry
endpoint
- various other smaller changes and additions to filters and response
fields

#### ℹ️ Compatibility Note

This release of Tandoor 2 does not have any changes to the database.
This means it is possible to switch between Tandoor 1 (docker tag
`tandoor-1`) and Tandoor 2 freely at any point. This will likely stay
this way until Version 2 is stable.

There are some minor incompatibilities to note:

- loading a Tandoor 1 saved search filter and saving it in Tandoor 2 to
then again load and use it in Tandoor 1 might lead to unexpected
results. If the filter is just used in Tandoor 2 but not saved nothing
changes.
- Tandoor now has an integrated nginx service you can switch to, more
information can be found here:
[#&#8203;3851](https://redirect.github.com/TandoorRecipes/recipes/issues/3851)
- API Changes mentioned above
- There are no longer docker images for `arm/v7` at this point. It is
simply too much work for me to maintain a working build for this
platform at the moment. This might change in the future and you are
still free to build your own image.

#### ❤️ Support Tandoor

The development of Tandoor 2 started in January of 2024. Since then
hundreds if not thousands of hours of work have been put into building
the foundation for Tandoors future. Besides some small contributions
this has exclusively been done by myself in my spare time.

It is always hard for me to divide my time between my job that keeps the
lights on, my family, serving as a voluntary firefighter and Tandoor,
but the countless heart-warming stories of people using Tandoor have
always motivated me to continue this project. If you want to help in
supporting this undertaking consider
[sponsoring](https://redirect.github.com/sponsors/vabene1111) this
project.

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
This commit is contained in:
TrueCharts Bot
2025-08-09 19:23:47 +02:00
committed by GitHub
parent 48f0504beb
commit bf00abfe06
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.5.35
appVersion: 2.0.1
dependencies:
- name: common
version: 28.15.1
@@ -37,5 +37,5 @@ sources:
- https://github.com/vabene1111/recipes
- https://hub.docker.com/r/vabene1111/recipes
type: application
version: 19.2.1
version: 20.0.0

View File

@@ -1,7 +1,7 @@
image:
repository: docker.io/vabene1111/recipes
pullPolicy: IfNotPresent
tag: 1.5.35@sha256:188da7487f777101c6abe996284df7966d9dd58c9b676447d5f880a5268a4393
tag: 2.0.1@sha256:b95f7b3e3df000cd39a152be0ddff7139c6d7c5f59cd306f325da44c50a81d05
securityContext:
container:
readOnlyRootFilesystem: false