Fog v1.37.0 Release Notes

Release Date: 2015-12-22 // over 8 years ago
  • 1.37.0 12/22/2015

    Hash f7cf6b7

    Statistic Value
    Collaborators 2
    Downloads 13380838
    Forks 1530
    Open Issues 89
    Watchers 3729

    MVP! Rich Daley

    [misc]

    • โœ‚ Remove vSphere provider. thanks Garcia
    • โœ‚ Remove lib/fog/bin/vsphere. thanks Garcia
    • ๐Ÿ‘‰ Use fog-vsphere ~> 0.2. thanks Garcia
    • OpenStack fix Cinder v2 typo. thanks Ladislav Smola
    • OpenStack add server evacuate action. thanks Ladislav Smola
    • ๐Ÿ›  Fix DigitalOceanV2::SshKey misplaced #save, #destroy and #update methods. thanks Manuel Franco
    • Enforce no slash in container name. thanks Matt Darby
    • โšก๏ธ Update API path for deleting SSH keys. thanks Michael Borohovski
    • โฌ†๏ธ Upgrade version of fog-vsphere to 0.4. Fixes #3784. thanks Michael Borohovski
    • โšก๏ธ Updates Getting Started for DigitalOcean. thanks Peter Souter
    • โž• Add some mocks for VM (partial) and Network. thanks Rich Daley
    • โž• Add loads more mocks to the vcloud_director backend. thanks Rich Daley
    • โž• Add mocks for disks. thanks Rich Daley
    • โž• Add mock support for tags. thanks Rich Daley
    • ๐Ÿ‘ป Don't pass AdminPassword if AdminPasswordAuto is true (causes an exception). thanks Rich Daley
    • โœ‚ Remove erroneous file. thanks Rich Daley
    • Add a barebones :post_reconfigure_vm and a Vm#reconfigure that uses it. thanks Rich Daley
    • โž• Add a mock and fix infinite loop issue. thanks Rich Daley
    • ๐Ÿคก Set description in the mocks ahead of separate PR. thanks Rich Daley
    • โž• Add support for VM descriptions. thanks Rich Daley
    • โž• Add a #storage_only to disks to return only those disks that are actually disks. thanks Rich Daley
    • โœ‚ Remove description if it hasn't changed. thanks Rich Daley
    • ๐Ÿ‘‰ Make comment more explicit about OVF. thanks Rich Daley
    • โž• Add vdc.networks. thanks Rich Daley
    • ๐Ÿ›  Fix bogus requires. thanks Rich Daley
    • Add a mock for put_network_connection_system_section_vapp and fix the mock for get_vm_network to get the VM ID the same way the parser does. thanks Rich Daley
    • Add mock for post_power_on_vapp. thanks Rich Daley
    • โž• Add mock for delete_vapp. thanks Rich Daley
    • According to doc, only the username is mandatory. thanks Sean Handley
    • If the management URL has no path, use the one in the auth URI. thanks Sean Handley
    • โช Revert "If the management URL has no path, use the one in the auth URI.". thanks Sean Handley
    • โ†ช Workaround for installs using both v2 and v3. thanks Sean Handley
    • ๐Ÿ›  Fix #3785 Missing image details for digitalocean version 2 api. thanks Suraj Shirvankar
    • โž• Added method locked? to check if the machine is currently locked with another operation. thanks Suraj Shirvankar
    • Add openstack_temp_url_key to the list of recognized options. thanks Yauheni Kryudziuk
    • rely on fog-xml nokogiri dep. thanks geemus
    • โž• add mime-types as dev dependency. thanks geemus
    • โšก๏ธ Update compute.md. thanks losingle

    [openstack]

    • volume API v2 implementation. thanks Darren Hague
    • โช Revert over-eager optimisation in v2 authentication case. thanks Darren Hague

    [rackspace]

    • Add support for get_vnc_console request to compute_v2. thanks Dusty Jones