From 0401d0a3de214199fe8c7db7fb1f8c10f64ffe64 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 24 Jul 2024 15:45:40 +0200 Subject: [PATCH] chore(deps): update container image vabene1111/recipes to v1.5.18@e5f1287 by renovate (#24134) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vabene1111/recipes](https://togithub.com/TandoorRecipes/recipes) | patch | `1.5.17` -> `1.5.18` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
TandoorRecipes/recipes (vabene1111/recipes) ### [`v1.5.18`](https://togithub.com/TandoorRecipes/recipes/releases/tag/1.5.18) [Compare Source](https://togithub.com/TandoorRecipes/recipes/compare/1.5.17...1.5.18) - **improved** automatic formatting and contribution documentation (thanks to [@​smilerz](https://togithub.com/smilerz) [#​3102](https://togithub.com/TandoorRecipes/recipes/issues/3102)) - **improved** rounding in properties view (thanks to [Manon-ds](https://togithub.com/Manon-ds) [#​3095](https://togithub.com/TandoorRecipes/recipes/issues/3095)) - **improved** nextcloud importer handling special `##` (subheader) ingredients (thanks to [@​ellezhu1](https://togithub.com/ellezhu1) [#​3121](https://togithub.com/TandoorRecipes/recipes/issues/3121)) - **improved** PlantoEat importer, pulls prep and cook time and fixes `Directions:` being parsed as an ingredient (thanks to [@​ellezhu1](https://togithub.com/ellezhu1) [#​3120](https://togithub.com/TandoorRecipes/recipes/issues/3120) [#​3150](https://togithub.com/TandoorRecipes/recipes/issues/3150)) - **improved** default configuration, docs and warning for `ALLOWED_HOSTS` setting (thanks to [ppfeister](https://togithub.com/ppfeister)) - **improved** frontend error handling of the URL function (thanks to [AlD](https://togithub.com/AlD) [#​3204](https://togithub.com/TandoorRecipes/recipes/issues/3204)) - **changed** MealPlans to use Date and Time (instead of only Date) for the start/end \* - **fixed** added missing `` tag [#​3125](https://togithub.com/TandoorRecipes/recipes/issues/3125) - **fixed** error in step admin [#​3192](https://togithub.com/TandoorRecipes/recipes/issues/3192) (thanks to [@​smilerz](https://togithub.com/smilerz) ) - **updated** to recipe scrapers v15 logic (thanks to [@​smilerz](https://togithub.com/smilerz) [#​3109](https://togithub.com/TandoorRecipes/recipes/issues/3109)) - **updated** gunicorn - **improved** removed deprecated `version` attribute from docker compose templates (thanks to [bhagerty](https://togithub.com/bhagerty) [#​3149](https://togithub.com/TandoorRecipes/recipes/issues/3149) [#​3147](https://togithub.com/TandoorRecipes/recipes/issues/3147)) > MealTime DateTime: ⚠️ In some cases where users are in extreme time zone offsets this might lead to old meal plans shifting by one day. Since the server can have users in multiple time zones and doesn't know where they are, this is the best possible solution.
--- ### 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://togithub.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 dc989f3f356..c983247b058 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.5.17 +appVersion: 1.5.18 dependencies: - name: common version: 24.1.5 @@ -34,4 +34,4 @@ sources: - https://github.com/vabene1111/recipes - https://hub.docker.com/r/vabene1111/recipes type: application -version: 18.1.3 +version: 18.1.4 diff --git a/charts/stable/tandoor-recipes/values.yaml b/charts/stable/tandoor-recipes/values.yaml index 64a437f733a..c6561e31e5f 100644 --- a/charts/stable/tandoor-recipes/values.yaml +++ b/charts/stable/tandoor-recipes/values.yaml @@ -1,7 +1,7 @@ image: repository: vabene1111/recipes pullPolicy: IfNotPresent - tag: 1.5.17@sha256:18424a56c1f3e6e0e8b2950fa0d2f042074bcc8e4aed6bcd1847539f28f5b320 + tag: 1.5.18@sha256:e5f1287a5961d455e2239f3e96f05987cb018749d565342d93dc8ccadd2bfd65 securityContext: container: readOnlyRootFilesystem: false