Skip to content

Commit

Permalink
Merge pull request #28 from gravesm/release-1.0.2
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
gravesm authored Nov 16, 2022
2 parents 192a0fe + 7ad8172 commit 9c0de1e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes
.. contents:: Topics


v1.0.2
======

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

- various playbooks - minor linting fixes (https://github.com/ansible-collections/cloud.aws_ops/pull/21).
- various plugins - formating using black (https://github.com/ansible-collections/cloud.aws_ops/pull/21).
- various roles - minor linting fixes (https://github.com/ansible-collections/cloud.aws_ops/pull/21).
- various tests - minor linting fixes (https://github.com/ansible-collections/cloud.aws_ops/pull/21).

v1.0.1
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ releases:
fragments:
- 1_0_1_release.yml
release_date: '2022-11-11'
1.0.2:
changes:
minor_changes:
- various playbooks - minor linting fixes (https://github.com/ansible-collections/cloud.aws_ops/pull/21).
- various plugins - formating using black (https://github.com/ansible-collections/cloud.aws_ops/pull/21).
- various roles - minor linting fixes (https://github.com/ansible-collections/cloud.aws_ops/pull/21).
- various tests - minor linting fixes (https://github.com/ansible-collections/cloud.aws_ops/pull/21).
fragments:
- linting.yml
release_date: '2022-11-16'
5 changes: 0 additions & 5 deletions changelogs/fragments/linting.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tags:
dependencies:
amazon.aws: '>=5.1.0'
community.aws: '>=5.0.0'
version: 1.0.1
version: 1.0.2
build_ignore:
- .DS_Store
- '*.tar.gz'

0 comments on commit 9c0de1e

Please sign in to comment.