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.4 #1382

Merged
merged 2 commits into from
Aug 27, 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.5.3@sha256:aeff1252b3fa560d9b1d18cc1040ae0f5ed44b8959b838216fa1d88ca6ed3d93
image: fireflyiii/data-importer:version-1.5.4@sha256:a52d009eab9f8011bca1c8c479f34a4eb2bb9305029d309c48ecb041412a03e2
restart: on-failure
environment:
# firefly-iii container:
Expand Down
8 changes: 2 additions & 6 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.5.3"
version: "1.5.4"
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,11 +30,7 @@ path: ""
deterministicPassword: false
torOnly: false
releaseNotes: >-
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.
This minor update implements proper rate limiting for GoCardless.


Full release notes can be found at https://github.com/firefly-iii/data-importer/releases
Expand Down