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 [@&#8203;smilerz](https://togithub.com/smilerz)
[#&#8203;3102](https://togithub.com/TandoorRecipes/recipes/issues/3102))
- **improved** rounding in properties view (thanks to
[Manon-ds](https://togithub.com/Manon-ds)
[#&#8203;3095](https://togithub.com/TandoorRecipes/recipes/issues/3095))
- **improved** nextcloud importer handling special `##` (subheader)
ingredients (thanks to [@&#8203;ellezhu1](https://togithub.com/ellezhu1)
[#&#8203;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
[@&#8203;ellezhu1](https://togithub.com/ellezhu1)
[#&#8203;3120](https://togithub.com/TandoorRecipes/recipes/issues/3120)
[#&#8203;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)
[#&#8203;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
[#&#8203;3125](https://togithub.com/TandoorRecipes/recipes/issues/3125)
- **fixed** error in step admin
[#&#8203;3192](https://togithub.com/TandoorRecipes/recipes/issues/3192)
(thanks to [@&#8203;smilerz](https://togithub.com/smilerz) )
- **updated** to recipe scrapers v15 logic (thanks to
[@&#8203;smilerz](https://togithub.com/smilerz)
[#&#8203;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)
[#&#8203;3149](https://togithub.com/TandoorRecipes/recipes/issues/3149)
[#&#8203;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:
TrueCharts Bot 2024-07-24 15:45:40 +02:00 committed by GitHub
parent c2dbb16ef2
commit 0401d0a3de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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