chore(helm): update image docker.io/vabene1111/recipes 2.2.0 → 2.2.1 (#39710)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vabene1111/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `7a44db3` -> `fec585c` | --- > [!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.2.1`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.2.1) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.2.0...2.2.1) - **added** new user wizard to import open data and setup space - **added** Mealie 1.0 importer (including Shopping lists, Meal plans, Supermarket Categories, ...) [#​2456](https://redirect.github.com/TandoorRecipes/recipes/issues/2456) - **improved** layout of start page with no recipes - **improved** moved space settings to database page - **improved** special character parser for certain recipe websites - **improved** start page layout with only small amounts of recipes - **improved** layout of AI Provider selection during import on mobile - **improved** clickable area in shopping line item - **improved** optimized ingredient api endpoint speed [#​4034](https://redirect.github.com/TandoorRecipes/recipes/issues/4034) - **improved** allow creating keywords during import - **improved** increased meal plan entry size on large displays [#​4010](https://redirect.github.com/TandoorRecipes/recipes/issues/4010) - **changed** InviteLink api, removed `unused` parameter, return only unused by default, added `used` parameter to return also used links - **fixed** shopping line item not displaying amount 1 even if unit is present [#​4030](https://redirect.github.com/TandoorRecipes/recipes/issues/4030) - **fixed** food properties showing by default even if none are present - **fixed** invite links not working [#​4047](https://redirect.github.com/TandoorRecipes/recipes/issues/4047) - **fixed** ingredients without amount not being displayed in steps overview [#​4038](https://redirect.github.com/TandoorRecipes/recipes/issues/4038) - **fixed** comment text cut off when long [#​4033](https://redirect.github.com/TandoorRecipes/recipes/issues/4033) - **fixed** comment form not resetting - **fixed** comment vertical scrollbar appearing - **updated** lots of dependencies including Django to 5.x.x </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.2.0
|
||||
appVersion: 2.2.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.18.0
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/vabene1111/recipes
|
||||
- https://hub.docker.com/r/vabene1111/recipes
|
||||
type: application
|
||||
version: 20.5.0
|
||||
version: 20.5.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/vabene1111/recipes
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.2.0@sha256:7a44db382e5df961878a93ad10113d84a1d913419a0811439e27b790854eeade
|
||||
tag: 2.2.1@sha256:fec585c765c6643344724d1255f075f12ce3c2d38ea7051f599e09f10d5b7ddd
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user