diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dd2c3d6..4a318a4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,6 @@ jobs: matrix: ansible: - stable-2.11 - - stable-2.12 - stable-2.13 python: - 2.7 # required by Ansible see https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst#python-compatibility @@ -38,11 +37,6 @@ jobs: - ansible: stable-2.11 python: 3.8 - - ansible: stable-2.12 - python: 2.7 - - ansible: stable-2.12 - python: 3.6 - - ansible: stable-2.13 python: 2.7 - ansible: stable-2.13 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a8c4449..0e5df30 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Vultr Collection Release Notes .. contents:: Topics +v1.1.0 +====== + +Minor Changes +------------- + +- block_storage - the default value for parameter ``live`` while attaching a volume changed to a more sensible default ``false``. + +New Modules +----------- + +- instance - Manages server instances on Vultr. + v1.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 021f689..c2d6f9b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -88,3 +88,15 @@ releases: fragments: - summary.yaml release_date: '2022-09-05' + 1.1.0: + changes: + minor_changes: + - block_storage - the default value for parameter ``live`` while attaching a + volume changed to a more sensible default ``false``. + fragments: + - block_storage-live.yml + modules: + - description: Manages server instances on Vultr. + name: instance + namespace: '' + release_date: '2022-09-09' diff --git a/galaxy.yml b/galaxy.yml index 68123ff..5e63834 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -15,4 +15,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr" tags: - cloud - vultr -version: 1.0.1 +version: 1.1.0 diff --git a/meta/runtime.yml b/meta/runtime.yml index 168117a..9b8093a 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -12,10 +12,12 @@ action_groups: - firewall_group_info - firewall_rule - firewall_rule_info + - instance - os_info - plan_info - plan_metal_info - region_info + - reserved_ip - ssh_key - ssh_key_info - startup_script diff --git a/plugins/modules/block_storage.py b/plugins/modules/block_storage.py index bb553ec..d1c9178 100644 --- a/plugins/modules/block_storage.py +++ b/plugins/modules/block_storage.py @@ -47,7 +47,6 @@ attached_to_instance: description: - The ID of the server instance the volume is attached to. - - Required if I(state) is attached. type: str live: description: