Skip to content

Commit

Permalink
Add changelog for profile becoming mutually exclusive with other acce…
Browse files Browse the repository at this point in the history
…ss tokens (ansible-collections#1155)

Add changelog for profile becoming mutually exclusive with other access tokens

Depends-On: ansible-collections#834
SUMMARY
amazon.aws/834 made profile mutually exclusive with the other access token parameters, add a changelog fragment to community.aws since it's a significant change that also affects this collection
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
changelogs/fragments/151-profile-mutually-exclusive.yml
ADDITIONAL INFORMATION

Reviewed-by: Markus Bergholz <[email protected]>
  • Loading branch information
tremble authored May 26, 2022
1 parent ce0e440 commit b826728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/151-profile-mutually-exclusive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
breaking_changes:
- community.aws collection - the ``profile`` parameter is now mutually exclusive with the ``aws_access_key``,
``aws_secret_key`` and ``security_token`` parameters (https://github.com/ansible-collections/amazon.aws/pull/834).

0 comments on commit b826728

Please sign in to comment.