From 5cdd0cb414a89aacd8a2cdc6eea1f5fb853c35d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Tue, 5 Dec 2023 17:39:31 +0100 Subject: [PATCH] release 1.11.0 (#99) --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 16 ++++++++++++++++ changelogs/fragments/distinguish-per-region.yml | 3 --- changelogs/fragments/instance-user-scheme.yml | 3 --- .../fragments/reserved_ip-fix-broken-module.yml | 2 -- galaxy.yml | 2 +- 6 files changed, 31 insertions(+), 9 deletions(-) delete mode 100644 changelogs/fragments/distinguish-per-region.yml delete mode 100644 changelogs/fragments/instance-user-scheme.yml delete mode 100644 changelogs/fragments/reserved_ip-fix-broken-module.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a2dbc9..d7da869 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Vultr Collection Release Notes .. contents:: Topics +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 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index aaa53d3..3a3ce72 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -116,6 +116,22 @@ releases: 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.2.0: changes: minor_changes: diff --git a/changelogs/fragments/distinguish-per-region.yml b/changelogs/fragments/distinguish-per-region.yml deleted file mode 100644 index acb60de..0000000 --- a/changelogs/fragments/distinguish-per-region.yml +++ /dev/null @@ -1,3 +0,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). diff --git a/changelogs/fragments/instance-user-scheme.yml b/changelogs/fragments/instance-user-scheme.yml deleted file mode 100644 index 65bda7f..0000000 --- a/changelogs/fragments/instance-user-scheme.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - 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). diff --git a/changelogs/fragments/reserved_ip-fix-broken-module.yml b/changelogs/fragments/reserved_ip-fix-broken-module.yml deleted file mode 100644 index 02b5994..0000000 --- a/changelogs/fragments/reserved_ip-fix-broken-module.yml +++ /dev/null @@ -1,2 +0,0 @@ -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). diff --git a/galaxy.yml b/galaxy.yml index 80ca153..7a76d95 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.1 +version: 1.11.0