Skip to content

Releases: RunOnFlux/flux

v4.23.0

19 Dec 13:59
64c04c3
Compare
Choose a tag to compare
  • Simplifies UPNP check
  • Simplifies apiServer of FluxOS
  • HomeUI now shows expired applications
  • HomeUI now shows all marketplace deployed applications
  • HomeUI - It is now possible to redeploy expired application as well as any active application
  • HomeUI - Copying and import of applications specifications json (ASJ)
  • Docker prune improvements

v4.22.0

12 Dec 12:55
b47d595
Compare
Choose a tag to compare
  • Fixes Local App visit button
  • XFS backing filesystem with quota mount (usrquota,prjquota,grpquota) is now recommended. XFS brings advantages to Flux Node operators for better space management of their node.
  • Swap per application component now defaults to 2GB
  • FileSystem storage for an application component is capped to 10GB (cumulation is possible - if first copmonent use 1GB, another component can use up to 19GB)
  • Applications violating storage allocations are now being softly redeployed. Multiple violations results in removal process
  • Cache optimizations on message processing, broadcasting
  • Improvements in messages broadcasts, processing of duplicate messages and processing of syncthing adjustment messages

v4.21.0

05 Dec 12:04
263e964
Compare
Choose a tag to compare
  • Reworked parsing of docker images to be more consistent and allow more scenarios, providers
  • Update discord link
  • Allow enterprise nodes selection on marketplace
  • Fix bug on cleaning intervals of application monitoring
  • Rewrites and corrects Flux connections
  • Updates on Flux connections networking, messages and its broadcasts
  • new API GET /flux/systemuptime to obtain OS system uptime in seconds
  • Fix terminal resize and selection
  • Corrections in test suite
  • Marketplace applications now support enterprise nodes and secrets

v4.20.2

30 Nov 16:37
3f027ee
Compare
Choose a tag to compare

-Fixes nodes properly rebroadcasting messages

This version will be enforced on the 12th of December.
Node operators are advised to update ASAP.

v4.20.1

29 Nov 11:42
37e0d83
Compare
Choose a tag to compare
  • This patch version fixes some global hard redeploy scenarios for apps using the new syncthing r:/ mechanism.

This version will be enforced on the 13th of December.

v4.20.0

28 Nov 14:02
fac6036
Compare
Choose a tag to compare

Because of the change regarding the new syncthing mechanism that brings decentralised persistent data support to our network, this version will be enforced on December 12th. Make sure you update your Fluxnode before that date.

v4.19.0

21 Nov 13:53
1bec31b
Compare
Choose a tag to compare
  • New live terminal! On application management 'Execute Commands' section, you can now execute commands on your docker component similarily as in standard ssh connection.
    image
  • FluxOS now supports SSP login and signining
  • Improved geolocation service
  • Other small improvements and bug fixes

v4.18.0

14 Nov 13:04
42b8849
Compare
Choose a tag to compare

This version brings significant improvements to deterministic connections together with new api endpoints to properly connect UPNP nodes. As such we will be enforcing this version on the 28th of November.

v4.17.0

07 Nov 14:24
b411fb1
Compare
Choose a tag to compare
  • Fix app updates/renews that were below version 5.

v4.16.1

01 Nov 14:30
a1ce092
Compare
Choose a tag to compare
  • Fixes showing output of executing docker commands
  • Fixes usage of FluxStorage on Marketplace apps
  • Other small improvements