summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs')
-rw-r--r--collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/.gitignore1
-rw-r--r--collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/changelog.yaml30
-rw-r--r--collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/config.yaml29
-rw-r--r--collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/fragments/.keep0
-rw-r--r--collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/fragments/14-attach-detach-and-resize-volumes.yml2
5 files changed, 62 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/.gitignore b/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/.gitignore
new file mode 100644
index 00000000..6be6b533
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/.gitignore
@@ -0,0 +1 @@
+/.plugin-cache.yaml
diff --git a/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/changelog.yaml
new file mode 100644
index 00000000..34e83afa
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/changelog.yaml
@@ -0,0 +1,30 @@
+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'
+ 1.0.0:
+ release_date: '2020-08-16'
+ 1.1.0:
+ changes:
+ minor_changes:
+ - vultr_block_storage - Included ability to resize, attach and detach Block
+ Storage Volumes.
+ fragments:
+ - 14-attach-detach-and-resize-volumes.yml
+ release_date: '2021-02-02'
diff --git a/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/config.yaml b/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/config.yaml
new file mode 100644
index 00000000..98cab92d
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/config.yaml
@@ -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
diff --git a/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/fragments/.keep b/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/fragments/.keep
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/fragments/.keep
diff --git a/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/fragments/14-attach-detach-and-resize-volumes.yml b/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/fragments/14-attach-detach-and-resize-volumes.yml
new file mode 100644
index 00000000..c78b2141
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/ngine_io/vultr/changelogs/fragments/14-attach-detach-and-resize-volumes.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - vultr_block_storage - Included ability to resize, attach and detach Block Storage Volumes. \ No newline at end of file