From 61c1241a77e3906496911cdc61d90a7a56c2ede5 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 21 Feb 2018 13:51:40 -0800 Subject: [PATCH] reformat multiline bugfix entries --- changelogs/config.yaml | 6 ++++++ changelogs/fragments/ansible-inv-export.yaml | 2 +- changelogs/fragments/azure_api_profiles.yaml | 3 +-- changelogs/fragments/block_parenting.yaml | 3 +-- changelogs/fragments/display_fix.yaml | 3 +-- changelogs/fragments/eos_vrf_parsing_fix.yaml | 3 +-- .../fragments/interfaces_file_args_fix.yaml | 3 +-- changelogs/fragments/lineinfile_insert_fix.yaml | 3 +-- changelogs/fragments/nxos_evpn_vni_issues.yaml | 3 +-- changelogs/fragments/nxos_igmp_interface_fix.yaml | 3 +-- changelogs/fragments/nxos_interface_ospf_fix.yaml | 3 +-- changelogs/fragments/openshift_client_update.yaml | 3 +-- changelogs/fragments/v2.5.0b2_catchup.yaml | 15 +++++---------- .../fragments/vmware_guest_snapshot_root_fix.yaml | 3 +-- changelogs/fragments/vyos_check_mode.yaml | 3 +-- changelogs/fragments/vyos_l3_lo_fix.yaml | 3 +-- ...win_domain_controller_readonlyreplica_fix.yaml | 3 +-- .../fragments/win_update_string_names_fix.yaml | 3 +-- .../fragments/win_uri_create_remove_fix.yaml | 3 +-- 19 files changed, 28 insertions(+), 43 deletions(-) diff --git a/changelogs/config.yaml b/changelogs/config.yaml index f2380b7dce..8ae350e5a9 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -8,5 +8,11 @@ sections: - ['minor_changes', 'Minor Changes'] - ['deprecated_features', 'Deprecated Features'] - ['removed_features', 'Removed Features (previously deprecated)'] +- ['new_lookup_plugins', 'New Lookup Plugins'] +- ['new_callback_plugins', 'New Callback Plugins'] +- ['new_connection_plugins', 'New Connection Plugins'] +- ['new_test_plugins', 'New Test Plugins'] +- ['new_filter_plugins', 'New Filter Plugins'] +- ['new_modules', 'New Modules'] - ['bugfixes', 'Bugfixes'] - ['known_issues', 'Known Issues'] diff --git a/changelogs/fragments/ansible-inv-export.yaml b/changelogs/fragments/ansible-inv-export.yaml index d76673a973..f0af0c228a 100644 --- a/changelogs/fragments/ansible-inv-export.yaml +++ b/changelogs/fragments/ansible-inv-export.yaml @@ -1,2 +1,2 @@ -minor_features: +minor_changes: - ansible-inventory - now supports a ``--export`` option to preserve group_var data (https://github.com/ansible/ansible/pull/36188) diff --git a/changelogs/fragments/azure_api_profiles.yaml b/changelogs/fragments/azure_api_profiles.yaml index c4f02467c5..ac5ed35685 100644 --- a/changelogs/fragments/azure_api_profiles.yaml +++ b/changelogs/fragments/azure_api_profiles.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - azure_rm modules - internal changes to use API profiles and kwargs for future Azure Stack support and better stability between SDK updates. (https://github.com/ansible/ansible/pull/35538) +- azure_rm modules - internal changes to use API profiles and kwargs for future Azure Stack support and better stability between SDK updates. (https://github.com/ansible/ansible/pull/35538) diff --git a/changelogs/fragments/block_parenting.yaml b/changelogs/fragments/block_parenting.yaml index c1d7c2c1f0..dc1bb0218f 100644 --- a/changelogs/fragments/block_parenting.yaml +++ b/changelogs/fragments/block_parenting.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - fix memory bloat on nested includes by preventing blocks from self-parenting (https://github.com/ansible/ansible/pull/36075) +- fix memory bloat on nested includes by preventing blocks from self-parenting (https://github.com/ansible/ansible/pull/36075) diff --git a/changelogs/fragments/display_fix.yaml b/changelogs/fragments/display_fix.yaml index 8284c22f62..f4e26b1887 100644 --- a/changelogs/fragments/display_fix.yaml +++ b/changelogs/fragments/display_fix.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - ensure displayed messages under peristent connections are returned to the controller (https://github.com/ansible/ansible/pull/36064) +- ensure displayed messages under peristent connections are returned to the controller (https://github.com/ansible/ansible/pull/36064) diff --git a/changelogs/fragments/eos_vrf_parsing_fix.yaml b/changelogs/fragments/eos_vrf_parsing_fix.yaml index 3e0df0a8f2..a9c8f60d7a 100644 --- a/changelogs/fragments/eos_vrf_parsing_fix.yaml +++ b/changelogs/fragments/eos_vrf_parsing_fix.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - eos_vrf and eos_eapi - fix vrf parsing (https://github.com/ansible/ansible/pull/35791) +- eos_vrf and eos_eapi - fix vrf parsing (https://github.com/ansible/ansible/pull/35791) diff --git a/changelogs/fragments/interfaces_file_args_fix.yaml b/changelogs/fragments/interfaces_file_args_fix.yaml index c91f64cb00..aee1d4717c 100644 --- a/changelogs/fragments/interfaces_file_args_fix.yaml +++ b/changelogs/fragments/interfaces_file_args_fix.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - interface_file - accept interfaces without address family or method (https://github.com/ansible/ansible/pull/34200) +- interface_file - accept interfaces without address family or method (https://github.com/ansible/ansible/pull/34200) diff --git a/changelogs/fragments/lineinfile_insert_fix.yaml b/changelogs/fragments/lineinfile_insert_fix.yaml index 85f95a93fd..c88645afe3 100644 --- a/changelogs/fragments/lineinfile_insert_fix.yaml +++ b/changelogs/fragments/lineinfile_insert_fix.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - lineinfile - fix insertion if pattern already exists (https://github.com/ansible/ansible/pull/33393) +- lineinfile - fix insertion if pattern already exists (https://github.com/ansible/ansible/pull/33393) diff --git a/changelogs/fragments/nxos_evpn_vni_issues.yaml b/changelogs/fragments/nxos_evpn_vni_issues.yaml index 51a4e1e54f..751638a0bb 100644 --- a/changelogs/fragments/nxos_evpn_vni_issues.yaml +++ b/changelogs/fragments/nxos_evpn_vni_issues.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - nxos_evpn_vni - fixed a number of issues (https://github.com/ansible/ansible/pull/35930) +- nxos_evpn_vni - fixed a number of issues (https://github.com/ansible/ansible/pull/35930) diff --git a/changelogs/fragments/nxos_igmp_interface_fix.yaml b/changelogs/fragments/nxos_igmp_interface_fix.yaml index 30f8db1d36..80988315a0 100644 --- a/changelogs/fragments/nxos_igmp_interface_fix.yaml +++ b/changelogs/fragments/nxos_igmp_interface_fix.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - nxos_igmp_interface - fix response handling for different nxos versions (https://github.com/ansible/ansible/pull/35959) +- nxos_igmp_interface - fix response handling for different nxos versions (https://github.com/ansible/ansible/pull/35959) diff --git a/changelogs/fragments/nxos_interface_ospf_fix.yaml b/changelogs/fragments/nxos_interface_ospf_fix.yaml index c7faa55cdb..35a3c834c5 100644 --- a/changelogs/fragments/nxos_interface_ospf_fix.yaml +++ b/changelogs/fragments/nxos_interface_ospf_fix.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - nxos_interface_ospf - various bugfixes (https://github.com/ansible/ansible/pull/35988) +- nxos_interface_ospf - various bugfixes (https://github.com/ansible/ansible/pull/35988) diff --git a/changelogs/fragments/openshift_client_update.yaml b/changelogs/fragments/openshift_client_update.yaml index 03ceead1fd..5e8b4dfbe0 100644 --- a/changelogs/fragments/openshift_client_update.yaml +++ b/changelogs/fragments/openshift_client_update.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - openshift modules - update to client version 0.4.0 (https://github.com/ansible/ansible/pull/35127) \ No newline at end of file +- openshift modules - update to client version 0.4.0 (https://github.com/ansible/ansible/pull/35127) \ No newline at end of file diff --git a/changelogs/fragments/v2.5.0b2_catchup.yaml b/changelogs/fragments/v2.5.0b2_catchup.yaml index 4979bdcd5a..c7a42040c2 100644 --- a/changelogs/fragments/v2.5.0b2_catchup.yaml +++ b/changelogs/fragments/v2.5.0b2_catchup.yaml @@ -1,11 +1,6 @@ bugfixes: -- | - fix templating issues in loop_control (https://github.com/ansible/ansible/pull/36124) -- | - ansible-config - fix traceback when no config file is present (https://github.com/ansible/ansible/issues/35965) -- | - misc fixes to Linux virtualization facts (https://github.com/ansible/ansible/issues/36038) -- | - fix failure when remote_tmp is a subdir of a system tempdir (https://github.com/ansible/ansible/pull/36143) -- | - ios_ping - allow for count > 70 (https://github.com/ansible/ansible/pull/36142) +- fix templating issues in loop_control (https://github.com/ansible/ansible/pull/36124) +- ansible-config - fix traceback when no config file is present (https://github.com/ansible/ansible/issues/35965) +- misc fixes to Linux virtualization facts (https://github.com/ansible/ansible/issues/36038) +- fix failure when remote_tmp is a subdir of a system tempdir (https://github.com/ansible/ansible/pull/36143) +- ios_ping - allow for count > 70 (https://github.com/ansible/ansible/pull/36142) diff --git a/changelogs/fragments/vmware_guest_snapshot_root_fix.yaml b/changelogs/fragments/vmware_guest_snapshot_root_fix.yaml index 130a03c0fb..1c0de2b625 100644 --- a/changelogs/fragments/vmware_guest_snapshot_root_fix.yaml +++ b/changelogs/fragments/vmware_guest_snapshot_root_fix.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - vmware_guest_snapshot - always check for root snapshot (https://github.com/ansible/ansible/pull/36001) \ No newline at end of file +- vmware_guest_snapshot - always check for root snapshot (https://github.com/ansible/ansible/pull/36001) \ No newline at end of file diff --git a/changelogs/fragments/vyos_check_mode.yaml b/changelogs/fragments/vyos_check_mode.yaml index 97d00b0e9e..af13bc0835 100644 --- a/changelogs/fragments/vyos_check_mode.yaml +++ b/changelogs/fragments/vyos_check_mode.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - vyos - fixes to check mode support (https://github.com/ansible/ansible/pull/35977) +- vyos - fixes to check mode support (https://github.com/ansible/ansible/pull/35977) diff --git a/changelogs/fragments/vyos_l3_lo_fix.yaml b/changelogs/fragments/vyos_l3_lo_fix.yaml index 5a77cf4c9c..db78e1036b 100644 --- a/changelogs/fragments/vyos_l3_lo_fix.yaml +++ b/changelogs/fragments/vyos_l3_lo_fix.yaml @@ -1,4 +1,3 @@ bugfixes: -- | - vyos_l3_interface - add support for localhost (https://github.com/ansible/ansible/pull/36141) +- vyos_l3_interface - add support for localhost (https://github.com/ansible/ansible/pull/36141) diff --git a/changelogs/fragments/win_domain_controller_readonlyreplica_fix.yaml b/changelogs/fragments/win_domain_controller_readonlyreplica_fix.yaml index 0251f7dce0..69d96e2f7c 100644 --- a/changelogs/fragments/win_domain_controller_readonlyreplica_fix.yaml +++ b/changelogs/fragments/win_domain_controller_readonlyreplica_fix.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - win_domain_controller - only specify ReadOnlyReplica when necessary (https://github.com/ansible/ansible/pull/36017) \ No newline at end of file +- win_domain_controller - only specify ReadOnlyReplica when necessary (https://github.com/ansible/ansible/pull/36017) \ No newline at end of file diff --git a/changelogs/fragments/win_update_string_names_fix.yaml b/changelogs/fragments/win_update_string_names_fix.yaml index 158bfcabbf..b3d560e76b 100644 --- a/changelogs/fragments/win_update_string_names_fix.yaml +++ b/changelogs/fragments/win_update_string_names_fix.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - win_updates - fix regresion with string category names(https://github.com/ansible/ansible/pull/36015) \ No newline at end of file +- win_updates - fix regresion with string category names(https://github.com/ansible/ansible/pull/36015) \ No newline at end of file diff --git a/changelogs/fragments/win_uri_create_remove_fix.yaml b/changelogs/fragments/win_uri_create_remove_fix.yaml index ddb192a4f2..73e7f20ed9 100644 --- a/changelogs/fragments/win_uri_create_remove_fix.yaml +++ b/changelogs/fragments/win_uri_create_remove_fix.yaml @@ -1,3 +1,2 @@ bugfixes: -- | - win_uri - fixed issues with the creates and removes options (https://github.com/ansible/ansible/pull/36016) +- win_uri - fixed issues with the creates and removes options (https://github.com/ansible/ansible/pull/36016)