Skip to content

Releases: RunOnFlux/flux

v5.0.0

12 Mar 13:04
f26b217
Compare
Choose a tag to compare
  • Fiat payments
    • It is now possible to pay and update applications with Fiat
    • Paypal, Stripe support
  • Application prices are now tied to Fiat (USD), every calculation of pricing is now locked in to USD, that ensures stable pricing. It is still and always will be possible to pay for applications in Flux.
  • Applications updates where subscription is not extended and hardware/instances are not changed are now offered by the network.
  • Adjusts Syncthing starting command to better preserve running upon FluxOS restart
  • Corrections in linting
  • Volumes browser
    • HomeUI has now browser for your application volumes for easier management
  • Improvements in backup restore functionality
  • Improvements in proper backend handling
    • distinguish IP access, domain node access and load balanced access
  • Fixes docker logs
  • Corrections on ip tables settings

Volume browser api endpoints:
GET /apps/getfolderinfo/:appname?/:component?/:folder?
GET /apps/createfolder/:appname?/:component?/:folder?
GET /apps/renameobject/:appname?/:component?/:oldpath?/:newname?
GET /apps/removeobject/:appname?/:component?/:object?
GET /apps/downloadfile/:appname?/:component?/:file?
GET /apps/downloadfolder/:appname?/:component?/:folder?

Flux App Pricing API endpoint changes
POST /apps/calculatefiatandfluxprice

  • now returns price of application specifications in both fiat (USD) and Flux units
    POST /apps/calculateprice
  • now deprecated, use /apps/calculatefiatandfluxprice

Breaking changes api endpoint
POST /ioutils/fileupload/:fullpath?/:filename?/:appname? now transitions to /ioutils/fileupload/:type?/:appname?/:component?/:folder?/:filename?

  • This is to better support adjusted backup/restore functionality

What's Changed

New Contributors

Full Changelog: v4.33.0...v5.0.0

This version will be enforced on the 1st of April

v4.33.0

05 Mar 14:33
55f2d03
Compare
Choose a tag to compare
  • HomeUI optimizations

What's Changed

New Contributors

Full Changelog: v4.32.1...v4.33.0

v4.32.1

28 Feb 07:39
9f5613e
Compare
Choose a tag to compare
  • Fixes HomeUI application management

What's Changed

Full Changelog: v4.32.0...v4.32.1

v4.32.0

27 Feb 14:19
7459a63
Compare
Choose a tag to compare
  • Big HomeUI, simplified menus and big change on application management, is no longer needed to go to Fluxnodes where your app was running to have local management available
  • Fix iptables generation to prevent dockers to access private network of the FluxNode
  • Fix option to update applications specification without extending subscription
  • Added job to clean automatically backup files after 24h they were created
  • Other optimizations

This version will be enforced on March 13th, make sure you update your FluxNode before that day.

What's Changed

Full Changelog: v4.31.0...v4.32.0

This version will be enforced on March 13th, make sure you update your FluxNode before that day.

v4.31.0

20 Feb 16:19
3659628
Compare
Choose a tag to compare
  • Backup/Restore Container Data
    • It is now possible to backup your application container data and restore it. The new feature is now available under local apps management
  • Improvements on Syncthing
  • FluxOS UI color scheme update
  • Other small improvements
  • Various minor bug fixes

What's Changed

Full Changelog: v4.30.0...v4.31.0

v4.30.0

13 Feb 13:04
24e6a81
Compare
Choose a tag to compare
  • Adds option to pay for apps with SSP wallet
  • Fixes monitoring of applications disk usage
  • Adds hostname property to docker containers
    • Default hostname is the name of the application component

Full Changelog: v4.29.0...v4.30.0

v4.29.0

06 Feb 14:08
8f75a04
Compare
Choose a tag to compare
  • Improves docker container networking
  • Other small improvements

v4.28.0

30 Jan 14:41
2e44b42
Compare
Choose a tag to compare
  • Changes Primary/Standby instances to start up with a delay once a new primary instance is needed
  • Marketplace can now support contacts and geolocation for defined applications
  • Added information about Primary location on running instances menu in manage application section
  • Changes information about running instances to show their geolocation
  • Other small improvements

v4.27.2

25 Jan 09:48
3b5f452
Compare
Choose a tag to compare
  • Fixes a bug of constantly uninstalling and installing application when correct number of instances was reached.
  • It is now possible to update app specifications without extending app subscription
  • HomeUI now shows when application is about to expire

v4.27.1

24 Jan 09:17
7ee61a1
Compare
Choose a tag to compare
  • Fixes new FluxOS installations
    • add catch block to dropping of index as index does not exists on new nodes.