chore(deps): update container image vabene1111/recipes to v1.5.18@e5f1287 by renovate (#24134)
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 <details> <summary>TandoorRecipes/recipes (vabene1111/recipes)</summary> ### [`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 `<!DOCTYPE html>` 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. </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
c2dbb16ef2
commit
0401d0a3de
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue