Skip to content

Commit

Permalink
release 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Jan 17, 2024
1 parent abb2455 commit e5967ec
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 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.12.1
=======

Bugfixes
--------

- Fixed an error while waiting for a specific state and the API returns an empty response. (https://github.com/vultr/ansible-collection-vultr/issues/108).
- instance_info - Fixed the alias ``name`` being was used on the wrong argument. (https://github.com/vultr/ansible-collection-vultr/issues/105).

v1.12.0
=======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,17 @@ releases:
name: object_storage
namespace: ''
release_date: '2023-12-18'
1.12.1:
changes:
bugfixes:
- Fixed an error while waiting for a specific state and the API returns an empty
response. (https://github.com/vultr/ansible-collection-vultr/issues/108).
- instance_info - Fixed the alias ``name`` being was used on the wrong argument.
(https://github.com/vultr/ansible-collection-vultr/issues/105).
fragments:
- fix-keyerror-wait-for-state.yml
- instance_info_fix-alias-for-label.yml
release_date: '2024-01-17'
1.2.0:
changes:
minor_changes:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/fix-keyerror-wait-for-state.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/instance_info_fix-alias-for-label.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 @@ -16,4 +16,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr"
tags:
- cloud
- vultr
version: 1.12.0
version: 1.12.1

0 comments on commit e5967ec

Please sign in to comment.