diff options
Diffstat (limited to 'ansible_collections/community/digitalocean/changelogs')
-rw-r--r-- | ansible_collections/community/digitalocean/changelogs/changelog.yaml | 65 |
1 files changed, 64 insertions, 1 deletions
diff --git a/ansible_collections/community/digitalocean/changelogs/changelog.yaml b/ansible_collections/community/digitalocean/changelogs/changelog.yaml index 8eed4ea07..d624d4ab8 100644 --- a/ansible_collections/community/digitalocean/changelogs/changelog.yaml +++ b/ansible_collections/community/digitalocean/changelogs/changelog.yaml @@ -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). @@ -358,6 +358,69 @@ 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.25.0: + changes: + bugfixes: + - inventory plugin - restore reading auth token from env variables (https://github.com/ansible-collections/community.digitalocean/pull/315). + minor_changes: + - fix sanity tests (https://github.com/ansible-collections/community.digitalocean/issues/323). + fragments: + - 314-add-cname-example-to-domain_record-module.yaml + - 316-inventory-plugin-restore-reading-auth-token-from-env-variables.yaml + - 323-project-resource-info-module.yaml + modules: + - description: Gather information about DigitalOcean Project Resources + name: digital_ocean_project_resource_info + namespace: '' + release_date: '2023-12-11' + 1.26.0: + changes: + bugfixes: + - The C(project_name) parameter for many modules was used by alias C(project) + internally in the codebase, but to work properly C(project_name) must be used + in the code. Replace self.module.params.get("project") with self.module.params.get("project_name") + (https://github.com/ansible-collections/community.digitalocean/issues/326). + - digital_ocean_kubernetes - module didn't return kubeconfig properly, return + documentation was invalid. Fixed version returns data with the same structure + all the time, also it is aligned with M(community.digitalocean.digital_ocean_kubernetes_info) + documentation return data now. (https://github.com/ansible-collections/community.digitalocean/issues/322). + minor_changes: + - digital_ocean_kubernetes - add project_name parameter (https://github.com/ansible-collections/community.digitalocean/issues/264). + fragments: + - 264-kubernetes-project.yaml + - 322-k8s-module-kubeconfig.yaml + - 326-project-name-param.yaml + - 334-droplet-ci-images.yml + - 337-refactor-integration-tests.yml + - 338-refactor-integration-tests.yml + - 339-refactor-integration-tests.yml + - 340-fix-refactor-integration-tests.yml + release_date: '2024-01-01' 1.3.0: modules: - description: Create and delete a DigitalOcean database |