Skip to content

Commit

Permalink
release 1.0.0-rc.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Apr 22, 2022
1 parent 8a7a3b7 commit c3e4c08
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 25 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,37 @@ Vultr Collection Release Notes
==============================

.. contents:: Topics


v1.0.0-rc.1
===========

Release Summary
---------------

Initial release candidate and first release published on Ansible Galaxy.

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

- account_info - Get information about the Vultr account.
- block_storage - Manages block storage volumes on Vultr.
- block_storage_info - Get information about the Vultr block storage available.
- dns_domain - Manages DNS domains on Vultr.
- dns_domain_info - Gather information about the Vultr DNS domains available.
- dns_record - Manages DNS records on Vultr.
- firewall_group - Manages firewall groups on Vultr.
- firewall_group_info - Gather information about the Vultr firewall groups available.
- network - Manages networks on Vultr.
- network_info - Gather information about the Vultr networks available.
- os_info - Get information about the Vultr OSes available.
- plan_info - Gather information about the Vultr plans available.
- plan_metal_info - Gather information about the Vultr bare metal plans available.
- region_info - Gather information about the Vultr regions available.
- reserved_ip - Manages reserved IPs on Vultr.
- ssh_key - Manages ssh keys on Vultr.
- ssh_key_info - Get information about the Vultr SSH keys available.
- startup_script - Manages startup scripts on Vultr.
- startup_script_info - Gather information about the Vultr startup scripts available.
- user - Manages users on Vultr.
- user_info - Get information about the Vultr user available.
2 changes: 1 addition & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ancestor: null
ancestor: 1.0.0-rc.1
releases: {}
36 changes: 18 additions & 18 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ changelog_filename_template: ../CHANGELOG.rst
changelog_filename_version_depth: 0
changes_file: changelog.yaml
changes_format: combined
keep_fragments: true
keep_fragments: false
mention_ancestor: true
flatmap: 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
- - 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
12 changes: 6 additions & 6 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ authors:
- "René Moser (@resmo)"
- "Yanis Guenane (@Spredzy)"
dependencies: {}
description: 'Ansible Collection for Vultr Cloud'
documentation: 'https://docs.ansible.com/ansible/latest/collections/vultr/cloud/'
homepage: 'https://github.com/vultr/ansible-collection-vultr'
issues: 'https://github.com/vultr/ansible-collection-vultr/issues'
description: "Ansible Collection for Vultr Cloud"
documentation: "https://docs.ansible.com/ansible/latest/collections/vultr/cloud/"
homepage: "https://github.com/vultr/ansible-collection-vultr"
issues: "https://github.com/vultr/ansible-collection-vultr/issues"
license_file: COPYING
name: cloud
namespace: vultr
readme: README.md
repository: 'https://github.com/vultr/ansible-collection-vultr'
repository: "https://github.com/vultr/ansible-collection-vultr"
tags:
- cloud
- vultr
version: 0.1.0
version: 1.0.0-rc.1

0 comments on commit c3e4c08

Please sign in to comment.