Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/tandoorrecipes/recipes ( 1.5.17 → 1.5.18 ) #1968

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

naoki-bot[bot]
Copy link
Contributor

@naoki-bot naoki-bot bot commented Jul 8, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/tandoorrecipes/recipes patch 1.5.17 -> 1.5.18

Release Notes

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

v1.5.18

Compare Source

  • improved automatic formatting and contribution documentation (thanks to @​smilerz #​3102)
  • improved rounding in properties view (thanks to Manon-ds #​3095)
  • improved nextcloud importer handling special ## (subheader) ingredients (thanks to @​ellezhu1 #​3121)
  • improved PlantoEat importer, pulls prep and cook time and fixes Directions: being parsed as an ingredient (thanks to @​ellezhu1 #​3120 #​3150)
  • improved default configuration, docs and warning for ALLOWED_HOSTS setting (thanks to ppfeister)
  • improved frontend error handling of the URL function (thanks to AlD #​3204)
  • changed MealPlans to use Date and Time (instead of only Date) for the start/end *
  • fixed added missing <!DOCTYPE html> tag #​3125
  • fixed error in step admin #​3192 (thanks to @​smilerz )
  • updated to recipe scrapers v15 logic (thanks to @​smilerz #​3109)
  • updated gunicorn
  • improved removed deprecated version attribute from docker compose templates (thanks to bhagerty #​3149 #​3147)

MealTime DateTime: ⚠️ In some cases where users are in extreme time zone offsets this might lead to old meal plans shifting by one day. Since the server can have users in multiple time zones and doesn't know where they are, this is the best possible solution.


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.

@naoki-bot
Copy link
Contributor Author

naoki-bot bot commented Jul 8, 2024

--- kubernetes/main/apps/services/tandoor/app Kustomization: flux-system/tandoor HelmRelease: services/tandoor

+++ kubernetes/main/apps/services/tandoor/app Kustomization: flux-system/tandoor HelmRelease: services/tandoor

@@ -37,13 +37,13 @@

               TANDOOR_PORT: 8000
             envFrom:
             - secretRef:
                 name: tandoor
             image:
               repository: ghcr.io/tandoorrecipes/recipes
-              tag: 1.5.17
+              tag: 1.5.18
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@naoki-bot
Copy link
Contributor Author

naoki-bot bot commented Jul 8, 2024

--- HelmRelease: services/tandoor Deployment: services/tandoor

+++ HelmRelease: services/tandoor Deployment: services/tandoor

@@ -58,13 +58,13 @@

           value: '5'
         - name: TANDOOR_PORT
           value: '8000'
         envFrom:
         - secretRef:
             name: tandoor
-        image: ghcr.io/tandoorrecipes/recipes:1.5.17
+        image: ghcr.io/tandoorrecipes/recipes:1.5.18
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /accounts/login/
             port: 8000
           initialDelaySeconds: 0

@naoki-bot naoki-bot bot merged commit 0f93e9d into main Jul 14, 2024
8 of 9 checks passed
@naoki-bot naoki-bot bot deleted the renovate/main-ghcr.io-tandoorrecipes-recipes-1.x branch July 14, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants