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 image ghcr.io/linuxserver/grocy to v4.4.2-ls284 #1944

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/linuxserver/grocy (source) patch v4.4.1-ls281 -> v4.4.2-ls284

Release Notes

linuxserver/docker-grocy (ghcr.io/linuxserver/grocy)

v4.4.2-ls284

CI Report:

https://ci-tests.linuxserver.io/linuxserver/grocy/v4.4.2-ls284/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

Stock
  • Optimized that the built-in Open Food Facts external barcode lookup plugin now uses the localized product name (if provided by the Open Food Facts API, based on the set Grocy language of the current user)
  • Fixed that the product filter on the stock entires page didn't work when the product column was reordered / not the second one
Shopping list
  • When the shopping list setting (top right corner settings menu) "Round up quantity amounts to the nearest whole number" is enabled, the "Last price (Total)" of each shopping list item and the total value of the shopping list are now also scaled up accordingly
  • The print options (show header, layout type etc.) are now saved (as user settings, so global defaults can also defined in config.php as usual)
Userfields
  • Fixed that saving Userfields of type "Link (with title)" did not work
General
  • Fixed that most dialogs didn't work when hosting Grocy "embedded" in an iframe (affecting e.g. the Home Assistant Add-on)
API
  • Exposed the permission_hierarchy entity (read only, => GET /objects/permission_hierarchy) to provide a permission name / id mapping
Other

v4.4.1-ls283

Compare Source

CI Report:

https://ci-tests.linuxserver.io/linuxserver/grocy/v4.4.1-ls283/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

Stock
  • Fixed that the built-in Open Food Facts external barcode lookup plugin used the staging environment of the Open Food Facts API instead of the production one
  • Fixed that the product group filter on the products page (master data) didn't work when the selected product group contained special characters
  • Fixed that the product filter on the stock journal summary page didn't work when the selected product contained special characters
Shopping list
  • Optimized that non-number amounts are now prevented on database level (was infamously a problem when using specific community contributed alternative clients)
Tasks
  • Fixed that set table filters were not applied after editing or adding a task
Userfields
  • Fixed that saving Userfields of type "Select list (multiple items can be selected)" did not work
General
  • Optimized that when navigating between form input fields via the keyboard (TAB) there was an unwanted delay at some places

v4.4.1-ls282

Compare Source

CI Report:

https://ci-tests.linuxserver.io/linuxserver/grocy/v4.4.1-ls282/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

Stock
  • Fixed that the built-in Open Food Facts external barcode lookup plugin used the staging environment of the Open Food Facts API instead of the production one
  • Fixed that the product group filter on the products page (master data) didn't work when the selected product group contained special characters
  • Fixed that the product filter on the stock journal summary page didn't work when the selected product contained special characters
Shopping list
  • Optimized that non-number amounts are now prevented on database level (was infamously a problem when using specific community contributed alternative clients)
Tasks
  • Fixed that set table filters were not applied after editing or adding a task
Userfields
  • Fixed that saving Userfields of type "Select list (multiple items can be selected)" did not work
General
  • Optimized that when navigating between form input fields via the keyboard (TAB) there was an unwanted delay at some places

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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.

@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Feb 22, 2025
Copy link

github-actions bot commented Feb 22, 2025

--- HelmRelease: default/grocy StatefulSet: default/grocy

+++ HelmRelease: default/grocy StatefulSet: default/grocy

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

         - name: PHP_MEMORY_LIMIT
           value: 512M
         - name: PUID
           value: '568'
         - name: TZ
           value: America/Toronto
-        image: ghcr.io/linuxserver/grocy:v4.4.1-ls281@sha256:3064bd56fa72d8eba748fcee209c40b6e86639e274966247e584a979e9c61677
+        image: ghcr.io/linuxserver/grocy:v4.4.2-ls284@sha256:cb2d9fd877c05c093b685161399f537a5df2d00d7041a8e1be133145e9fe4347
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80

Copy link

github-actions bot commented Feb 22, 2025

--- kubernetes/main/apps/default/grocy/app Kustomization: flux-system/grocy HelmRelease: default/grocy

+++ kubernetes/main/apps/default/grocy/app Kustomization: flux-system/grocy HelmRelease: default/grocy

@@ -39,13 +39,13 @@

               PHP_MAX_POST: 100M
               PHP_MEMORY_LIMIT: 512M
               PUID: 568
               TZ: America/Toronto
             image:
               repository: ghcr.io/linuxserver/grocy
-              tag: v4.4.1-ls281@sha256:3064bd56fa72d8eba748fcee209c40b6e86639e274966247e584a979e9c61677
+              tag: v4.4.2-ls284@sha256:cb2d9fd877c05c093b685161399f537a5df2d00d7041a8e1be133145e9fe4347
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@renovate renovate bot force-pushed the renovate/ghcr.io-linuxserver-grocy-4.x branch from d3d8d02 to e0a4f08 Compare February 23, 2025 09:42
@renovate renovate bot changed the title fix(container): update image ghcr.io/linuxserver/grocy to v4.4.1-ls282 fix(container): update image ghcr.io/linuxserver/grocy to v4.4.1-ls283 Feb 23, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-linuxserver-grocy-4.x branch from e0a4f08 to 78e9c59 Compare February 28, 2025 18:54
@renovate renovate bot changed the title fix(container): update image ghcr.io/linuxserver/grocy to v4.4.1-ls283 fix(container): update image ghcr.io/linuxserver/grocy to v4.4.2-ls284 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-linuxserver-grocy-4.x branch from 78e9c59 to 2cdf0f0 Compare March 1, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants