Update vabene1111/recipes Docker tag to v1.5.17 - autoclosed #141

Closed
renovate wants to merge 1 commits from renovate/vabene1111-recipes-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
vabene1111/recipes patch 1.5.13 -> 1.5.17

Release Notes

TandoorRecipes/recipes (vabene1111/recipes)

v1.5.17

Compare Source

  • reverted #​3055 because it likely lead to errors on some setups #​3099
  • downgraded recipe-scrapers because scraper used in tests was broken

v1.5.16

Compare Source

  • improved test running speed, added test specific settings and cleaned up test system (thanks to @​smilerz #​3052)
  • improved container startup speed for docker users by using pre-compiled static files (thanks to tooboredtocode #​3055)
  • fixed broken ability to change shopping categories of items that already had a category
  • fixed system page error (thanks to @​richid #​3059)
  • fixed error when calculating property leading to recipe not showing
  • fixed home assistant sync failing in some conditions #​3066, removed dependency to custom library (thanks to @​Mikhail5555 #​3067)
  • updated several dependencies

v1.5.15

Compare Source

  • added the default_page setting back to the settings
  • added shopping as an option for default page
  • changed the PWA's default link now respects the default page setting (default is search so nothing changes for most users)
  • fixed previously delayed entries might be missing from shopping list and auto-onhand not working (thanks to @​smilerz #​3048)
  • fixed boot.sh would not properly work on systems with IPv6 disabled
  • fixed system page breaking with certain PG versions (thanks ot @​richid #​3027)
  • fixed error by deleting the currently selected supermarket
  • fixed shopping category headers would stay even if they only contained postponed entries
  • reverted meal plan ical API change to have optional parameters (will be rewritten in future updates)
  • updated lots of translations

v1.5.14: Shopping

Compare Source

🎉 Shopping List Update

  • New and improved UI
  • significantly improved offline/low network capabilities
  • Undo functionality
  • Configure what kind of information to show directly in the list
  • improved API performance
  • allow merging of supermarket categories
  • edit entries after they have been created

⚠️ Breaking Changes

  • changed incorrectly named field ingredients_markdown on api /api/recipe/ was renamed to instructions_markdown
  • removed field ingredients_vue as it was identical to ingredients_markdown

Other Changes

  • added major improvements to the Open Data importer
    • fixed many broken import cases
    • select datatypes you want to import
    • import Unit base unit and PropertyType FDC ID's
    • set properties unit of foods to g by default
  • added ability to order recipes in books and set automatic ordering (thanks to @​m7modSy #​2810)
  • added connectors, a feature that will allow syncing of data to external services, for now shopping lists to Homeassistant (thanks to @​Mikhail5555 #​2874)
  • added support for getting ical data without specifying from/to date (default to from today and to anything in future) (thanks to @​c0mputerguru #​3004)
  • added custom css classes to many places so stylings can be overwritten in custom themes (thanks to @​tomtjes #​2941)
  • added ability to open recipes with pre set servings from meal plan (thanks to @​patmagauran #​2938)
  • added calculator utility to property editor to allow quick calculations
  • added devcontainer configuration so its easier to work on tandoor (thanks to @​c0mputerguru #​2987)
  • added ability to set the media root folder (thanks to @​ambroisie #​2931)
  • improved properties can now differentiate between unknown and 0 and show if recipes are missing something or just have ingredients with 0
  • improved recipes will show if properties have missing values
  • improved FDC import to set properties amount and unit according to FDC (100 g)
  • improved schema generation for openapi (thanks to @​smilerz #​2956) fixes #​2945
  • improved paginate view and cook log tables (thanks to @​smilerz #​2974)
  • improved made keywords optional on recipe api endpoint (thanks to @​smilerz #​2968)
  • improved deprecated old unused code (thanks to @​smilerz #​2967)
  • fixed several issues with the open data import #​2514
  • fixed multiple users of one space could not have the same meal types #​1988
  • fixed migration 0200 duplicate detection not properly taking spaces into account #​2926
  • fixed regex replace automation on food not running if there are no aliases #​2927 (thanks to @​smilerz #​2937)
  • fixed multiple issues with space deletion #​2816
  • fixed importer error in rezeptsuit importer #​2505
  • fixed issue when importing urls with malformed serving size in nutritional data
  • fixed merging foods with unit conversions might break #​2953
  • fixed unit edit not showing plural field
  • updated Django and several other dependencies

📖 Docs


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vabene1111/recipes](https://github.com/TandoorRecipes/recipes) | patch | `1.5.13` -> `1.5.17` | --- ### Release Notes <details> <summary>TandoorRecipes/recipes (vabene1111/recipes)</summary> ### [`v1.5.17`](https://github.com/TandoorRecipes/recipes/releases/tag/1.5.17) [Compare Source](https://github.com/TandoorRecipes/recipes/compare/1.5.16...1.5.17) - **reverted** [#&#8203;3055](https://github.com/TandoorRecipes/recipes/issues/3055) because it likely lead to errors on some setups [#&#8203;3099](https://github.com/TandoorRecipes/recipes/issues/3099) - **downgraded** recipe-scrapers because scraper used in tests was broken ### [`v1.5.16`](https://github.com/TandoorRecipes/recipes/releases/tag/1.5.16) [Compare Source](https://github.com/TandoorRecipes/recipes/compare/1.5.15...1.5.16) - **improved** test running speed, added test specific settings and cleaned up test system (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;3052](https://github.com/TandoorRecipes/recipes/issues/3052)) - **improved** container startup speed for docker users by using pre-compiled static files (thanks to [tooboredtocode](https://github.com/tooboredtocode) [#&#8203;3055](https://github.com/TandoorRecipes/recipes/issues/3055)) - **fixed** broken ability to change shopping categories of items that already had a category - **fixed** system page error (thanks to [@&#8203;richid](https://github.com/richid) [#&#8203;3059](https://github.com/TandoorRecipes/recipes/issues/3059)) - **fixed** error when calculating property leading to recipe not showing - **fixed** home assistant sync failing in some conditions [#&#8203;3066](https://github.com/TandoorRecipes/recipes/issues/3066), removed dependency to custom library (thanks to [@&#8203;Mikhail5555](https://github.com/Mikhail5555) [#&#8203;3067](https://github.com/TandoorRecipes/recipes/issues/3067)) - **updated** several dependencies ### [`v1.5.15`](https://github.com/TandoorRecipes/recipes/releases/tag/1.5.15) [Compare Source](https://github.com/TandoorRecipes/recipes/compare/1.5.14...1.5.15) - **added** the `default_page` setting back to the settings - **added** shopping as an option for default page - **changed** the PWA's default link now respects the default page setting (default is search so nothing changes for most users) - **fixed** previously delayed entries might be missing from shopping list and auto-onhand not working (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;3048](https://github.com/TandoorRecipes/recipes/issues/3048)) - **fixed** `boot.sh` would not properly work on systems with IPv6 disabled - **fixed** system page breaking with certain PG versions (thanks ot [@&#8203;richid](https://github.com/richid) [#&#8203;3027](https://github.com/TandoorRecipes/recipes/issues/3027)) - **fixed** error by deleting the currently selected supermarket - **fixed** shopping category headers would stay even if they only contained postponed entries - **reverted** meal plan ical API change to have optional parameters (will be rewritten in future updates) - **updated** lots of translations ### [`v1.5.14`](https://github.com/TandoorRecipes/recipes/releases/tag/1.5.14): Shopping [Compare Source](https://github.com/TandoorRecipes/recipes/compare/1.5.13...1.5.14) 🎉 **Shopping List Update** - New and improved UI - significantly improved offline/low network capabilities - Undo functionality - Configure what kind of information to show directly in the list - improved API performance - allow merging of supermarket categories - edit entries after they have been created ⚠️ **Breaking Changes** - **changed** incorrectly named field `ingredients_markdown` on api `/api/recipe/` was renamed to `instructions_markdown` - **removed** field `ingredients_vue` as it was identical to `ingredients_markdown` **Other Changes** - **added** major improvements to the Open Data importer - fixed many broken import cases - select datatypes you want to import - import `Unit` base unit and `PropertyType` FDC ID's - set properties unit of foods to `g` by default - **added** ability to order recipes in books and set automatic ordering (thanks to [@&#8203;m7modSy](https://github.com/m7modSy) [#&#8203;2810](https://github.com/TandoorRecipes/recipes/issues/2810)) - **added** connectors, a feature that will allow syncing of data to external services, for now shopping lists to Homeassistant (thanks to [@&#8203;Mikhail5555](https://github.com/Mikhail5555) [#&#8203;2874](https://github.com/TandoorRecipes/recipes/issues/2874)) - **added** support for getting ical data without specifying from/to date (default to from today and to anything in future) (thanks to [@&#8203;c0mputerguru](https://github.com/c0mputerguru) [#&#8203;3004](https://github.com/TandoorRecipes/recipes/issues/3004)) - **added** custom css classes to many places so stylings can be overwritten in custom themes (thanks to [@&#8203;tomtjes](https://github.com/tomtjes) [#&#8203;2941](https://github.com/TandoorRecipes/recipes/issues/2941)) - **added** ability to open recipes with pre set servings from meal plan (thanks to [@&#8203;patmagauran](https://github.com/patmagauran) [#&#8203;2938](https://github.com/TandoorRecipes/recipes/issues/2938)) - **added** calculator utility to property editor to allow quick calculations - **added** devcontainer configuration so its easier to work on tandoor (thanks to [@&#8203;c0mputerguru](https://github.com/c0mputerguru) [#&#8203;2987](https://github.com/TandoorRecipes/recipes/issues/2987)) - **added** ability to set the media root folder (thanks to [@&#8203;ambroisie](https://github.com/ambroisie) [#&#8203;2931](https://github.com/TandoorRecipes/recipes/issues/2931)) - **improved** properties can now differentiate between unknown and 0 and show if recipes are missing something or just have ingredients with 0 - **improved** recipes will show if properties have missing values - **improved** FDC import to set properties amount and unit according to FDC (100 g) - **improved** schema generation for openapi (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;2956](https://github.com/TandoorRecipes/recipes/issues/2956)) fixes [#&#8203;2945](https://github.com/TandoorRecipes/recipes/issues/2945) - **improved** paginate view and cook log tables (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;2974](https://github.com/TandoorRecipes/recipes/issues/2974)) - **improved** made keywords optional on recipe api endpoint (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;2968](https://github.com/TandoorRecipes/recipes/issues/2968)) - **improved** deprecated old unused code (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;2967](https://github.com/TandoorRecipes/recipes/issues/2967)) - **fixed** several issues with the open data import [#&#8203;2514](https://github.com/TandoorRecipes/recipes/issues/2514) - **fixed** multiple users of one space could not have the same meal types [#&#8203;1988](https://github.com/TandoorRecipes/recipes/issues/1988) - **fixed** migration 0200 duplicate detection not properly taking spaces into account [#&#8203;2926](https://github.com/TandoorRecipes/recipes/issues/2926) - **fixed** regex replace automation on food not running if there are no aliases [#&#8203;2927](https://github.com/TandoorRecipes/recipes/issues/2927) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;2937](https://github.com/TandoorRecipes/recipes/issues/2937)) - **fixed** multiple issues with space deletion [#&#8203;2816](https://github.com/TandoorRecipes/recipes/issues/2816) - **fixed** importer error in rezeptsuit importer [#&#8203;2505](https://github.com/TandoorRecipes/recipes/issues/2505) - **fixed** issue when importing urls with malformed serving size in nutritional data - **fixed** merging foods with unit conversions might break [#&#8203;2953](https://github.com/TandoorRecipes/recipes/issues/2953) - **fixed** unit edit not showing plural field - **updated** Django and several other dependencies 📖 **Docs** - **added** installation docs for ArchLinux (thanks to [jdecourval](https://github.com/jdecourval) [#&#8203;2983](https://github.com/TandoorRecipes/recipes/issues/2983)) - **added** test coverage reports (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;3016](https://github.com/TandoorRecipes/recipes/issues/3016)) - **updated** docs to include most recent pg version (thanks to [software2000](https://github.com/software2000) [#&#8203;2932](https://github.com/TandoorRecipes/recipes/issues/2932)) - **improved** CI script to use caching and better display results (thanks to [Mikhail5555](https://github.com/Mikhail5555) [#&#8203;2914](https://github.com/TandoorRecipes/recipes/issues/2914)) - **improved** authentication docs (thanks to [jinnatar](https://github.com/jinnatar) [#&#8203;2979](https://github.com/TandoorRecipes/recipes/issues/2979)) - **fixed** postgres update docs `mv` command for backup creation - **fixed** keycloak setup docs (thanks to [maxemann96](https://github.com/maxemann96) [#&#8203;2948](https://github.com/TandoorRecipes/recipes/issues/2948)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate changed title from Update vabene1111/recipes Docker tag to v1.5.14 to Update vabene1111/recipes Docker tag to v1.5.15 2024-03-21 16:00:47 +00:00
renovate force-pushed renovate/vabene1111-recipes-1.x from a452d8b1e2 to 07ba9f5b8d 2024-03-21 16:00:48 +00:00 Compare
renovate changed title from Update vabene1111/recipes Docker tag to v1.5.15 to Update vabene1111/recipes Docker tag to v1.5.16 2024-04-04 22:00:24 +01:00
renovate force-pushed renovate/vabene1111-recipes-1.x from 07ba9f5b8d to c3f5e2e414 2024-04-04 22:00:26 +01:00 Compare
renovate changed title from Update vabene1111/recipes Docker tag to v1.5.16 to Update vabene1111/recipes Docker tag to v1.5.17 2024-04-08 08:00:20 +01:00
renovate force-pushed renovate/vabene1111-recipes-1.x from c3f5e2e414 to 06a6a5b380 2024-04-08 08:00:22 +01:00 Compare
renovate changed title from Update vabene1111/recipes Docker tag to v1.5.17 to Update vabene1111/recipes Docker tag to v1.5.17 - autoclosed 2024-04-15 16:00:20 +01:00
renovate closed this pull request 2024-04-15 16:00:20 +01:00
All checks were successful
/ terraform (push) Successful in 2m12s
/ ansible (push) Successful in 3m30s

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: systems/infrastructure#141
No description provided.