Skip to content

Commit

Permalink
Release 1.24.0 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad authored Aug 12, 2023
1 parent f26ce0f commit 090b5d8
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 21 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Community DigitalOcean Release Notes
.. contents:: Topics


v1.24.0
=======

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

- documentation - use C(true) and C(false) for boolean values in documentation and examples (https://github.com/ansible-collections/community.digitalocean/issues/303).
- inventory plugin - drop C(api_token) in favor of C(oauth_token) for consistency (https://github.com/ansible-collections/community.digitalocean/issues/300).
- tests - add C(sanity), C(units), and C(psf/black) back on merge into C(main) (https://github.com/ansible-collections/community.digitalocean/pull/311).
- tests - drop Ansible 2.9 and Ansible Core 2.10 and 2.11 (https://github.com/ansible-collections/community.digitalocean/pull/310).
- tests - remove the daily runs (https://github.com/ansible-collections/community.digitalocean/pull/310).
- tests - run C(psf/black) across all files (https://github.com/ansible-collections/community.digitalocean/pull/310).
- tests - test against Ansible Core 2.12, 2.13, and 2.14 (https://github.com/ansible-collections/community.digitalocean/pull/310).

Bugfixes
--------

- digital_ocean_domain - fix ``all_domains`` by using ``get_paginated_data`` to retrieve all of the domains in the account from the paginated domains api endpoint (https://github.com/ansible-collections/community.digitalocean/pull/307).

v1.23.0
=======

Expand All @@ -19,8 +38,8 @@ Minor Changes
Bugfixes
--------

- inventory plugin - bugfix for baseurl parameter (https://github.com/ansible-collections/community.digitalocean/pull/297).
- integration tests - add missing `environment` directive on pull request integration testing (https://github.com/ansible-collections/community.digitalocean/issues/293).
- inventory plugin - bugfix for baseurl parameter (https://github.com/ansible-collections/community.digitalocean/pull/297).

v1.22.0
=======
Expand Down
27 changes: 26 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ releases:
1.23.0:
changes:
bugfixes:
- inventory plugin - bugfix for baseurl parameter (https://github.com/ansible-collections/community.digitalocean/pull/297).
- integration tests - add missing `environment` directive on pull request integration
testing (https://github.com/ansible-collections/community.digitalocean/issues/293).
- inventory plugin - bugfix for baseurl parameter (https://github.com/ansible-collections/community.digitalocean/pull/297).
minor_changes:
- digital_ocean_load_balancer - add support for C(size_unit) over deprecated
C(size); deprecate C(algorithm) completely (https://github.com/ansible-collections/community.digitalocean/issues/270).
Expand All @@ -358,6 +358,31 @@ releases:
- 291-pr-integration-tests-branch.yaml
- 293-integration-test-pr-environment.yaml
release_date: '2022-12-29'
1.24.0:
changes:
bugfixes:
- digital_ocean_domain - fix ``all_domains`` by using ``get_paginated_data``
to retrieve all of the domains in the account from the paginated domains api
endpoint (https://github.com/ansible-collections/community.digitalocean/pull/307).
minor_changes:
- documentation - use C(true) and C(false) for boolean values in documentation
and examples (https://github.com/ansible-collections/community.digitalocean/issues/303).
- inventory plugin - drop C(api_token) in favor of C(oauth_token) for consistency
(https://github.com/ansible-collections/community.digitalocean/issues/300).
- tests - add C(sanity), C(units), and C(psf/black) back on merge into C(main)
(https://github.com/ansible-collections/community.digitalocean/pull/311).
- tests - drop Ansible 2.9 and Ansible Core 2.10 and 2.11 (https://github.com/ansible-collections/community.digitalocean/pull/310).
- tests - remove the daily runs (https://github.com/ansible-collections/community.digitalocean/pull/310).
- tests - run C(psf/black) across all files (https://github.com/ansible-collections/community.digitalocean/pull/310).
- tests - test against Ansible Core 2.12, 2.13, and 2.14 (https://github.com/ansible-collections/community.digitalocean/pull/310).
fragments:
- 300-inventory-plugin-oauth-token.yaml
- 303-documentation-bool-true-false.yaml
- 307-get-all-domains-pagination-fix.yaml
- 310-update-tests.yaml
- 311-update-tests.yaml
- 312-double-integration-test-timeout.yaml
release_date: '2023-08-12'
1.3.0:
modules:
- description: Create and delete a DigitalOcean database
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/300-inventory-plugin-oauth-token.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/303-documentation-bool-true-false.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/307-get-all-domains-pagination-fix.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions changelogs/fragments/310-update-tests.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/311-update-tests.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/312-double-integration-test-timeout.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.23.0
version: 1.24.0
build_ignore:
- .DS_Store
- '*.tar.gz'

0 comments on commit 090b5d8

Please sign in to comment.