chore(helm): update image docker.io/vabene1111/recipes 2.0.2 → 2.0.3 (#38758)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vabene1111/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `79f337a` -> `4388fa7` | --- > [!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.0.3`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.0.3) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.0.2...2.0.3) - **added** batch editing dialog to recipe search view - **added** batch delete dialog to model list views - **added** ability to batch merge items - **added** tree support back into the keyword and food editor (general system still needs improvement) - **added** clickable link to recipe created by/on and updated to advanced search - **added** badge indicating when advanced search parameters are set - **added** support for plugins working now (docs and more following soon, for now please reference the [open data plugin](https://redirect.github.com/TandoorRecipes/open_data_plugin)) - **improved** hide amount on shopping line items were only 1 is shown [#​3957](https://redirect.github.com/TandoorRecipes/recipes/issues/3957) - **improved** contribution docs and fixed links - **fixed** merge dialog can be closed using the cancel button - **fixed** shopping model input partially cutoff when list is empty </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.2
|
||||
appVersion: 2.0.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.16.2
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/vabene1111/recipes
|
||||
- https://hub.docker.com/r/vabene1111/recipes
|
||||
type: application
|
||||
version: 20.1.3
|
||||
version: 20.1.4
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/vabene1111/recipes
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.2@sha256:79f337a334207d0fe49732197ee721f363aeaac8a600b75560e23c72ba5a8c25
|
||||
tag: 2.0.3@sha256:4388fa78422b8c5f32a61e169433989b2acc988af7db865baffa11ecdf4d5907
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user