Skip to content

Commit

Permalink
update changelog for fixing issue ansible-collections#343
Browse files Browse the repository at this point in the history
  • Loading branch information
ru-rocker committed Apr 9, 2021
1 parent 0ff7ae0 commit ca86bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Bugfixes
- ec2_vpc_endpoint - fix exception when attempting to delete an endpoint which has already been deleted (https://github.com/ansible-collections/community.aws/pull/362).
- ecs_task - use `required_if` to enforce mandatory parameters based on specified operation (https://github.com/ansible-collections/community.aws/pull/402).
- elb_application_lb - during the removal of an instance, the associated listeners are also removed.
- aws_ssm - enable aws ssm connections if **AWS_SESSION_TOKEN** is missing (https://github.com/ansible-collections/community.aws/issues/343).

v1.3.0
======
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/343-aws-ssm-session-token-missing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- aws_ssm - enable aws ssm connections if **AWS_SESSION_TOKEN** is missing (https://github.com/ansible-collections/community.aws/issues/343).

0 comments on commit ca86bcf

Please sign in to comment.