Releases: di-unipi-socc/TosKer
Releases · di-unipi-socc/TosKer
v2.0.2 - Management protocols
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
- fix the prune command
v2.0.1 - Management protocols
Starting from this version, TosKer, implement an orchestration mechanism based on the Management Protocols.
Legacy Management
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
Changelog:
- Rename tosker type
tosker.artifacts.image.Executable
intosker.artifacts.image.Service
andtosker.artifacts.dockerfile.Executable
intosker.artifacts.dockerfile.Service
- Bug fix
Version 0.2.0
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.