Skip to content

Releases: mapledyne/skytap

VM Exports

09 Jan 23:35

Choose a tag to compare

VM Exports work

Python 2.6 support restored

17 Mar 17:54

Choose a tag to compare

  • Restore support for Python 2.6
  • Initial command line access support
  • Fix rogue printing error

Interface and Services

10 Mar 21:17

Choose a tag to compare

New features:

  • Documentation improvements
  • Interfaces are now an object
  • Published services are now objects
  • Can delete published services

Group and user data management

02 Mar 20:51

Choose a tag to compare

New features:

  • Add and delete groups
  • Add and remove users from groups
  • User data is parsed into variables:
    • "car: yellow" in metadata will turn into: env.user_data.car ( = yellow)
  • Support for templates
  • Delete environments and VMs
  • Command line parameters python -m skytap.Users kermit
  • Create users

Python 3 improvements

29 Feb 21:24

Choose a tag to compare

Changes to be more compatible with Python 3.

Add support for user_data

24 Feb 19:51

Choose a tag to compare

Now variables can be put into user_data and they'll be parsed out.

For instance, add this to your environment's metadata:

new_value: 10

and this will be parsed in the module:

print env[123456].user_data.new_value

Comments are handled properly:
new_value: 123 # very new!

Initial release

23 Feb 20:42

Choose a tag to compare

Initial release, with some minor changes to make it pip-friendlier.

Initial release

23 Feb 18:33

Choose a tag to compare

Initial release Pre-release
Pre-release

Initial release package.