* Added deployment CLI for returning deployment related info including networking info, role names, and deployment properties * Added a call to list security groups in the same VPC as the EC2 instance * Added a call to revoke security group rules in AWS
0.0.12
======
* Added deployment.Deployment.get_scenario_host_ip_on_network to return an IP address for a scenario host on a specific network * Added security_group_list as an option to Ec2Util.launch_instance to pass in a list of security groups
0.0.11
======
* Added deployment.Deployment.get_ip_on_network to return the IP for a cons3rt network * Added deployment.Deployment.get_device_for_network_linux to return the network device name given a cons3rt network name * Added a CLI for slack messaging
0.0.10
======
* Added the Deployment.set_hosts_file_entry_for_role to set a hosts file entry for a specific scenario host on a specific network
0.0.9
=====
* Added the Deployment.set_scenario_hosts_file to set hosts file entries for each scenario host using a specific network, and optionally include a domain name
0.0.8
=====
* Added support for Nexus v3 artifact download URLs