Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Oct 14, 2022
1 parent 6fb97e9 commit 0130135
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.2.0
======

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

- block_storage - Added the parameter ``block_type`` to configure block types, default value is ``high_perf``.
- dns_record - Removed the default value ``0`` for the optional parameter ``priority``.

v1.1.0
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,13 @@ releases:
name: instance
namespace: ''
release_date: '2022-09-09'
1.2.0:
changes:
minor_changes:
- block_storage - Added the parameter ``block_type`` to configure block types,
default value is ``high_perf``.
- dns_record - Removed the default value ``0`` for the optional parameter ``priority``.
fragments:
- block_type_block_storage.yml
- dns_record_prio.yml
release_date: '2022-10-14'
2 changes: 0 additions & 2 deletions changelogs/fragments/block_type_block_storage.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/dns_record_prio.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 @@ -15,4 +15,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr"
tags:
- cloud
- vultr
version: 1.1.0
version: 1.2.0

0 comments on commit 0130135

Please sign in to comment.