diff --git a/firefly-iii/docker-compose.yml b/firefly-iii/docker-compose.yml index a3a3311..bd91c07 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.9@sha256:4ad204ece837cef2f3763f93f5230093dad11a20e5dd92f3d6b3d8d6163a6a98 + image: fireflyiii/core:version-6.0.30@sha256:ab8bfe097e84c99d477236160541244fd587beab3d2a66a34032a30a6ca7cd17 # 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 d4c9f58..e6a7249 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.9" +version: "6.0.30" 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,11 +45,6 @@ path: "" deterministicPassword: false torOnly: false releaseNotes: >- - ⚠️ This upgrade from version 5.7.18 to 6.0.9 may not be backwards compatible for users who manage outgoing loans. - The Firefly III team recommends that you make a backup of your database before updating. - See here for more details before updating: https://gist.github.com/JC5/909385c5086f9e07ba2c32e047446d68 - - - Full release notes can be found here: https://github.com/firefly-iii/firefly-iii/releases + 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 submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/pull/378