diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0a43859..3f7009fc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,23 @@ Community DigitalOcean Release Notes .. contents:: Topics +v1.23.0 +======= + +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). +- documentation - refresh the "Testing and Development" section of the C(README.md) (https://github.com/ansible-collections/community.digitalocean/issues/268). +- integration tests - add a dedicated integration test for C(digital_ocean_database_info) (https://github.com/ansible-collections/community.digitalocean/issues/289). +- integration tests - set pull request integration tests to run against branch instead of last commit (https://github.com/ansible-collections/community.digitalocean/issues/291). + +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). + v1.22.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9c6a88e5..8eed4ea0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -336,6 +336,28 @@ releases: - 281-default-all-action-group.yml - 286-refactor-pr-integration-testing.yaml release_date: '2022-10-03' + 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). + 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). + - documentation - refresh the "Testing and Development" section of the C(README.md) + (https://github.com/ansible-collections/community.digitalocean/issues/268). + - integration tests - add a dedicated integration test for C(digital_ocean_database_info) + (https://github.com/ansible-collections/community.digitalocean/issues/289). + - integration tests - set pull request integration tests to run against branch + instead of last commit (https://github.com/ansible-collections/community.digitalocean/issues/291). + fragments: + - 268-update-dev-test-setup.yaml + - 270-load-balancer-size-unit.yaml + - 289-database-info-integration-test.yml + - 291-pr-integration-tests-branch.yaml + - 293-integration-test-pr-environment.yaml + release_date: '2022-12-29' 1.3.0: modules: - description: Create and delete a DigitalOcean database diff --git a/changelogs/fragments/268-update-dev-test-setup.yaml b/changelogs/fragments/268-update-dev-test-setup.yaml deleted file mode 100644 index e712068a..00000000 --- a/changelogs/fragments/268-update-dev-test-setup.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - documentation - refresh the "Testing and Development" section of the C(README.md) (https://github.com/ansible-collections/community.digitalocean/issues/268). diff --git a/changelogs/fragments/270-load-balancer-size-unit.yaml b/changelogs/fragments/270-load-balancer-size-unit.yaml deleted file mode 100644 index 1bafafb6..00000000 --- a/changelogs/fragments/270-load-balancer-size-unit.yaml +++ /dev/null @@ -1,2 +0,0 @@ -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). diff --git a/changelogs/fragments/289-database-info-integration-test.yml b/changelogs/fragments/289-database-info-integration-test.yml deleted file mode 100644 index d3b55a41..00000000 --- a/changelogs/fragments/289-database-info-integration-test.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - integration tests - add a dedicated integration test for C(digital_ocean_database_info) (https://github.com/ansible-collections/community.digitalocean/issues/289). diff --git a/changelogs/fragments/291-pr-integration-tests-branch.yaml b/changelogs/fragments/291-pr-integration-tests-branch.yaml deleted file mode 100644 index bd642ec1..00000000 --- a/changelogs/fragments/291-pr-integration-tests-branch.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - integration tests - set pull request integration tests to run against branch instead of last commit (https://github.com/ansible-collections/community.digitalocean/issues/291). diff --git a/changelogs/fragments/293-integration-test-pr-environment.yaml b/changelogs/fragments/293-integration-test-pr-environment.yaml deleted file mode 100644 index e404326e..00000000 --- a/changelogs/fragments/293-integration-test-pr-environment.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - integration tests - add missing `environment` directive on pull request integration testing (https://github.com/ansible-collections/community.digitalocean/issues/293). diff --git a/galaxy.yml b/galaxy.yml index 96fd2989..5be124ea 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -43,7 +43,7 @@ tags: - digitalocean - cloud - droplet -version: 1.22.0 +version: 1.23.0 build_ignore: - .DS_Store - '*.tar.gz'