Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Dec 16, 2022
1 parent 9ab1a23 commit e18917e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
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.5.0
======

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

- instance - Implemented VPC support to attach/detach VPCs (https://github.com/vultr/ansible-collection-vultr/pull/46).

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

- instance_info - Get information about the Vultr instances

v1.4.0
======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,14 @@ releases:
name: vultr
namespace: null
release_date: '2022-12-08'
1.5.0:
changes:
minor_changes:
- instance - Implemented VPC support to attach/detach VPCs (https://github.com/vultr/ansible-collection-vultr/pull/46).
fragments:
- instance-vpcs.yml
modules:
- description: Get information about the Vultr instances
name: instance_info
namespace: ''
release_date: '2022-12-16'
2 changes: 0 additions & 2 deletions changelogs/fragments/instance-vpcs.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.4.0
version: 1.5.0

0 comments on commit e18917e

Please sign in to comment.