Skip to content

Commit

Permalink
Release/1.1.0 (#24)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
resmo committed Sep 9, 2022
1 parent a3b5925 commit 84a1294
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr"
tags:
- cloud
- vultr
version: 1.0.1
version: 1.1.0
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/block_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 84a1294

Please sign in to comment.