github RunOnFlux/flux v3.25.0

latest releases: v5.26.0, v5.25.0, v5.24.0...
23 months ago
  • Flux Apps Geolocation specifications update
    • Scheme changes from aXX, bYY to acXX_YY_RR and a!cXX_YY_RR, where XX is continent code, YY is country code and RR is region name. Old scheme is now considered deprecated although supported.
    • An allowed or forbidden geolocation is now in one string of the array
    • ac prefix means allowed location while a!c prefix means location is forbidden
    • It is now also possible to specify with Region accuracy
    • Geolocation options are now live from stats api with fallback to default dataset of continents, countries if unreachable - see geolocations file
    • Maximum of 10 total geolocation specification can be chosen with UI restricted to 5 allowed and 5 banned.
    • new geolocation has prefix ac for allowed and a!c for not allowed location
    • fully compatible with previous geolocation scheme
    • Continents are represented as codes, countries are represented as codes but regions are full regionName. This is to truly know the geolocation and be nicely visible to user especially when stats api is not available or region is missing
    • auto adjust max allowed instances based on selected geolocation (UI)
    • Example of style: [acEU], [acEU_CZ], [acEU_CZ_Hlavni mesto praha], [a!cNA], [a!cNA_US], [a!cNA_US_Washington]
    • Geolocation is a geo app specifications fork set to go live on 1230000 All nodes should update to the release otherwise can be rejecting some application submissions and so falling off the network.
  • Apps Monitoring
    • Provides statistics of resources usage of app such as CPU, RAM, Disk, Net and more
    • Apps stats are now being monitored with option to:
      • stream real time app statistics
      • get per minute information of app stats for the last hour
      • get per 15 minute information of app stats for the last day
  • API changes:
    • /apps/appmonitor/:appname?
      • Get monitoring statistics information about specific app or app component
    • /apps/appmonitorstream/:appname?
    • Get stream monitoring statistics information about specific app or app component
    • /apps/startmonitoring/:appname?
      • starts monitoring of an application or application component
    • /apps/stopmonitoring/:appname?/:deletedata?
      • stops monitoring of an application or application component with a possibility to delete gathered statistics data
  • Minor scripts improvements
  • UI improvements
  • Dependencies update

All nodes are highly recommended to update prior block 1230000 - within 2 weeks.

Don't miss a new flux release

NewReleases is sending notifications on new releases.