Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.21.0 #275

Merged
merged 1 commit into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'