Skip to content

Commit

Permalink
release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed May 21, 2023
1 parent 996a40b commit 9527494
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Vultr Collection Release Notes
.. contents:: Topics


v1.8.0
======

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

- instance - Implemented a new ``state`` equal ``reinstalled`` to reinstall an existing instance (https://github.com/vultr/ansible-collection-vultr/pull/66).
- inventory - Bare metal support has been implemented (https://github.com/vultr/ansible-collection-vultr/pull/63).

v1.7.1
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,13 @@ releases:
- 68-instance-locked-absent.yml
- 70-inventory-fix-tags-not-returned.yml
release_date: '2023-05-03'
1.8.0:
changes:
minor_changes:
- instance - Implemented a new ``state`` equal ``reinstalled`` to reinstall
an existing instance (https://github.com/vultr/ansible-collection-vultr/pull/66).
- inventory - Bare metal support has been implemented (https://github.com/vultr/ansible-collection-vultr/pull/63).
fragments:
- 63-inventory-bare-metal.yml
- instance-reinstall.yml
release_date: '2023-05-21'
2 changes: 0 additions & 2 deletions changelogs/fragments/63-inventory-bare-metal.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/instance-reinstall.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.7.1
version: 1.8.0

0 comments on commit 9527494

Please sign in to comment.