Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Jul 3, 2020
1 parent 674bdbb commit c4a79b9
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
==============================
Vultr Collection Release Notes
==============================

.. contents:: Topics


v0.3.0
======

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

- vultr_server_info, vultr_server - Improved handling of discontinued plans (https://github.com/ansible/ansible/issues/66707).

Bugfixes
--------

- vultr - Fixed the issue retry max delay param was ignored.

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

- vultr_plan_baremetal_info - Gather information about the Vultr Bare Metal plans available.
- vultr_server_baremetal - Manages baremetal servers on Vultr.
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
ancestor: null
releases:
0.3.0:
changes:
bugfixes:
- vultr - Fixed the issue retry max delay param was ignored.
minor_changes:
- vultr_server_info, vultr_server - Improved handling of discontinued plans
(https://github.com/ansible/ansible/issues/66707).
fragments:
- 66792-vultr-improve-plan.yml
- 67437-vultr-fix-retry-max-delay-param.yml
modules:
- description: Gather information about the Vultr Bare Metal plans available.
name: vultr_plan_baremetal_info
namespace: ''
- description: Manages baremetal servers on Vultr.
name: vultr_server_baremetal
namespace: ''
release_date: '2020-07-03'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tags:
- cloud
- vultr
- ngine_io
version: 0.2.0
version: 0.3.0

0 comments on commit c4a79b9

Please sign in to comment.