From 12dacc55b0a69db96a8e76f13b7db3946bc22665 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Sat, 11 Nov 2023 11:22:49 +0100 Subject: [PATCH] release 1.10.1 --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 8 ++++++++ changelogs/fragments/fix-instance-state-wait-for.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/fix-instance-state-wait-for.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1a91fff..9a2dbc9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Vultr Collection Release Notes .. contents:: Topics +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 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 80185ec..aaa53d3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -108,6 +108,14 @@ releases: 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.2.0: changes: minor_changes: diff --git a/changelogs/fragments/fix-instance-state-wait-for.yml b/changelogs/fragments/fix-instance-state-wait-for.yml deleted file mode 100644 index a6ab616..0000000 --- a/changelogs/fragments/fix-instance-state-wait-for.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - instance - Fixed an issue detecting the instance state returned by the API (https://github.com/vultr/ansible-collection-vultr/pull/89). diff --git a/galaxy.yml b/galaxy.yml index 09b94dd..80ca153 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,4 +16,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr" tags: - cloud - vultr -version: 1.10.0 +version: 1.10.1