From 8f36edba1f47a5b6a6eae34f5b892bd19f5f3bcb Mon Sep 17 00:00:00 2001 From: cryptobcnpanda <157038960+cryptobcnpanda@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:03:17 -0600 Subject: [PATCH] update firefly-iii to v6.1.6 (#943) --- firefly-iii/docker-compose.yml | 2 +- firefly-iii/umbrel-app.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firefly-iii/docker-compose.yml b/firefly-iii/docker-compose.yml index bd91c07..7a8ca60 100644 --- a/firefly-iii/docker-compose.yml +++ b/firefly-iii/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: fireflyiii/core:version-6.0.30@sha256:ab8bfe097e84c99d477236160541244fd587beab3d2a66a34032a30a6ca7cd17 + image: fireflyiii/core:version-6.1.6@sha256:da0121d50fdf40443eef0f70f983711a45508ffff6ff09ef698dfd06966927e5 # This image runs under the user/group www-data:www-data # user: "1000:1000" restart: on-failure diff --git a/firefly-iii/umbrel-app.yml b/firefly-iii/umbrel-app.yml index e6a7249..406cd5a 100644 --- a/firefly-iii/umbrel-app.yml +++ b/firefly-iii/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: firefly-iii category: finance name: Firefly III -version: "6.0.30" +version: "6.1.6" tagline: Your personal finance manager description: >- Firefly III is a manager for your personal finances. It is self-hosted and open source. This means that it's free, it has no ads and no tracking. @@ -45,6 +45,6 @@ path: "" deterministicPassword: false torOnly: false releaseNotes: >- - This release updates Firefly III from version 6.0.9 to 6.0.30. Full release notes can be found here: https://github.com/firefly-iii/firefly-iii/releases + This release updates Firefly III from version 6.0.30 to 6.1.6. Full release notes can be found here: https://github.com/firefly-iii/firefly-iii/releases submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/pull/378