Skip to content

v4.27.0

Compare
Choose a tag to compare
@TheTrunk TheTrunk released this 23 Jan 14:41
· 1265 commits to master since this release
f69f12d
  • Apps are now not spawning on new nodes if they are already running on the defined number of instances
  • Uninstall app from a nodes if it is already spawned on more nodes then required instances. This is based on 'running since' parameter - the last instance gets removed
  • Uninstall apps from nodes that are no longer confirmed on the network
  • Maximum number of instances is now according to application specifications. Previously it was specifications + 1.
  • Add ssp, walletconnect and metamask as signing options on marketplace
  • Improved subnet/gateway ip assignment on docker network creation
  • Fixes launching applications whose image contains _ character
  • Other small improvements and bug fixes