diff options
Diffstat (limited to 'ansible_collections/vultr/cloud/changelogs/changelog.yaml')
-rw-r--r-- | ansible_collections/vultr/cloud/changelogs/changelog.yaml | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/ansible_collections/vultr/cloud/changelogs/changelog.yaml b/ansible_collections/vultr/cloud/changelogs/changelog.yaml index a24c768f9..01ecfe6a9 100644 --- a/ansible_collections/vultr/cloud/changelogs/changelog.yaml +++ b/ansible_collections/vultr/cloud/changelogs/changelog.yaml @@ -100,6 +100,63 @@ releases: name: instance namespace: '' release_date: '2022-09-09' + 1.10.0: + changes: + 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). + fragments: + - 86-inventory-internal_ip.yml + release_date: '2023-09-18' + 1.10.1: + changes: + bugfixes: + - instance - Fixed an issue detecting the instance state returned by the API + (https://github.com/vultr/ansible-collection-vultr/pull/89). + fragments: + - fix-instance-state-wait-for.yml + release_date: '2023-11-11' + 1.11.0: + changes: + 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). + 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). + fragments: + - distinguish-per-region.yml + - instance-user-scheme.yml + - reserved_ip-fix-broken-module.yml + release_date: '2023-12-05' + 1.12.0: + changes: + bugfixes: + - Fixed an issue with waiting for state (https://github.com/vultr/ansible-collection-vultr/pull/102). + minor_changes: + - Added retry on HTTP 504 returned by the API (https://github.com/vultr/ansible-collection-vultr/pull/104). + fragments: + - 102-state-detect.yml + - 104- retry-on-gateway-timeout.yml + modules: + - description: Manages object storages on Vultr + name: object_storage + namespace: '' + release_date: '2023-12-18' + 1.12.1: + changes: + 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). + fragments: + - fix-keyerror-wait-for-state.yml + - instance_info_fix-alias-for-label.yml + release_date: '2024-01-17' 1.2.0: changes: minor_changes: @@ -196,3 +253,21 @@ releases: - 63-inventory-bare-metal.yml - instance-reinstall.yml release_date: '2023-05-21' + 1.9.0: + changes: + 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). + fragments: + - firewall_rule-fix-idempotency-icmp.yml + modules: + - description: Manages bare metal machines on Vultr. + name: bare_metal + namespace: '' + - description: Manages VPCs 2.0 on Vultr + name: vpc2 + namespace: '' + - description: Gather information about the Vultr VPCs 2.0 + name: vpc2_info + namespace: '' + release_date: '2023-08-22' |