Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 3.86 KB

CHANGELOG.rst

File metadata and controls

85 lines (57 loc) · 3.86 KB

cloud.aws_troubleshooting Release Notes

This release removes support for ansible-core < 2.15.

  • Bump minimum version requirement for ansible-core to 2.15 (#36).
  • Bump version of ansible-lint to minimum 24.7.0 (#36).

This major release drops support for ansible-core versions lower than 2.14 and Python versions lower than 3.9.

  • Remove support for ansible-core < 2.14 (#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 (#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 (#24).
  • roles/aws_setup_credentials - add no_log=true when setting credentials (#29).
  • 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 (#29).
  • roles/connectivity_troubleshooter_local - fix issue when using wrong value for source subnet id, should be connectivity_troubleshooter_local__src_subnet_id instead of src_subnet_id and for destination subnet id, should be connectivity_troubleshooter_local__dst_subnet_id instead of dst_subnet_id (#29).
  • roles/connectivity_troubleshooter_nat - fix issue when using wrong value for source subnet id, should be connectivity_troubleshooter_nat__src_subnet_id instead of src_subnet_id and add missing steps to gather information about NAT subnet network ACLs and source ENI (#29).
  • Fix collection FQCN name issue for role troubleshooting_rds_connectivity (#13).
  • various playbooks - minor linting fixes (#6).
  • various plugins - formating using black (#6).
  • various roles - minor linting fixes (#6).
  • various tests - minor linting fixes (#6).

Re-release 1.0.0 with updated README and generated CHNAGELOG, initial release of the collection

  • various playbooks - minor linting fixes (#6).
  • various plugins - formating using black (#6).
  • various roles - minor linting fixes (#6).
  • various tests - minor linting fixes (#6).