From 13d930709227a1a7a5b71b20efbe7db62ef17ba9 Mon Sep 17 00:00:00 2001 From: Helen Bailey Date: Fri, 17 Nov 2023 11:02:43 -0500 Subject: [PATCH] Changelog formatting fix --- CHANGELOG.rst | 2 +- changelogs/changelog.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 433c568..3e4d653 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ------------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0bec6cc..09e1e36 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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).