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

feat(container): update image ghcr.io/linuxserver/grocy to v4.3.0-ls276 #1749

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/linuxserver/grocy (source) minor v4.2.0-ls272 -> v4.3.0-ls276

Release Notes

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

v4.3.0-ls276

CI Report:

https://ci-tests.linuxserver.io/linuxserver/grocy/v4.3.0-ls276/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 form validation (max amount checks) related to unit conversion with a lot of decimal places on the consume and transfer page
  • Optimized that the stock report "Spendings" now excludes self produced products (thanks @​danielr18 for the initial work on this)
  • Fixed that when copying a product, the field "Treat opened as out of stock" wasn't copied along (thanks @​TheDodger)
  • Fixed that the product groups filter on the master data products page used a contains search instead of an exact search
  • Fixed that Scan Mode on the purchase and consume page didn't work (not all fields were properly populated) when using/scanning a product Grocycode
Shopping list
  • Fixed that when printing a shoppping list, the table/list wasn't sorted (will now be sorted alphabetically by the product name of the corresponding list item)
  • Fixed that when deleting a shopping list item and marking another one as done while not reloading the page in-between, the deleted item reappeared (was only a visual problem, there was no problem on deleting the item on the backend / in the database)
Recipes
  • When self producing a product ("Produces product" recipe option) the name of the recipe is now added to the note field of the created stock entry
  • Fixed that when FEATURE_FLAG_STOCK_STOCK was set to false, the "Put missing products on shopping list"-button was not visible
  • Fixed that scanning a product barcode on the recipe ingredient edit page didn't work
  • Fixed that the recipe edit button on the recipes page gallery view didn't work
Userfields
  • Userentity tables (custom objects / lists) now also have the table options icon (top left corner eye icon, to e.g. add a grouping condition)
  • Userfield names can now also contain underscores
API
  • Optimized that uploading files where the file name contains non-ASCII characters is now also possible

v4.2.0-ls275

Compare Source

CI Report:

https://ci-tests.linuxserver.io/linuxserver/grocy/v4.2.0-ls275/index.html

LinuxServer Changes:

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

Remote Changes:

Stock
  • When using/scanning a stock entry Grocycode on the transfer page, the "Use specific stock item" dropdown (and "From location") is now also prefilled accordingly
  • Fixed that for the product's last price stock transactions with an empty or 0 price weren't ignored
  • Fixed that when copying a product, the field "Move on open" wasn't copied along
Shopping list
  • The shopping lists dropdown on the shopping list page now also shows the number of items on the corresponding shopping list
Recipes
  • Optimized that when creating a recipe, the desired serving amount is now initially prefilled by the recipe's base serving amount
Batteries
  • It's now possible to track any addtional info on a battery charge cycle by using Userfields (thanks @​TheDodger)
    • => Configure the desired Userfields for the entity battery_charge_cycles
    • => The on a battery charge cycle tracking entered information is then visible on the corresponding battery charge cycle journal entry
General
  • Optimized that file uploads are no longer completely buffered in memory before writing them to disk (thanks @​bbx0)
  • Optimized top right corner menus icon spacing (thanks @​TheDodger for the initial work on this)
  • Fixed again that some dialogs were not properly (too small) displayed (this time mostly affecting Chrome/Edge)
  • Fixed that table states (visible columns, sorting, column order and so on) could be reset to default after not accessing/using the corresponding page for a certain amount of time

v4.2.0-ls274

Compare Source

CI Report:

https://ci-tests.linuxserver.io/linuxserver/grocy/v4.2.0-ls274/index.html

LinuxServer Changes:

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

grocy Changes:

Stock
  • When using/scanning a stock entry Grocycode on the transfer page, the "Use specific stock item" dropdown (and "From location") is now also prefilled accordingly
  • Fixed that for the product's last price stock transactions with an empty or 0 price weren't ignored
  • Fixed that when copying a product, the field "Move on open" wasn't copied along
Shopping list
  • The shopping lists dropdown on the shopping list page now also shows the number of items on the corresponding shopping list
Recipes
  • Optimized that when creating a recipe, the desired serving amount is now initially prefilled by the recipe's base serving amount
Batteries
  • It's now possible to track any addtional info on a battery charge cycle by using Userfields (thanks @​TheDodger)
    • => Configure the desired Userfields for the entity battery_charge_cycles
    • => The on a battery charge cycle tracking entered information is then visible on the corresponding battery charge cycle journal entry
General
  • Optimized that file uploads are no longer completely buffered in memory before writing them to disk (thanks @​bbx0)
  • Optimized top right corner menus icon spacing (thanks @​TheDodger for the initial work on this)
  • Fixed again that some dialogs were not properly (too small) displayed (this time mostly affecting Chrome/Edge)
  • Fixed that table states (visible columns, sorting, column order and so on) could be reset to default after not accessing/using the corresponding page for a certain amount of time

v4.2.0-ls273

Compare Source

CI Report:

https://ci-tests.linuxserver.io/linuxserver/grocy/v4.2.0-ls273/index.html

LinuxServer Changes:

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

grocy Changes:

Stock
  • When using/scanning a stock entry Grocycode on the transfer page, the "Use specific stock item" dropdown (and "From location") is now also prefilled accordingly
  • Fixed that for the product's last price stock transactions with an empty or 0 price weren't ignored
  • Fixed that when copying a product, the field "Move on open" wasn't copied along
Shopping list
  • The shopping lists dropdown on the shopping list page now also shows the number of items on the corresponding shopping list
Recipes
  • Optimized that when creating a recipe, the desired serving amount is now initially prefilled by the recipe's base serving amount
Batteries
  • It's now possible to track any addtional info on a battery charge cycle by using Userfields (thanks @​TheDodger)
    • => Configure the desired Userfields for the entity battery_charge_cycles
    • => The on a battery charge cycle tracking entered information is then visible on the corresponding battery charge cycle journal entry
General
  • Optimized that file uploads are no longer completely buffered in memory before writing them to disk (thanks @​bbx0)
  • Optimized top right corner menus icon spacing (thanks @​TheDodger for the initial work on this)
  • Fixed again that some dialogs were not properly (too small) displayed (this time mostly affecting Chrome/Edge)
  • Fixed that table states (visible columns, sorting, column order and so on) could be reset to default after not accessing/using the corresponding page for a certain amount of time

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 this update 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 Dec 14, 2024
Copy link

github-actions bot commented Dec 14, 2024

--- 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.2.0-ls272@sha256:0d00d480db1395c01b97034225946ae36312e9dc21da13030e3056f9addbf3e5
+              tag: v4.3.0-ls276@sha256:b014cf9e7227d26da502b835e64869034eb367de7878c269e4e74b2b160a1b6c
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

Copy link

github-actions bot commented Dec 14, 2024

--- 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.2.0-ls272@sha256:0d00d480db1395c01b97034225946ae36312e9dc21da13030e3056f9addbf3e5
+        image: ghcr.io/linuxserver/grocy:v4.3.0-ls276@sha256:b014cf9e7227d26da502b835e64869034eb367de7878c269e4e74b2b160a1b6c
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80

@renovate renovate bot force-pushed the renovate/ghcr.io-linuxserver-grocy-4.x branch from dbdc67d to 713ef40 Compare December 15, 2024 09:43
@renovate renovate bot changed the title fix(container): update image ghcr.io/linuxserver/grocy to v4.2.0-ls273 fix(container): update image ghcr.io/linuxserver/grocy to v4.2.0-ls274 Dec 15, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-linuxserver-grocy-4.x branch from 713ef40 to 263bf49 Compare December 22, 2024 08:14
@renovate renovate bot changed the title fix(container): update image ghcr.io/linuxserver/grocy to v4.2.0-ls274 fix(container): update image ghcr.io/linuxserver/grocy to v4.2.0-ls275 Dec 22, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-linuxserver-grocy-4.x branch from 263bf49 to adf7e7b Compare December 23, 2024 20:34
@renovate renovate bot changed the title fix(container): update image ghcr.io/linuxserver/grocy to v4.2.0-ls275 feat(container): update image ghcr.io/linuxserver/grocy to v4.3.0-ls276 Dec 23, 2024
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