Skip to content

Releases: QualiSystems/cloudshell-cp-vcenter

cloudshell-cp-vcenter 7.0.2

21 Oct 07:26
Compare
Choose a tag to compare

Release notes:

  • Added IPv6 support

Note: To work with IPv6, you need to add a new attribute "IP Protocol Version" to App Resource. Possible values are ipv4 and ipv6. By default, the ipv4 value will be taken.

cloudshell-cp-vcenter 7.0.0

30 Oct 09:31
Compare
Choose a tag to compare
  • update connectivity:
    • new network name. Added flags E/S - exclusive/shared, F - forged transmits, M - mac address changes, P - promiscuous mode
    • fix getting settings for forged transmits and others from VLAN Service and resource config
    • lock for the creation of a network
    • significantly decrease the time of searching a network if there are lots of networks in the datacenter
  • fix for Copy VM BIOS UUID not being transitioned to the saved app
  • do not rerun the connection on login error
  • use SI from the driver, destroy socket on session ending
  • fix VM with snapshot hint - return only VM that has snapshots
  • shutdown immediately on deleting VM
  • retry cloning VM on vCenter error creating DVPort

cloudshell-cp-vcenter 6.0.3

28 Aug 14:22
Compare
Choose a tag to compare
  • fix connectivity - CloudShell would call Connectivity one more time in teardown after the VM was deleted if disconnect for the first time failed
  • fix removing VM without sandbox
  • run save sandbox and delete saved sandbox in threads

cloudshell-cp-vcenter 6.0.2

21 Aug 08:30
Compare
Choose a tag to compare
  • fix creating networks for dvSwitch

cloudshell-cp-vcenter 6.0.1

18 Aug 13:18
Compare
Choose a tag to compare

update tags flow:

  • fix delete instance with disabled tags
  • add cache for tags and categories
  • remove VM and folder if assigning tags failed in deploy and raise
  • fix removing DVPortGroup if assigning tags failed

cloudshell-cp-vcenter 6.0.0

17 Aug 19:05
Compare
Choose a tag to compare
  • use CS logging v2
  • use connectivity flow v4
    • support manual and auto interfaces in a connector at the same time
    • create networks in pre_connectivity
    • remove networks in post_connectivity
    • use clear function to remove failed set VLAN actions
    • remove network tags only for static shell. In other cases, they would be deleted in DeleteInstance command when sandbox is finishing
    • get tags before deleting networks, remove tags after all networks is deleted
  • delete tags of VM and folder after the objects are removed
  • use "Existing Network" attribute

cloudshell-cp-vcenter 5.0.5

10 Jul 15:16
Compare
Choose a tag to compare
  • fix tags with space at the end or begin
  • fix IP regex

cloudshell-cp-vcenter 5.0.4

22 Jun 08:02
Compare
Choose a tag to compare
  • fix creating Host's Port Group if the corresponding network is present
  • fix IP regex not checked for primary IP

cloudshell-cp-vcenter 5.0.2

27 Mar 16:07
Compare
Choose a tag to compare
  • fix getting a DVSwitch from a folder
  • fix creating a new vNIC
  • add function to split string by ";" and ","
  • if an affinity rule name is specified but not present create it

cloudshell-cp-vcenter 5.0.1

09 Feb 08:19
Compare
Choose a tag to compare
  • fix validating that we receive a switch name in the connectivity
  • fix get or create network command to ignore exception if the network was created in another thread