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 firefly-iii-importer to version v1.5.3 #1251

Merged
merged 1 commit into from
Jul 30, 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 firefly-iii-importer/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 firefly-iii-importer/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "importer"

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 @@ -7,7 +7,7 @@
APP_PORT: 8080

importer:
image: fireflyiii/data-importer:version-1.4.4@sha256:c51bcb460134adac96d2e3086794e28616f1583bd4599219e3a818e50243cf0d
image: fireflyiii/data-importer:version-1.5.3@sha256:aeff1252b3fa560d9b1d18cc1040ae0f5ed44b8959b838216fa1d88ca6ed3d93
restart: on-failure
environment:
# firefly-iii container:
Expand Down
10 changes: 7 additions & 3 deletions firefly-iii-importer/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: firefly-iii-importer
category: finance
name: Firefly III Importer
version: "1.4.4"
version: "1.5.3"
tagline: Import your transactions into Firefly III
description: >-
Firefly III is a manager for your personal finances. The data importer is built to help you import transactions into Firefly III. It is separated from Firefly III for security and maintenance reasons.
Expand Down Expand Up @@ -30,9 +30,13 @@ path: ""
deterministicPassword: false
torOnly: false
releaseNotes: >-
⚠️ Some changes in this release may unexpectedly lead to duplicate transactions.
This update includes several bug fixes and improvements:
- Support for another bank's debit indicator.
- Fixed case-sensitive matching on bank debit indicator.
- Improved handling of account mapping for automated imports.
- Fixed minor issue in AutoImport.php related to 'bad path' error.


Full release notes can be found at https://github.com/firefly-iii/data-importer/releases
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/948
submission: https://github.com/getumbrel/umbrel-apps/pull/948