Skip to content

Commit

Permalink
Release 1.21.0 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad authored Jul 5, 2022
1 parent 89a0fb1 commit 7c12b8b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,27 @@ Community DigitalOcean Release Notes
.. contents:: Topics


v1.21.0
=======

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

- digital_ocean - add sanity test ignores for Ansible 2.12 and 2.13 (https://github.com/ansible-collections/community.digitalocean/issues/247).

Bugfixes
--------

- digital_ocean_droplet - if the JSON response lacks a key and the associated variable is set to ``None``, then don't treat that variable like a ``dict`` and call ``get()`` on it without first testing it (https://github.com/ansible-collections/community.digitalocean/issues/272).

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).
- digital_ocean_load_balancer - Allow creating a load balancer and associating droplets by tag as an alternative to ``droplet_ids``.

Bugfixes
--------
Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,18 @@ releases:
- 265-get_updated_droplet_info_on_create_wait_by_id.yaml
- 267-update-cdn-endpoints.yaml
release_date: '2022-06-10'
1.21.0:
changes:
bugfixes:
- digital_ocean_droplet - if the JSON response lacks a key and the associated
variable is set to ``None``, then don't treat that variable like a ``dict``
and call ``get()`` on it without first testing it (https://github.com/ansible-collections/community.digitalocean/issues/272).
minor_changes:
- digital_ocean - add sanity test ignores for Ansible 2.12 and 2.13 (https://github.com/ansible-collections/community.digitalocean/issues/247).
fragments:
- 247-sanity-checks-2.12-13.yaml
- 273-Dont_call_get_on_None.yaml
release_date: '2022-06-29'
1.3.0:
modules:
- description: Create and delete a DigitalOcean database
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/247-sanity-checks-2.12-13.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/273-Dont_call_get_on_None.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tags:
- digitalocean
- cloud
- droplet
version: 1.20.0
version: 1.21.0
build_ignore:
- .DS_Store
- '*.tar.gz'

0 comments on commit 7c12b8b

Please sign in to comment.