Skip to content

Releases: RunOnFlux/flux

v5.5.0

23 Apr 17:35
a5e7447
Compare
Choose a tag to compare
  • Improves shell commands executions
  • Adds a service that automatically checks and updates syncthing version if needed, with other components to be added later
  • Adds VAT to PayPal payments
  • Checks fiat gateway payment status to only add the payment options that are currently available
  • Other minor improvements and bug fixes

What's Changed

New Contributors

Full Changelog: v5.4.0...v5.5.0

v5.4.0

09 Apr 13:47
b25169c
Compare
Choose a tag to compare
  • Prepares the network to allow cancellation of application subscriptions
  • FluxOs will start monitoring versions of critical components installed on Flux Node. Starting on 26th of April all nodes with syncthing version bellow 1.27.6 will start getting DOS. It is important to upgrade to version 1.27.6 of syncthing as soon as possible.
  • HomeUI improvements

This version will be enforced on April 24th.

To check your syncthing version on your fluxnode ssh into it and type "syncthing --version"
We advise to regulary update your node OS and components for security patches and other improvements, you can check on our wiki how to do it ->https://wiki.runonflux.io/wiki/flux-nodes/flux-node-installation/updates-and-maintenance

It is highly recommended to upgrade NodeJS to at least version 16 with recommended NodeJS v20 LTS.
Older version of NodeJS 16 will stop being supported in the upcoming releases.

What's Changed

New Contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

04 Apr 13:24
10a1125
Compare
Choose a tag to compare

Flux ecosystem including FluxOS can now be accessed using Flux SignOn - SSO solution to connect our products and allow standardised non crypto way of using applications. Together with previously introduced fiat payments, it is now completing the circle to use Flux without any crypto knowledge, without any crypto wallet using purely web2 standards.

  • Flux Single Sign On

    • It is now possible to use SSO for logging into FluxOS and manging your apps
    • Email, Google and Apple support
    • Login, Spawn and Manage your Apps with SSO
    • SSO works only on https://home.runonflux.io
  • API GET /apps/getappspecsusdprice

    • returns USD pricing of FluxOS
  • Improvements in failover solutions

  • Better error handling

What's Changed

New Contributors

Full Changelog: v5.2.0...v5.3.0

v5.2.0

26 Mar 15:11
874d2d0
Compare
Choose a tag to compare
  • HomeUI improvements
  • Better Fiat payment processing
  • Test Suite improvements
  • Preparations for Flux Controller, async locks
  • Other minor improvements and bug fixes

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0

v5.1.0

19 Mar 15:20
ab624a8
Compare
Choose a tag to compare
  • UI optimizations
  • Compression on API calls
  • Improvements on syncthing peer discovery
  • Other small optimizations

This version will be enforced on April 18th

What's Changed

Full Changelog: v5.0.0...v5.1.0

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