Skip to content

Releases: ttafsir/evengsdk

v0.2.7

07 May 02:41
ebbd28f
Compare
Choose a tag to compare

What's Changed

  • Moves from sphinx to mkdocs
  • Security updates for mkdocs
  • Fix topology builder for dynamips nodes
  • Clean up tracebacks in CLI output

Full Changelog: 0.2.5...0.2.6

0.2.5

18 Feb 22:58
74a70ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.4...0.2.5

v0.2.4

07 Feb 17:42
65a4624
Compare
Choose a tag to compare

Changes:

  • Add EVE-NG PRO support

Fix:

  • Fix infinite loop while listing labs from multiple nesting levels #122

Full Changelog: 0.2.3...0.2.4

v0.2.3

04 Feb 02:16
d20b525
Compare
Choose a tag to compare

Changes:

  • Update issue templates
  • Implement_user_commands
  • Adds option for ssl verification and insecure warnings
  • removes version command in favor of Click.version_option

Fix:

  • Clean up startup configs for deleted labs
  • Clean up error message for empty labs

Full Changelog: 0.2.2...0.2.3

v0.2.2

18 Jan 04:45
4aa12cb
Compare
Choose a tag to compare

Changes

  • Fix Path for compatibility on Windows
  • Add method to enable config for nodes
  • Fix minor typos

v0.2.1

14 Jan 21:25
Compare
Choose a tag to compare

Changes

  • updates package to eve-ng on PYPI due to conflict

v0.2.0

14 Jan 20:16
a112fc2
Compare
Choose a tag to compare

Notable Changes

  • Improve text based output using rich by @ttafsir in #71
  • Improve table output t by @ttafsir in #77
  • Topology schema for declarative Topology builder by @ttafsir in #80
  • Create Labs Declaratively from Topology file by @ttafsir in #81
  • View Nodes configs from CLI by @ttafsir in #82
  • Improves status output for long running tasks by @ttafsir in #84

Full Changelog: https://github.com/ttafsir/evengsdk/commits/0.2.0

v0.1.1

05 Jan 14:02
3efc377
Compare
Choose a tag to compare
0.1.1 branch (#63)

* update requirements/deps management
* Adds pre-commit config
* Fix linting issues
* update version
* make library compatible to windows

The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error.
Using `.as_posix()` forces `/` as a separator and fixes that issue.

Co-authored-by: Martin Plattner <git@mplattner.at>