diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fd6c966..867080c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,15 @@ 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 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8ba2628..01ecfe6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -146,6 +146,17 @@ releases: 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: diff --git a/changelogs/fragments/fix-keyerror-wait-for-state.yml b/changelogs/fragments/fix-keyerror-wait-for-state.yml deleted file mode 100644 index de40c21..0000000 --- a/changelogs/fragments/fix-keyerror-wait-for-state.yml +++ /dev/null @@ -1,3 +0,0 @@ -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). diff --git a/changelogs/fragments/instance_info_fix-alias-for-label.yml b/changelogs/fragments/instance_info_fix-alias-for-label.yml deleted file mode 100644 index e583dfa..0000000 --- a/changelogs/fragments/instance_info_fix-alias-for-label.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: -- instance_info - Fixed the alias ``name`` being was used on the wrong argument. - (https://github.com/vultr/ansible-collection-vultr/issues/105). diff --git a/galaxy.yml b/galaxy.yml index 555995e..19f4156 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,4 +16,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr" tags: - cloud - vultr -version: 1.12.0 +version: 1.12.1