diff --git a/changelogs/fragments/include_role_recursion_and_performance.yaml b/changelogs/fragments/include_role_recursion_and_performance.yaml index 625f10027a6..e28a0e633a9 100644 --- a/changelogs/fragments/include_role_recursion_and_performance.yaml +++ b/changelogs/fragments/include_role_recursion_and_performance.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - include_role - improved performance and recursion depth (https://github.com/ansible/ansible/pull/36470) +- include_role - improved performance and recursion depth (https://github.com/ansible/ansible/pull/36470) diff --git a/changelogs/fragments/v2.5.0b2_summary.yaml b/changelogs/fragments/v2.5.0b2_summary.yaml index 51d0761726e..59eed81a0ca 100644 --- a/changelogs/fragments/v2.5.0b2_summary.yaml +++ b/changelogs/fragments/v2.5.0b2_summary.yaml @@ -1,4 +1,2 @@ release_summary: | | Release Date: 2018-02-15 - | Estimated Final Release: mid-March 2018 - | `Porting Guide `_ diff --git a/changelogs/fragments/v2.5.0rc1_catchup.yaml b/changelogs/fragments/v2.5.0rc1_catchup.yaml new file mode 100644 index 00000000000..6c2a9e68fb1 --- /dev/null +++ b/changelogs/fragments/v2.5.0rc1_catchup.yaml @@ -0,0 +1,26 @@ +minor_changes: +- aci_* modules - added signature based authentication +- aci_* modules - included dedicated ACI documentation +- aci_* modules - improved ACI return values +bugfixes: +- fix for ansible-vault always requesting passwords (https://github.com/ansible/ansible/issues/33027) +- ios CLI - fixed prompt detection (https://github.com/ansible/ansible/issues/35662) +- nxos_user - fixed structured output issue (https://github.com/ansible/ansible/pull/36193) +- nxos_* modules - various fixes (https://github.com/ansible/ansible/pull/36340) +- nxos_* modules - various fixes (https://github.com/ansible/ansible/pull/36374) +- nxos_install_os - kickstart_image_file is no longer required (https://github.com/ansible/ansible/pull/36319) +- script/patch - fixed tempfile ownership issues (https://github.com/ansible/ansible/issues/36398) +- nxos_bgp_neighbor - fixed various module arg issues (https://github.com/ansible/ansible/pull/36318) +- vyos_l3_interface - fixed issues with multiple addresses on an interface (https://github.com/ansible/ansible/pull/36377) +- nxos_banner - fixed issues with unstructured output (https://github.com/ansible/ansible/pull/36411) +- nxos_bgp_neighbor_af - fixed various issues (https://github.com/ansible/ansible/pull/36472) +- vyos_config - fixed IndexError in sanitize_config (https://github.com/ansible/ansible/pull/36375) +- cs_user - fixed user_api_secret return for ACS 4.10+ (https://github.com/ansible/ansible/pull/36447) +- nxos_* modules - various fixes (https://github.com/ansible/ansible/pull/36514) +- fix cases where INVENTORY_UNPARSED_IS_FAILED didn't fail (https://github.com/ansible/ansible/issues/36034) +- aws_ses_identity - fixed failure on missing identity info (https://github.com/ansible/ansible/issues/36065) +- ec2_vpc_net_facts - fixed traceback for regions other than us-east-1 (https://github.com/ansible/ansible/pull/35302) +- aws_waf_* - fixed traceback on WAFStaleDataException (https://github.com/ansible/ansible/pull/36405) +- ec2_group - fixed check_mode when using tags (https://github.com/ansible/ansible/pull/36503) +- loop item labels will now update if templated (https://github.com/ansible/ansible/pull/36430) + diff --git a/changelogs/fragments/v2.5.0rc1_summary.yaml b/changelogs/fragments/v2.5.0rc1_summary.yaml new file mode 100644 index 00000000000..5baf85a8233 --- /dev/null +++ b/changelogs/fragments/v2.5.0rc1_summary.yaml @@ -0,0 +1,4 @@ +release_summary: | + | Release Date: 2018-02-22 + | Estimated Final Release: mid-March 2018 + | `Porting Guide `_