mirror of
https://github.com/truecharts/charts.git
synced 2026-08-09 05:58:55 -03:00
chore(helm): update image docker.io/vabene1111/recipes 2.0.3 → 2.1.0 (#39141)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vabene1111/recipes](https://redirect.github.com/TandoorRecipes/recipes) | minor | `4388fa7` -> `9e3404a` | --- > [!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 <details> <summary>TandoorRecipes/recipes (docker.io/vabene1111/recipes)</summary> ### [`v2.1.0`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.1.0) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.0.3...2.1.0) - **added** option to show the ingredients in the steps overview merged [#​1325](https://redirect.github.com/TandoorRecipes/recipes/issues/1325) - **added** merge and split functions to recipe editor (thanks to [birthdayattack](https://redirect.github.com/birthdayattack) [#​3890](https://redirect.github.com/TandoorRecipes/recipes/issues/3890)) - **added** fuzzy filtering to UnitConversion API and list [#​3967](https://redirect.github.com/TandoorRecipes/recipes/issues/3967) - **added** query bindings to ModelListPage so query/page/pageSize is saved trough navigations - **added** ability to delete file of external recipe - **improved** comments - **migrated** Tandoor 1 comments to new CookLog (activity) [#​3968](https://redirect.github.com/TandoorRecipes/recipes/issues/3968) [#​3920](https://redirect.github.com/TandoorRecipes/recipes/issues/3920) - ⚠️ If you update to this version and go back to Tandoor 1, add a comment there, then go back to Tandoor 2 that comment will not be shown without manually running migration `0223` again - **added** CookLog editor - **improved** design of recipe activity - **changed** made food creation trough model selects case insensitive to avoid duplicates - **imprpved** added .webp support (thanks to [Valinor](https://redirect.github.com/Valinor) [#​3998](https://redirect.github.com/TandoorRecipes/recipes/issues/3998)) - **improved** allow upload of mp4 and mov files (thanks to [dertasiu](https://redirect.github.com/dertasiu) [#​3960](https://redirect.github.com/TandoorRecipes/recipes/issues/3960)) - **improved** import log viewer by making it larger and auto growing - **improved** use food and unit plurals in shopping list - **fixed** MealPlan loading of data when changing selected dates not always working [#​3963](https://redirect.github.com/TandoorRecipes/recipes/issues/3963) - **fixed** MealPlan dialog closing when opened via recipe context menu and changing date - **fixed** ingredient string parser not considering plurals when creating Foods and Units [#​3964](https://redirect.github.com/TandoorRecipes/recipes/issues/3964) - **fixed** pasting ingredients in recipe editor not setting original text [#​3922](https://redirect.github.com/TandoorRecipes/recipes/issues/3922) - **fixed** ingredients without original text not showing globe icon - **fixed** recursion error that could lead to site freezes in some circumstances [#​3860](https://redirect.github.com/TandoorRecipes/recipes/issues/3860) - **fixed** links to pages without permission in shared (unauthenticated) recipe view [#​3974](https://redirect.github.com/TandoorRecipes/recipes/issues/3974) - **fixed** servings scaler sometimes not displayed on mobile [#​3980](https://redirect.github.com/TandoorRecipes/recipes/issues/3980) - **updated** devcontainer to work with new frontend (thanks to [c0mputerguru](https://redirect.github.com/c0mputerguru) [#​3956](https://redirect.github.com/TandoorRecipes/recipes/issues/3956)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.0.3
|
||||
appVersion: 2.1.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.16.5
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/vabene1111/recipes
|
||||
- https://hub.docker.com/r/vabene1111/recipes
|
||||
type: application
|
||||
version: 20.1.6
|
||||
version: 20.2.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/vabene1111/recipes
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.3@sha256:4388fa78422b8c5f32a61e169433989b2acc988af7db865baffa11ecdf4d5907
|
||||
tag: 2.1.0@sha256:9e3404a9d6ff466c22328fdb03d741e08d4a045625b0760f49b0c3bf33f9777f
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user