This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ngine-io/release/0.3.0
release 0.3.0
- Loading branch information
Showing
33 changed files
with
520 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.plugin-cache.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
changelog_filename_template: ../CHANGELOG.rst | ||
changelog_filename_version_depth: 0 | ||
changes_file: changelog.yaml | ||
changes_format: combined | ||
keep_fragments: true | ||
mention_ancestor: true | ||
new_plugins_after_name: removed_features | ||
notesdir: fragments | ||
prelude_section_name: release_summary | ||
prelude_section_title: Release Summary | ||
sections: | ||
- - major_changes | ||
- Major Changes | ||
- - minor_changes | ||
- Minor Changes | ||
- - breaking_changes | ||
- Breaking Changes / Porting Guide | ||
- - deprecated_features | ||
- Deprecated Features | ||
- - removed_features | ||
- Removed Features (previously deprecated) | ||
- - security_fixes | ||
- Security Fixes | ||
- - bugfixes | ||
- Bugfixes | ||
- - known_issues | ||
- Known Issues | ||
title: Vultr Collection | ||
trivial_section_name: trivial |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- vultr_server_info, vultr_server - Improved handling of discontinued plans (https://github.com/ansible/ansible/issues/66707). |
2 changes: 2 additions & 0 deletions
2
changelogs/fragments/67437-vultr-fix-retry-max-delay-param.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bugfixes: | ||
- vultr - Fixed the issue retry max delay param was ignored. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ tags: | |
- cloud | ||
- vultr | ||
- ngine_io | ||
version: 0.2.0 | ||
version: 0.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
requires_ansible: '>=2.9.10' | ||
action_groups: | ||
vultr: | ||
- vultr_user | ||
- vultr_plan_baremetal_info | ||
- vultr_user_info | ||
- vultr_block_storage | ||
- vultr_plan_info | ||
- vultr_ssh_key_info | ||
- vultr_network_info | ||
- vultr_firewall_group_info | ||
- vultr_ssh_key | ||
- vultr_dns_domain | ||
- vultr_server_info | ||
- vultr_dns_record | ||
- vultr_server_baremetal | ||
- vultr_block_storage_info | ||
- vultr_firewall_group | ||
- vultr_region_info | ||
- vultr_network | ||
- vultr_account_info | ||
- vultr_firewall_rule | ||
- vultr_dns_domain_info | ||
- vultr_server | ||
- vultr_startup_script | ||
- vultr_os_info | ||
- vultr_startup_script_info | ||
|
||
plugin_routing: | ||
modules: | ||
vr_account_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_account_info | ||
vr_dns_domain: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vr_dns_domain | ||
vr_dns_record: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_dns_record | ||
vr_firewall_group: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_firewall_group | ||
vr_firewall_rule: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_firewall_rule | ||
vr_server: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_server | ||
vr_ssh_key: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_ssh_key | ||
vr_startup_script: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_startup_script | ||
vr_user: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_user | ||
vultr_account_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_account_info | ||
vultr_block_storage_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_block_storage_info | ||
vultr_dns_domain_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_dns_domain_info | ||
vultr_firewall_group_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_firewall_group_info | ||
vultr_network_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_network_info | ||
vultr_os_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_os_info | ||
vultr_plan_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_plan_info | ||
vultr_region_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_region_info | ||
vultr_server_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_server_info | ||
vultr_ssh_key_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_ssh_key_info | ||
vultr_startup_script_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_startup_script_info | ||
vultr_user_facts: | ||
deprecation: | ||
removal_version: 2.0.0 | ||
warning_text: module was renamed to vultr_user_info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
# Copyright (c) 2017 René Moser <[email protected]> | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
from __future__ import absolute_import, division, print_function | ||
__metaclass__ = type | ||
|
||
|
||
class ModuleDocFragment(object): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.