Skip to content

Commit

Permalink
Creating release 1.19.0 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad authored May 11, 2022
1 parent 3ee9dfe commit 94e293b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Community DigitalOcean Release Notes
.. contents:: Topics


v1.19.0
=======

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

- digital_ocean - reference C(DO_API_TOKEN) consistently in module documentation and examples (https://github.com/ansible-collections/community.digitalocean/issues/248).

Bugfixes
--------

- digital_ocean_cdn_endpoints - remove non-API parameters before posting to the API (https://github.com/ansible-collections/community.digitalocean/issues/252).
- digital_ocean_cdn_endpoints - use the correct module name in the C(EXAMPLES) (https://github.com/ansible-collections/community.digitalocean/issues/251).

v1.18.0
=======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,21 @@ releases:
- 239-ci-stable-2.13.yaml
- 243-no-log-spaces-access-key-id.yaml
release_date: '2022-05-03'
1.19.0:
changes:
bugfixes:
- digital_ocean_cdn_endpoints - remove non-API parameters before posting to
the API (https://github.com/ansible-collections/community.digitalocean/issues/252).
- digital_ocean_cdn_endpoints - use the correct module name in the C(EXAMPLES)
(https://github.com/ansible-collections/community.digitalocean/issues/251).
minor_changes:
- digital_ocean - reference C(DO_API_TOKEN) consistently in module documentation
and examples (https://github.com/ansible-collections/community.digitalocean/issues/248).
fragments:
- 248-oauth-token-consistency.yaml
- 251-cdn-endpoints-examples-wrong-module.yaml
- 252-cdn-endpoints-http-500.yaml
release_date: '2022-05-11'
1.2.0:
changes:
bugfixes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/248-oauth-token-consistency.yaml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/252-cdn-endpoints-http-500.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 @@ -41,7 +41,7 @@ tags:
- digitalocean
- cloud
- droplet
version: 1.18.0
version: 1.19.0
build_ignore:
- .DS_Store
- '*.tar.gz'

0 comments on commit 94e293b

Please sign in to comment.