Skip to content

Commit

Permalink
release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Jan 22, 2023
1 parent cf6d5dd commit 8e5c398
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Vultr Collection Release Notes
.. contents:: Topics


v1.7.0
======

Minor Changes
-------------

- instance - Added argument ``snapshot`` to support creation of instances via snapshot (https://github.com/vultr/ansible-collection-vultr/pull/56).

New Modules
-----------

- snapshot - Manages snapshots on Vultr
- snapshot_info - Gather information about the Vultr snapshots

v1.6.0
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,18 @@ releases:
fragments:
- inventory-ipv6.yml
release_date: '2023-01-15'
1.7.0:
changes:
minor_changes:
- instance - Added argument ``snapshot`` to support creation of instances via
snapshot (https://github.com/vultr/ansible-collection-vultr/pull/56).
fragments:
- 56-instance_snapshot.yml
modules:
- description: Manages snapshots on Vultr
name: snapshot
namespace: ''
- description: Gather information about the Vultr snapshots
name: snapshot_info
namespace: ''
release_date: '2023-01-22'
2 changes: 0 additions & 2 deletions changelogs/fragments/56-instance_snapshot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr"
tags:
- cloud
- vultr
version: 1.6.0
version: 1.7.0

0 comments on commit 8e5c398

Please sign in to comment.