From a03f09c923bc6c8092bd7a98b82ba99769e40255 Mon Sep 17 00:00:00 2001 From: Mark Mercado Date: Fri, 10 Jun 2022 18:46:07 -0400 Subject: [PATCH] Release 1.20.0 (#271) --- CHANGELOG.rst | 15 +++++++++++++ changelogs/261-fix_deleting_by_id_only.yaml | 6 ------ changelogs/changelog.yaml | 21 +++++++++++++++++++ .../fragments/258-load-balancer-with-tag.yml | 2 -- ...ted_droplet_info_on_create_wait_by_id.yaml | 5 ----- .../fragments/267-update-cdn-endpoints.yaml | 2 -- galaxy.yml | 4 +++- 7 files changed, 39 insertions(+), 16 deletions(-) delete mode 100644 changelogs/261-fix_deleting_by_id_only.yaml delete mode 100644 changelogs/fragments/258-load-balancer-with-tag.yml delete mode 100644 changelogs/fragments/265-get_updated_droplet_info_on_create_wait_by_id.yaml delete mode 100644 changelogs/fragments/267-update-cdn-endpoints.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 65d481e4..cfa223f6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/changelogs/261-fix_deleting_by_id_only.yaml b/changelogs/261-fix_deleting_by_id_only.yaml deleted file mode 100644 index 088ee88c..00000000 --- a/changelogs/261-fix_deleting_by_id_only.yaml +++ /dev/null @@ -1,6 +0,0 @@ -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) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6283a260..00f5454f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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 diff --git a/changelogs/fragments/258-load-balancer-with-tag.yml b/changelogs/fragments/258-load-balancer-with-tag.yml deleted file mode 100644 index 210ca42d..00000000 --- a/changelogs/fragments/258-load-balancer-with-tag.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - digital_ocean_load_balancer - Allow creating a load balancer and associating droplets by tag as an alternative to ``droplet_ids``. \ No newline at end of file diff --git a/changelogs/fragments/265-get_updated_droplet_info_on_create_wait_by_id.yaml b/changelogs/fragments/265-get_updated_droplet_info_on_create_wait_by_id.yaml deleted file mode 100644 index 3266317a..00000000 --- a/changelogs/fragments/265-get_updated_droplet_info_on_create_wait_by_id.yaml +++ /dev/null @@ -1,5 +0,0 @@ -bugfixes: - - 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). diff --git a/changelogs/fragments/267-update-cdn-endpoints.yaml b/changelogs/fragments/267-update-cdn-endpoints.yaml deleted file mode 100644 index 82a49df2..00000000 --- a/changelogs/fragments/267-update-cdn-endpoints.yaml +++ /dev/null @@ -1,2 +0,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). diff --git a/galaxy.yml b/galaxy.yml index 85d90557..44363cda 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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/ @@ -41,7 +43,7 @@ tags: - digitalocean - cloud - droplet -version: 1.19.0 +version: 1.20.0 build_ignore: - .DS_Store - '*.tar.gz'