From 4420ca6e973a23d215a8700182b2518df1e52edd Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 2 Apr 2026 12:18:39 +0200 Subject: [PATCH] =?UTF-8?q?fix(tandoor-recipes):=20update=20image=20ghcr.i?= =?UTF-8?q?o/tandoorrecipes/recipes=202.6.1=20=E2=86=92=202.6.2=20(#46680)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tandoorrecipes/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `22a9302` → `96708d9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
TandoorRecipes/recipes (ghcr.io/tandoorrecipes/recipes) ### [`v2.6.2`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.6.2): 2.6.3 [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.6.1...2.6.2) - **fixed** issue in migration deleting meal plan entries [#​4570](https://redirect.github.com/TandoorRecipes/recipes/issues/4570) If you had previously migrated to 2.6.0 or 2.6.1 **and** multiple users had meal plans that had the same name **and** all created meal plans those from some of these users might have been deleted by the migration. There are two paths to recover the old meal plans should they be relevant to you: 1. Load a pre 2.6.0 backup, update to 2.6.3 and everything works again 2. Clear the `cookbook_mealplan` and `cookbook_mealtype` tables and load their content from a backup. Check if `cookbook_mealtype` contains duplicate names and if so update all mealplans to one of them and delete the duplicates. After that everything should work again.
--- ### 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 227cfcc0ea1..507e8b7992c 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -8,7 +8,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2.6.1 +appVersion: 2.6.2 dependencies: - name: common version: 29.0.10 @@ -37,5 +37,5 @@ sources: - https://github.com/TandoorRecipes/recipes/pkgs/container/recipes - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tandoor-recipes type: application -version: 21.1.2 +version: 21.1.3 diff --git a/charts/stable/tandoor-recipes/values.yaml b/charts/stable/tandoor-recipes/values.yaml index 53b436f3e05..9dea7e0b0c4 100644 --- a/charts/stable/tandoor-recipes/values.yaml +++ b/charts/stable/tandoor-recipes/values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/tandoorrecipes/recipes pullPolicy: IfNotPresent - tag: 2.6.1@sha256:22a93021d14c1f4b0f7a3eebac22f3cddba4328b7a43861630881a4008d09d8d + tag: 2.6.2@sha256:96708d9df195457b3194fcfde2aa4a814f3fe28cbb90d0045789555d0d1e8da6 securityContext: container: readOnlyRootFilesystem: false