From b3bfa44527b7e17eff5a47ef9435aef8ea5e2811 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 18 Sep 2025 18:57:36 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/vaben?= =?UTF-8?q?e1111/recipes=202.2.0=20=E2=86=92=202.2.1=20(#39710)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vabene1111/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `7a44db3` -> `fec585c` | --- > [!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
TandoorRecipes/recipes (docker.io/vabene1111/recipes) ### [`v2.2.1`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.2.1) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.2.0...2.2.1) - **added** new user wizard to import open data and setup space - **added** Mealie 1.0 importer (including Shopping lists, Meal plans, Supermarket Categories, ...) [#​2456](https://redirect.github.com/TandoorRecipes/recipes/issues/2456) - **improved** layout of start page with no recipes - **improved** moved space settings to database page - **improved** special character parser for certain recipe websites - **improved** start page layout with only small amounts of recipes - **improved** layout of AI Provider selection during import on mobile - **improved** clickable area in shopping line item - **improved** optimized ingredient api endpoint speed [#​4034](https://redirect.github.com/TandoorRecipes/recipes/issues/4034) - **improved** allow creating keywords during import - **improved** increased meal plan entry size on large displays [#​4010](https://redirect.github.com/TandoorRecipes/recipes/issues/4010) - **changed** InviteLink api, removed `unused` parameter, return only unused by default, added `used` parameter to return also used links - **fixed** shopping line item not displaying amount 1 even if unit is present [#​4030](https://redirect.github.com/TandoorRecipes/recipes/issues/4030) - **fixed** food properties showing by default even if none are present - **fixed** invite links not working [#​4047](https://redirect.github.com/TandoorRecipes/recipes/issues/4047) - **fixed** ingredients without amount not being displayed in steps overview [#​4038](https://redirect.github.com/TandoorRecipes/recipes/issues/4038) - **fixed** comment text cut off when long [#​4033](https://redirect.github.com/TandoorRecipes/recipes/issues/4033) - **fixed** comment form not resetting - **fixed** comment vertical scrollbar appearing - **updated** lots of dependencies including Django to 5.x.x
--- ### 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. --- - [ ] 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). --- charts/stable/tandoor-recipes/Chart.yaml | 4 ++-- charts/stable/tandoor-recipes/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml index afc01f5b395..a86c3013751 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.2.0 +appVersion: 2.2.1 dependencies: - name: common version: 28.18.0 @@ -38,5 +38,5 @@ sources: - https://github.com/vabene1111/recipes - https://hub.docker.com/r/vabene1111/recipes type: application -version: 20.5.0 +version: 20.5.1 diff --git a/charts/stable/tandoor-recipes/values.yaml b/charts/stable/tandoor-recipes/values.yaml index f13d2a5ae42..d951b5e8889 100644 --- a/charts/stable/tandoor-recipes/values.yaml +++ b/charts/stable/tandoor-recipes/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/vabene1111/recipes pullPolicy: IfNotPresent - tag: 2.2.0@sha256:7a44db382e5df961878a93ad10113d84a1d913419a0811439e27b790854eeade + tag: 2.2.1@sha256:fec585c765c6643344724d1255f075f12ce3c2d38ea7051f599e09f10d5b7ddd securityContext: container: readOnlyRootFilesystem: false