Skip to content

Releases: RunOnFlux/flux

v3.0.5

07 Dec 12:26
cadc24f
Compare
Choose a tag to compare
  • Add blacklist for images

v3.0.4

30 Nov 14:11
2dd2dc9
Compare
Choose a tag to compare
  • remove need for zelid whitelist
  • additional type checks

v3.0.3

30 Nov 07:12
29e0bc2
Compare
Choose a tag to compare
  • adjust UI for id calls
  • readds zelid api paths

v3.0.2

29 Nov 16:23
c6364cc
Compare
Choose a tag to compare

This release is HIGH priority release as of specification typo fix. Update required before fork blockheight of 1004000.

  • Fixes v4 specifications typo of enviromentParameters to environmentParameters
  • removes deprecated api calls
  • removes obsolete functions
  • adds rate limiting on Flux communication
  • adds origin checks for blocking public keys
  • fixes ports uniqueness check

v3.0.1

28 Nov 12:33
7cb0aa6
Compare
Choose a tag to compare
  • Prohibits flux name scheme
  • Fixes app deployment of v3 on UI

v3.0.0

27 Nov 00:54
47ca031
Compare
Choose a tag to compare

v3.0.0 Compose

  • v4 application specifications define Composed applications. Application can now be composed from up to 5 components.
    Parameters:
    const appSpecs = {
      version: 4, // int
      name: 'FoldingAtHomeB', // string
      description: 'Folding @ Home is cool :)', // string
      owner: '1CbErtneaX2QVyUfwU7JGB7VzvPgrgc3uC', // string
      compose: [ // array of max 5 objects of following specs
        {
          name: 'Daemon', // string
          description: 'Main ddaemon for foldingAtHome', // string
          repotag: 'yurinnick/folding-at-home:latest',
          ports: '[30001]', // array of ints
          containerPorts: '[7396]', // array of ints
          domains: '[""]', // array of strings
          enviromentParameters: '["USER=foldingUser", "TEAM=262156", "ENABLE_GPU=false", "ENABLE_SMP=true"]', // array of strings
          commands: '["--allow","0/0","--web-allow","0/0"]', // array of strings
          containerData: '/config', // string
          cpu: 0.5, // float
          ram: 500, // int
          hdd: 5, // int
          tiered: true, // bool
          cpubasic: 0.5, // float
          rambasic: 500, // int
          hddbasic: 5, // int
          cpusuper: 1, // float
          ramsuper: 1000, // int
          hddsuper: 5, // int
          cpubamf: 2, // float
          rambamf: 2000, // int
          hddbamf: 5, // int
        },
      ],
      instances: 10, // int
    };

Additional specs improvements:

  • Application updates of v4 can now specify different repotags and ports
  • ports and containerPorts are now treated as integers (previously were recorded as strings, no impact change)
  • application name and composition name cannot be changed with an update
  • Installation of application follow an order in array. Uninstallation is reversed order. This can serve as depends on functionality

Additional changes

  • Improvements on Flux communication
  • Fixes bug where app was able to be deployed from node that was not properly communicating with network
  • 5x App price reduction
  • Code reorganisation and improvements
  • Separation of docker, general and fluxshare services
  • Nodes will now use all their available hardware to accompany applications
  • Cumulus with SSD disks will now be spawning applications as well
  • Adjustments in permissions to API calls
  • Additional API calls
    • /apps/verifyappregistrationspecifications
    • /apps/verifyappupdatespecifications
    • /apps/deploymentinformation
  • Code simplification, removal of old unused code
  • Additional minor improvements and fixes
  • UI adjustments
  • UI uses more Flux calls rather than relying on its own functions
  • Possibility to to connect to peer on UI
  • Adjustments of inputs on UI
  • Blockheight fork 1004000

Scheduled release at blockheight 1000000.

v2.2.4

11 Nov 04:09
39b7f11
Compare
Choose a tag to compare
  • Update KadenaChainWebNode to v2.11.0
  • Update Economics Page Info and Loading Performance
  • Open (and not voted) XDAO proposal badge on menu

This release is mandatory for nodes running KDA applciation. An update has to be done prior 17th November

v2.2.3

08 Nov 09:30
ad4de4a
Compare
Choose a tag to compare
  • Updates Kadena Chainweb Data hash

v2.2.2

08 Nov 02:04
a82a64b
Compare
Choose a tag to compare
  • Update Economics to Use api.runonflux.io to get node count

v2.2.1

07 Nov 15:01
a8d5cbb
Compare
Choose a tag to compare
  • Updates Kadena Chainweb Data specifications - more CPU and RAM resources
  • Updates several dependencies
  • Dashboard Economics - Added a refresh timer (every 10 minutes) and retry-on-error for api calls