Skip to content

Releases: ansible-collections/community.digitalocean

Release 1.8.0

06 Jul 13:12
1.8.0
dd5b3bb
Compare
Choose a tag to compare

Minor Changes

  • digital_ocean_database - add support for MongoDB (#124).

Bugfixes

  • digital_ocean - integration tests need community.general and jmespath (#121).
  • digital_ocean_firewall - fixed idempotence (#122).

Release 1.7.0

21 Jun 19:05
Compare
Choose a tag to compare

Minor Changes

  • digital_ocean_kubernetes - set "latest" as the default version for new clusters (#114).

Bugfixes

  • digital_ocean_certificate - fixing integration test (#114).
  • digital_ocean_droplet - state present with wait was not waiting (#116).
  • digital_ocean_firewall - fixing integration test (#114).
  • digital_ocean_tag - fixing integration test (#114).
  • digitalocean - update README.md with project_info and project module (#112).

New Modules

  • digital_ocean_snapshot - Create and delete DigitalOcean snapshots
  • digital_ocean_vpc - Create and delete DigitalOcean VPCs
  • digital_ocean_vpc_info - Gather information about DigitalOcean VPCs

Release 1.6.0

07 Nov 20:42
662c72f
Compare
Choose a tag to compare

Bugfixes

  • digital_ocean_certificate_info - ensure return type is a list (#55).
  • digital_ocean_domain_info - ensure return type is a list (#55).
  • digital_ocean_firewall_info - ensure return type is a list (#55).
  • digital_ocean_load_balancer_info - ensure return type is a list (#55).
  • digital_ocean_tag_info - ensure return type is a list (#55).
  • digitalocean inventory plugin - attributes available to filters are limited to explicitly required attributes and are prefixed with var_prefix (#102).

New Modules

  • digital_ocean_project - Manage a DigitalOcean project
  • digital_ocean_project_info - Gather information about DigitalOcean Projects

Release 1.5.1

07 Nov 20:43
f86cd0b
Compare
Choose a tag to compare

Bugfixes

  • digitalocean inventory plugin - Wire up advertised caching functionality (#97).

Release 1.5.0

07 Nov 20:43
e928762
Compare
Choose a tag to compare

Minor Changes

  • digitalocean - Filter droplets in dynamic inventory plugin using arbitrary. jinja2 expressions (#96).
  • digitalocean - Support templates in API tokens when using the dynamic inventory plugin (#98).

Bugfixes

Release 1.4.2

07 Nov 20:44
09bc240
Compare
Choose a tag to compare

Bugfixes

  • digital_ocean_droplet - Fixed Droplet inactive state (#88).
  • digital_ocean_sshkey - Fixed SSH Key Traceback Issue (#68).

Release 1.4.1

07 Nov 20:44
f0558a1
Compare
Choose a tag to compare

Bugfixes

  • digital_ocean_droplet - Add integration tests for Droplet active and inactive states (#66).
  • digital_ocean_droplet - Fix Droplet inactive state (#83).

Release 1.4.0

07 Nov 20:44
ab3e293
Compare
Choose a tag to compare

Bugfixes

  • digital_ocean_droplet_info - Fix documentation link for digital_ocean_droplet_info (#81).
  • digitalocean - Fix return docs for digital_ocean_sshkey_info (#56).
  • digitalocean - Update README.md for K8s and databases (#80).

New Modules

  • digital_ocean_droplet_info - Gather information about DigitalOcean Droplets

Release 1.3.0

07 Nov 20:45
eb11fc5
Compare
Choose a tag to compare

New Modules

  • digital_ocean_database - Create and delete a DigitalOcean database
  • digital_ocean_database_info - Gather information about DigitalOcean databases
  • digital_ocean_kubernetes - Create and delete a DigitalOcean Kubernetes cluster
  • digital_ocean_kubernetes_info - Returns information about an existing DigitalOcean Kubernetes cluster

Release 1.2.0

07 Nov 20:45
50364f0
Compare
Choose a tag to compare

Minor Changes

  • digital_ocean - ssh_key_ids list entries are now validated to be strings (#13).
  • digital_ocean_droplet - ssh_keys, tags, and volumes list entries are now validated to be strings (#13).
  • digital_ocean_droplet - adding active and inactive states (#23).
  • digital_ocean_droplet - adds Droplet resize functionality (#4).

Bugfixes

  • digital_ocean inventory script - fail cleaner on invalid HOST argument to --host option (#44).
  • digital_ocean inventory script - implement unimplemented use_private_network option and register missing do_ip_address, do_private_ip_address host vars (https://github.com/ansible-collections/community.digitalocean/pull/45/files).
  • digital_ocean inventory script - return JSON consistent with specification with --host (#44).
  • digital_ocean_domain - return zone records when creating a new zone (#46).
  • digital_ocean_droplet - add missing required=True on do_oauth_token in argument_spec (#13).
  • digital_ocean_floating_ip - fixes idempotence (#5).

New Modules

  • digital_ocean_balance_info - Display DigitalOcean customer balance