Releases: ansible-collections/community.digitalocean
Releases · ansible-collections/community.digitalocean
Release 1.27.0
What's Changed
- Add test-deps to integration test workflow by @mamercad in #343
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #344
- Define
python_requires
foransible-test
by @mamercad in #349 - Bump aiohttp from 3.9.0 to 3.9.2 by @dependabot in #350
- Add new and drop deprecated versions of
ansible-core
by @mamercad in #352 - Bump cryptography from 41.0.6 to 42.0.2 by @dependabot in #355
- Bump ansible-core from 2.15.8 to 2.15.9 by @dependabot in #354
- Bump cryptography from 42.0.2 to 42.0.4 by @dependabot in #356
- Bump black from 23.7.0 to 24.3.0 by @dependabot in #357
- Bump idna from 3.4 to 3.7 by @dependabot in #359
- Bump aiohttp from 3.9.2 to 3.9.4 by @dependabot in #360
- Bump pydantic from 1.10.12 to 1.10.13 by @dependabot in #361
- Moved http status check up to catch more cases by @jdrowell in #362
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #363
- Bump requests from 2.31.0 to 2.32.2 by @dependabot in #366
- [FIX] digitalocean inventory plugin: missing closing parenthesis in examples section by @grzs in #364
- README: Add Communication section with Forum information by @Andersson007 in #380
- Add Ansible forum tag by @mamercad in #381
- Release 1.27.0 by @mamercad in #385
New Contributors
Full Changelog: 1.26.0...1.27.0
Release 1.26.0
What's Changed
- Switch Droplet CI images to Jammy by @mamercad in #335
- Bump urllib3 from 1.26.16 to 1.26.18 by @dependabot in #320
- Bump aiohttp from 3.8.5 to 3.9.0 by @dependabot in #324
- Bump cryptography from 41.0.3 to 41.0.6 by @dependabot in #325
- Bump ansible-core from 2.15.2 to 2.15.8 by @dependabot in #336
- Fix unexpected return data bug in the kubernetes module by @raman-babich in #331
- Refactor integration test workflows by @mamercad in #337
- Iterate refactor integration tests by @mamercad in #338
- Refactor PR integration test workflow by @mamercad in #339
- Fix refactor PR integration test workflow by @mamercad in #340
- Fix project_name parameter by @raman-babich in #332
- Add project_name parameter to the kubernetes module by @raman-babich in #333
- Release v1.26.0 by @mamercad in #341
New Contributors
- @dependabot made their first contribution in #320
Full Changelog: 1.25.0...1.26.0
Release 1.25.0
What's Changed
- add CNAME example to domain_record module by @port19x in #314
- Inventory plugin: restore reading auth token from env variables by @gizero in #316
- Fix CODEOWNERS by @mamercad in #329
- Add project resource info module by @raman-babich in #327
- Release v1.25.0 by @mamercad in #330
New Contributors
- @port19x made their first contribution in #314
- @gizero made their first contribution in #316
- @raman-babich made their first contribution in #327
Full Changelog: 1.24.0...1.25.0
Release 1.24.0
What's Changed
- Update tests by @mamercad in #310
- Add tests back on main by @mamercad in #311
- Use get_paginated_data when retrieving list of domains by @elcfd in #307
- Use true and false for booleans by @mamercad in #305
- Inventory plugin: drop
api_token
in favor ofoauth_token
by @mamercad in #301 - Double the integration test timeout by @mamercad in #312
- Release 1.24.0 by @mamercad in #313
New Contributors
Full Changelog: 1.23.0...1.24.0
1.23.0
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
(forsize_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
What's Changed
- Add
vpc
key to returned VPC data on create by @mamercad in #277 - Add an action_group to default vars for every module by @dmsimard in #281
- Split integration testing by module by @mamercad in #285
- Split integration testing by module (on pull request) by @mamercad in #287
- Release 1.22.0 by @mamercad in #283
Full Changelog: 1.21.0...1.22.0
Release 1.21.0
Release 1.20.0
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
andunique_name
(set to true) are required andid
alone is insufficient (thoughid
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).