Skip to content

Releases: di-unipi-socc/TosKer

v2.0.2 - Management protocols

06 Apr 10:37
Compare
Choose a tag to compare

Stable release with Management Protocols.

Changelog:

  • Add support of two type of plans (.plan, .csv).
  • Fix piped input error.
  • Fix errors in python2 interpreter.
  • Fix bug that does not execute the delete operation on Docker volumes.

v1.0.1 - Legacy management

06 Apr 10:28
Compare
Choose a tag to compare
  • fix the prune command

v2.0.1 - Management protocols

09 Dec 18:12
Compare
Choose a tag to compare

Starting from this version, TosKer, implement an orchestration mechanism based on the Management Protocols.

Legacy Management

09 Dec 17:36
Compare
Choose a tag to compare

This is the last stable release with TOSCA deployment algorithm. All the other version of TosKer use the Management Protocols to have more control over the deployment.

Version 0.3.2

19 May 16:49
Compare
Choose a tag to compare

Changelog:

  • Rename tosker type tosker.artifacts.image.Executable in tosker.artifacts.image.Service and tosker.artifacts.dockerfile.Executable in tosker.artifacts.dockerfile.Service
  • Bug fix

Version 0.2.0

20 Apr 13:43
Compare
Choose a tag to compare

Changelog:

  • Remove tosker.nodes.container.Executable node type and add two new artefact type tosker.artifacts.Image.Executable and tosker.artifacts.Dockerfile.Executable.
  • Improve the topological sorting algorithm with a more efficient version (Cormen et al., "Section 22.4: Topological sort", Introduction to Algorithms, MIT Press and McGraw-Hill).
  • Add the possibility to execute operations on a specific set of components.
  • Update the support for the last version of Docker.
  • Update unit tests.
  • Bug fix.