Skip to content

Releases: ansible-collections/community.digitalocean

Release 1.27.0

20 Aug 12:13
08e6110
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.26.0...1.27.0

Release 1.26.0

02 Jan 04:52
93de533
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.25.0...1.26.0

Release 1.25.0

12 Dec 01:13
55c40a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.24.0...1.25.0

Release 1.24.0

12 Aug 13:04
090b5d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.23.0...1.24.0

1.23.0

29 Dec 23:28
0ef9c31
Compare
Choose a tag to compare

What's Changed

  • Add integration test for digital_ocean_database_info by @mamercad in #290
  • Point PR integration tests at PR branch by @mamercad in #292
  • Update digital_ocean_load_balancer (for size_unit) by @mamercad in #278
  • Refresh the "Testing and Development" section of README.md by @mamercad in #288
  • Add missing environment directive on pull request integration tests by @mamercad in #294
  • Bugfix for baseurl parameter in inventory plugin by @gailane in #297
  • Release 1.23.0 by @mamercad in #298

New Contributors

Full Changelog: 1.22.0...1.23.0

Release 1.22.0

03 Oct 19:16
01442cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.21.0...1.22.0

Release 1.21.0

05 Jul 22:58
7c12b8b
Compare
Choose a tag to compare

Minor Changes

  • digital_ocean - add sanity test ignores for Ansible 2.12 and 2.13 (#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 (#272).

Release 1.20.0

10 Jun 22:47
a03f09c
Compare
Choose a tag to compare

Minor Changes

  • digital_ocean_cdn_endpoints - update Spaces endpoint and add a few delays to the integration test (#267).
  • digital_ocean_load_balancer - allow creating a load balancer and associating droplets by tag as an alternative to droplet_ids (#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). (#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 (#220).

Release 1.19.0

11 May 18:35
94e293b
Compare
Choose a tag to compare

Minor Changes

  • digital_ocean - reference C(DO_API_TOKEN) consistently in module documentation and examples (#248).

Bugfixes

  • digital_ocean_cdn_endpoints - remove non-API parameters before posting to the API (#252).
  • digital_ocean_cdn_endpoints - use the correct module name in the C(EXAMPLES) (#251).

Release 1.18.0

04 May 19:02
c4dc691
Compare
Choose a tag to compare

Minor Changes

  • ci - adding stable-2.13 to sanity and unit testing (#239).
  • digital_ocean_spaces - set C(no_log=True) for C(aws_access_key_id) parameter (#243).
  • digital_ocean_spaces_info - set C(no_log=True) for C(aws_access_key_id) parameter (#243).