Skip to content

Commit

Permalink
Changelog formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hakbailey committed Nov 17, 2023
1 parent ac48bd3 commit 13d9307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Breaking Changes / Porting Guide

- Remove support for ansible-core < 2.14 (https://github.com/redhat-cop/cloud.aws_troubleshooting/pull/33).
- roles/aws_setup_credentials - Due to ansible-lint issue, the AWS generated credentials are now stored into variable ``aws_setup_credentials__output`` instead of ``aws_role_credentials`` (https://github.com/redhat-cop/cloud.aws_troubleshooting/pull/24).
- roles/connectivity_troubleshooter_validate - Due to ansible-lint issue, the next hop information are now stored into variable ``connectivity_troubleshooter_validate__next_hop`` instead of `next_hop` (https://github.com/redhat-cop/cloud.aws_troubleshooting/pull/24).
- roles/connectivity_troubleshooter_validate - Due to ansible-lint issue, the next hop information are now stored into variable ``connectivity_troubleshooter_validate__next_hop`` instead of ``next_hop`` (https://github.com/redhat-cop/cloud.aws_troubleshooting/pull/24).

Minor Changes
-------------
Expand Down
2 changes: 1 addition & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ releases:
- roles/aws_setup_credentials - Due to ansible-lint issue, the AWS generated credentials are now stored into variable ``aws_setup_credentials__output``
instead of ``aws_role_credentials`` (https://github.com/redhat-cop/cloud.aws_troubleshooting/pull/24).
- roles/connectivity_troubleshooter_validate - Due to ansible-lint issue, the next hop information are now stored into variable
``connectivity_troubleshooter_validate__next_hop`` instead of `next_hop` (https://github.com/redhat-cop/cloud.aws_troubleshooting/pull/24).
``connectivity_troubleshooter_validate__next_hop`` instead of ``next_hop`` (https://github.com/redhat-cop/cloud.aws_troubleshooting/pull/24).
bugfixes:
- roles/connectivity_troubleshooter_igw - fix issue wen calling module ``cloud.aws_troubleshooting.eval_src_igw_route``
with wrong value for parameters ``src_subnet_id`` and ``src_network_interface`` (https://github.com/redhat-cop/cloud.aws_troubleshooting/pull/29).
Expand Down

0 comments on commit 13d9307

Please sign in to comment.