Skip to content

chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v2.1.0#2623

Merged
LucaDev merged 1 commit into
mainfrom
renovate/ghcr.io-tandoorrecipes-recipes-2.x
Sep 5, 2025
Merged

chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v2.1.0#2623
LucaDev merged 1 commit into
mainfrom
renovate/ghcr.io-tandoorrecipes-recipes-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 5, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/tandoorrecipes/recipes minor 2.0.3 -> 2.1.0

Release Notes

TandoorRecipes/recipes (ghcr.io/tandoorrecipes/recipes)

v2.1.0

Compare Source

  • added option to show the ingredients in the steps overview merged #​1325
  • added merge and split functions to recipe editor (thanks to birthdayattack #​3890)
  • added fuzzy filtering to UnitConversion API and list #​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 #​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 #​3998)
  • improved allow upload of mp4 and mov files (thanks to dertasiu #​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
  • 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
  • fixed pasting ingredients in recipe editor not setting original text #​3922
  • fixed ingredients without original text not showing globe icon
  • fixed recursion error that could lead to site freezes in some circumstances #​3860
  • fixed links to pages without permission in shared (unauthenticated) recipe view #​3974
  • fixed servings scaler sometimes not displayed on mobile #​3980
  • updated devcontainer to work with new frontend (thanks to c0mputerguru #​3956)

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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@lucadevbot

lucadevbot Bot commented Sep 5, 2025

Copy link
Copy Markdown
--- apps/media/tandoor/app Kustomization: flux-system/tandoor HelmRelease: media/tandoor

+++ apps/media/tandoor/app Kustomization: flux-system/tandoor HelmRelease: media/tandoor

@@ -50,13 +50,13 @@

               TANDOOR_PORT: 8888
             envFrom:
             - secretRef:
                 name: tandoor-secret
             image:
               repository: ghcr.io/tandoorrecipes/recipes
-              tag: 2.0.3
+              tag: 2.1.0
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
@@ -131,13 +131,13 @@

               TANDOOR_PORT: 8888
             envFrom:
             - secretRef:
                 name: tandoor-secret
             image:
               repository: ghcr.io/tandoorrecipes/recipes
-              tag: 2.0.3
+              tag: 2.1.0
     defaultPodOptions:
       securityContext:
         fsGroup: 1000
         fsGroupChangePolicy: OnRootMismatch
         runAsGroup: 1000
         runAsNonRoot: true

@lucadevbot

lucadevbot Bot commented Sep 5, 2025

Copy link
Copy Markdown
--- HelmRelease: media/tandoor Deployment: media/tandoor

+++ HelmRelease: media/tandoor Deployment: media/tandoor

@@ -82,13 +82,13 @@

           value: user
         - name: TANDOOR_PORT
           value: '8888'
         envFrom:
         - secretRef:
             name: tandoor-secret
-        image: ghcr.io/tandoorrecipes/recipes:2.0.3
+        image: ghcr.io/tandoorrecipes/recipes:2.1.0
         name: migrations
         volumeMounts:
         - mountPath: /opt/recipes/staticfiles
           name: files
           subPath: staticfiles
         - mountPath: /opt/recipes/cookbook/static/django_js_reverse
@@ -137,13 +137,13 @@

           value: user
         - name: TANDOOR_PORT
           value: '8888'
         envFrom:
         - secretRef:
             name: tandoor-secret
-        image: ghcr.io/tandoorrecipes/recipes:2.0.3
+        image: ghcr.io/tandoorrecipes/recipes:2.1.0
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /accounts/login/
             port: 8888
           initialDelaySeconds: 0

@LucaDev
LucaDev merged commit 79a4d76 into main Sep 5, 2025
3 checks passed
@renovate
renovate Bot deleted the renovate/ghcr.io-tandoorrecipes-recipes-2.x branch September 5, 2025 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant