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

Update invoice-ninja to version v5.10.28 #1508

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion invoice-ninja/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in invoice-ninja/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "nginx"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -18,7 +18,7 @@
- app

app:
image: invoiceninja/invoiceninja:5.10.27@sha256:e5711a1fad103334692d5116ae0d4e62a384b08d7b52c1abb8c7ec33d526f699
image: invoiceninja/invoiceninja:5.10.28@sha256:aa59f37820c975a2bdee35ce9a970f8f21b78d136bda3607c05af4bc08da5f5e
# 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"
Expand Down
17 changes: 10 additions & 7 deletions invoice-ninja/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: invoice-ninja
category: finance
name: Invoice Ninja
version: "5.10.27"
version: "5.10.28"
tagline: We'll help with the invoicing
description: >-
Invoicing, Quotes, Expenses, Tasks.
Expand All @@ -23,12 +23,15 @@ path: ''
releaseNotes: >-
This update includes several improvements and fixes:

- Improved sorting filters for expense payment dates
- Updated Rotessa payment flow
- Added reversal for failed BTC payments
- Updated template service properties
- Fixed issues with confirming gateway fees
- Removed PayPal Express and Omnipay
- Improved purchase order design preview
- Added customization for Payment Failed Email Template
- Fixed issues with GoCardless Instant Bank Payment
- Updated Forte CSG integration
- Enhanced e-invoice payment means code validation
- Implemented new payment flow
- Added feature for inbound email expenses and Mindee OCR
- Introduced CBA Powerboard Payment Driver
- Added Blockonomics BTC Payment Driver


Full release notes are available at https://github.com/invoiceninja/invoiceninja/releases.
Expand Down