Skip to content

Commit

Permalink
Release 1.20.0 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad authored Jun 10, 2022
1 parent 45a95ee commit a03f09c
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 16 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Community DigitalOcean Release Notes
.. contents:: Topics


v1.20.0
=======

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

- digital_ocean_cdn_endpoints - update Spaces endpoint and add a few delays to the integration test (https://github.com/ansible-collections/community.digitalocean/issues/267).
- digital_ocean_load_balancer - allow creating a load balancer and associating droplets by tag as an alternative to ``droplet_ids`` (https://github.com/ansible-collections/community.digitalocean/issues/270).

Bugfixes
--------

- digital_ocean_droplet - fix regression in droplet deletion where ``name`` and ``unique_name`` (set to true) are required and ``id`` alone is insufficient (though ``id`` is sufficient to uniquely identify a droplet for deletion). (https://github.com/ansible-collections/community.digitalocean/issues/260)
- digital_ocean_droplet - fix regression where droplet info (for example networking) doesn't update when waiting during creation unless ``unique_name`` is set to true (https://github.com/ansible-collections/community.digitalocean/issues/220).

v1.19.0
=======

Expand Down
6 changes: 0 additions & 6 deletions changelogs/261-fix_deleting_by_id_only.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,27 @@ releases:
name: digital_ocean_balance_info
namespace: ''
release_date: '2021-05-02'
1.20.0:
changes:
bugfixes:
- digital_ocean_droplet - fix regression in droplet deletion where ``name``
and ``unique_name`` (set to true) are required and ``id`` alone is insufficient
(though ``id`` is sufficient to uniquely identify a droplet for deletion).
(https://github.com/ansible-collections/community.digitalocean/issues/260)
- digital_ocean_droplet - fix regression where droplet info (for example networking)
doesn't update when waiting during creation unless ``unique_name`` is set
to true (https://github.com/ansible-collections/community.digitalocean/issues/220).
minor_changes:
- digital_ocean_cdn_endpoints - update Spaces endpoint and add a few delays
to the integration test (https://github.com/ansible-collections/community.digitalocean/issues/267).
- digital_ocean_load_balancer - Allow creating a load balancer and associating
droplets by tag as an alternative to ``droplet_ids``.
fragments:
- 258-load-balancer-with-tag.yml
- 261-fix_deleting_by_id_only.yaml
- 265-get_updated_droplet_info_on_create_wait_by_id.yaml
- 267-update-cdn-endpoints.yaml
release_date: '2022-06-10'
1.3.0:
modules:
- description: Create and delete a DigitalOcean database
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/258-load-balancer-with-tag.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/267-update-cdn-endpoints.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ authors:
- Sviatoslav Sydorenko (https://github.com/webknjaz)
- Vitaly Khabarov (https://github.com/vitkhab)
- Onur Güzel (https://github.com/onurguzel)
- Shuaib Munshi (https://github.com/shuaibmunshi)
- Corey Wright (https://github.com/coreywright)
dependencies: {}
description: DigitalOcean Ansible Collection.
documentation: https://docs.ansible.com/ansible/latest/collections/community/digitalocean/
Expand All @@ -41,7 +43,7 @@ tags:
- digitalocean
- cloud
- droplet
version: 1.19.0
version: 1.20.0
build_ignore:
- .DS_Store
- '*.tar.gz'

0 comments on commit a03f09c

Please sign in to comment.