Skip to content

Commit

Permalink
Creating 1.18.0 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad authored May 4, 2022
1 parent 76544f4 commit c4dc691
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Community DigitalOcean Release Notes
.. contents:: Topics


v1.18.0
=======

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

- ci - adding stable-2.13 to sanity and unit testing (https://github.com/ansible-collections/community.digitalocean/issues/239).
- digital_ocean_spaces - set C(no_log=True) for C(aws_access_key_id) parameter (https://github.com/ansible-collections/community.digitalocean/issues/243).
- digital_ocean_spaces_info - set C(no_log=True) for C(aws_access_key_id) parameter (https://github.com/ansible-collections/community.digitalocean/issues/243).

v1.17.0
=======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,18 @@ releases:
fragments:
- 237-parameterize-do-api-baseurl.yaml
release_date: '2022-04-28'
1.18.0:
changes:
minor_changes:
- ci - adding stable-2.13 to sanity and unit testing (https://github.com/ansible-collections/community.digitalocean/issues/239).
- digital_ocean_spaces - set C(no_log=True) for C(aws_access_key_id) parameter
(https://github.com/ansible-collections/community.digitalocean/issues/243).
- digital_ocean_spaces_info - set C(no_log=True) for C(aws_access_key_id) parameter
(https://github.com/ansible-collections/community.digitalocean/issues/243).
fragments:
- 239-ci-stable-2.13.yaml
- 243-no-log-spaces-access-key-id.yaml
release_date: '2022-05-03'
1.2.0:
changes:
bugfixes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/239-ci-stable-2.13.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/243-no-log-spaces-access-key-id.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.17.0
version: 1.18.0
build_ignore:
- .DS_Store
- '*.tar.gz'

0 comments on commit c4dc691

Please sign in to comment.