From b03f3e5c6d38b7bcd1f33b59a8c0beb713efc77d Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 2 Dec 2024 12:24:57 +1000 Subject: [PATCH] Update invoice-ninja to version v5.10.58 (#1874) * Update invoice-ninja to v5.10.58 * fix mariadb digest --- invoice-ninja/docker-compose.yml | 2 +- invoice-ninja/umbrel-app.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/invoice-ninja/docker-compose.yml b/invoice-ninja/docker-compose.yml index f597d1284d..80b9ccd290 100644 --- a/invoice-ninja/docker-compose.yml +++ b/invoice-ninja/docker-compose.yml @@ -18,7 +18,7 @@ services: - app app: - image: invoiceninja/invoiceninja:5.10.57@sha256:e399c75017792001ba93ef6ff07b781402646928d62c17305d282a9c891c0138 + image: invoiceninja/invoiceninja:5.10.58@sha256:b6b326bf4682c3759eb14d8af3a10be77c1902d33dd7fa4c2ae76b764ae92095 # We're forced to run user/group 1500 # More detail here: https://github.com/invoiceninja/dockerfiles/blob/ad3ffc227d63740330f761dad6e8c87768577847/alpine/5/Dockerfile#L70-L80 user: "1500:1500" diff --git a/invoice-ninja/umbrel-app.yml b/invoice-ninja/umbrel-app.yml index 4f2fbff07d..06a85ce7a6 100644 --- a/invoice-ninja/umbrel-app.yml +++ b/invoice-ninja/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: invoice-ninja category: finance name: Invoice Ninja -version: "5.10.57" +version: "5.10.58" tagline: We'll help with the invoicing description: >- Invoicing, Quotes, Expenses, Tasks. @@ -21,9 +21,9 @@ gallery: - 3.jpg path: '' releaseNotes: >- - This release includes performance improvements and optimizations: - - Reduced JavaScript bundle size for better loading times - - Improved Docker filesystem handling + This release includes improvements to invoice and quote handling: + - Enhanced reminder system for invoices and quotes + - Improved contact registration process - Various minor fixes and improvements