Skip to content

Commit

Permalink
Release 1.23.0 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad authored Dec 29, 2022
1 parent e28cad7 commit 0ef9c31
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down
22 changes: 22 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/268-update-dev-test-setup.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/270-load-balancer-size-unit.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/289-database-info-integration-test.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/291-pr-integration-tests-branch.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/293-integration-test-pr-environment.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.22.0
version: 1.23.0
build_ignore:
- .DS_Store
- '*.tar.gz'

0 comments on commit 0ef9c31

Please sign in to comment.