Skip to content

Commit

Permalink
release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Dec 18, 2023
1 parent a9318e5 commit b12c642
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Vultr Collection Release Notes
.. contents:: Topics


v1.12.0
=======

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

- Added retry on HTTP 504 returned by the API (https://github.com/vultr/ansible-collection-vultr/pull/104).

Bugfixes
--------

- Fixed an issue with waiting for state (https://github.com/vultr/ansible-collection-vultr/pull/102).

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

- object_storage - Manages object storages on Vultr

v1.11.0
=======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,20 @@ releases:
- instance-user-scheme.yml
- reserved_ip-fix-broken-module.yml
release_date: '2023-12-05'
1.12.0:
changes:
bugfixes:
- Fixed an issue with waiting for state (https://github.com/vultr/ansible-collection-vultr/pull/102).
minor_changes:
- Added retry on HTTP 504 returned by the API (https://github.com/vultr/ansible-collection-vultr/pull/104).
fragments:
- 102-state-detect.yml
- 104- retry-on-gateway-timeout.yml
modules:
- description: Manages object storages on Vultr
name: object_storage
namespace: ''
release_date: '2023-12-18'
1.2.0:
changes:
minor_changes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/102-state-detect.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/104- retry-on-gateway-timeout.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.11.0
version: 1.12.0

0 comments on commit b12c642

Please sign in to comment.