diff options
Diffstat (limited to 'ansible_collections/vultr/cloud/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/vultr/cloud/CHANGELOG.rst | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/ansible_collections/vultr/cloud/CHANGELOG.rst b/ansible_collections/vultr/cloud/CHANGELOG.rst index 9374416d8..867080cc0 100644 --- a/ansible_collections/vultr/cloud/CHANGELOG.rst +++ b/ansible_collections/vultr/cloud/CHANGELOG.rst @@ -5,6 +5,78 @@ Vultr Collection Release Notes .. contents:: Topics +v1.12.1 +======= + +Bugfixes +-------- + +- Fixed an error while waiting for a specific state and the API returns an empty response. (https://github.com/vultr/ansible-collection-vultr/issues/108). +- instance_info - Fixed the alias ``name`` being was used on the wrong argument. (https://github.com/vultr/ansible-collection-vultr/issues/105). + +v1.12.0 +======= + +Minor Changes +------------- + +- Added retry on HTTP 504 returned by the API (https://github.com/vultr/ansible-collection-vultr/pull/104). + +Bugfixes +-------- + +- Fixed an issue with waiting for state (https://github.com/vultr/ansible-collection-vultr/pull/102). + +New Modules +----------- + +- object_storage - Manages object storages on Vultr + +v1.11.0 +======= + +Minor Changes +------------- + +- 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. (https://github.com/vultr/ansible-collection-vultr/pull/98). +- instance - Added a new param ``user_scheme`` to change user scheme to non-root on Linux while creating the instance (https://github.com/vultr/ansible-collection-vultr/issues/96). + +Bugfixes +-------- + +- reserved_ip - Fixed an issue which caused the module to fail, also enabled integration tests (https://github.com/vultr/ansible-collection-vultr/issues/92). + +v1.10.1 +======= + +Bugfixes +-------- + +- instance - Fixed an issue detecting the instance state returned by the API (https://github.com/vultr/ansible-collection-vultr/pull/89). + +v1.10.0 +======= + +Minor Changes +------------- + +- inventory - Added VPC/VPC 2.0 support by adding ``internal_ip`` to the attributes (https://github.com/vultr/ansible-collection-vultr/issues/86). + +v1.9.0 +====== + +Bugfixes +-------- + +- firewall_rule - Fixed an idempotency issue if parameter ``port`` is set on protocols other than TCP/UDP (https://github.com/vultr/ansible-collection-vultr/issues/76). + +New Modules +----------- + +- 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 + v1.8.0 ====== |