Skip to content

Latest commit

 

History

History
237 lines (160 loc) · 6.36 KB

CHANGELOG.rst

File metadata and controls

237 lines (160 loc) · 6.36 KB

Vultr Collection Release Notes

  • instance, bare_metal - Implemented a new option skip_wait (#119).
  • Fixed an error while waiting for a specific state and the API returns an empty response. (#108).
  • instance_info - Fixed the alias name being was used on the wrong argument. (#105).
  • Added retry on HTTP 504 returned by the API (#104).
  • Fixed an issue with waiting for state (#102).
  • object_storage - Manages object storages on Vultr
  • Implemented a feature to distinguish resources by region if available. This allows to have identical name per region e.g. a VPC named default in each region. (#98).
  • instance - Added a new param user_scheme to change user scheme to non-root on Linux while creating the instance (#96).
  • reserved_ip - Fixed an issue which caused the module to fail, also enabled integration tests (#92).
  • instance - Fixed an issue detecting the instance state returned by the API (#89).
  • inventory - Added VPC/VPC 2.0 support by adding internal_ip to the attributes (#86).
  • firewall_rule - Fixed an idempotency issue if parameter port is set on protocols other than TCP/UDP (#76).
  • bare_metal - Manages bare metal machines on Vultr.
  • vpc2 - Manages VPCs 2.0 on Vultr
  • vpc2_info - Gather information about the Vultr VPCs 2.0
  • instance - Implemented a new state equal reinstalled to reinstall an existing instance (#66).
  • inventory - Bare metal support has been implemented (#63).
  • instance - Fixed an issue when deleting an instance in locked state. (#68)
  • inventory - Fixed the issue instance tags were not returned (#69)
  • instance - Added argument snapshot to support creation of instances via snapshot (#56).
  • snapshot - Manages snapshots on Vultr
  • snapshot_info - Gather information about the Vultr snapshots
  • inventory - Added IPv6 support by adding v6_main_ip to the attributes and improved docs (#54).
  • instance - An error that caused the start script not to be processed has been fixed. (#49)
  • instance_info - The problem that the module was missing in the runtime action group has been fixed.
  • instance - Implemented VPC support to attach/detach VPCs (#46).
  • instance_info - Get information about the Vultr instances
  • vultr - Retrieves list of instances via Vultr v2 API
  • instance - Fixed an issue with ssh keys being ignored when deploying an new instance.
  • instance - Fixed the handling for activating/deactivating backups.
  • block_storage - Added the parameter block_type to configure block types, default value is high_perf.
  • dns_record - Removed the default value 0 for the optional parameter priority.
  • block_storage - the default value for parameter live while attaching a volume changed to a more sensible default false.
  • instance - Manages server instances on Vultr.
  • Improved documentation and removed unused code.
  • account_info - Get information about the Vultr account.
  • block_storage - Manages block storage volumes on Vultr.
  • block_storage_info - Get information about the Vultr block storage available.
  • dns_domain - Manages DNS domains on Vultr.
  • dns_domain_info - Gather information about the Vultr DNS domains available.
  • dns_record - Manages DNS records on Vultr.
  • firewall_group - Manages firewall groups on Vultr.
  • firewall_group_info - Gather information about the Vultr firewall groups available.
  • firewall_rule - Manages firewall rules on Vultr.
  • firewall_rule_info - Gather information about the Vultr firewall rules available.
  • network - Manages networks on Vultr.
  • network_info - Gather information about the Vultr networks available.
  • os_info - Get information about the Vultr OSes available.
  • plan_info - Gather information about the Vultr plans available.
  • plan_metal_info - Gather information about the Vultr bare metal plans available.
  • region_info - Gather information about the Vultr regions available.
  • reserved_ip - Manages reserved IPs on Vultr.
  • ssh_key - Manages ssh keys on Vultr.
  • ssh_key_info - Get information about the Vultr SSH keys available.
  • startup_script - Manages startup scripts on Vultr.
  • startup_script_info - Gather information about the Vultr startup scripts available.
  • user - Manages users on Vultr.
  • user_info - Get information about the Vultr user available.
  • vpc - Manages VPCs on Vultr.
  • vpc_info - Gather information about the Vultr vpcs available.