reformat multiline bugfix entries
This commit is contained in:
parent
0057cfa066
commit
61c1241a77
19 changed files with 28 additions and 43 deletions
|
@ -8,5 +8,11 @@ sections:
|
||||||
- ['minor_changes', 'Minor Changes']
|
- ['minor_changes', 'Minor Changes']
|
||||||
- ['deprecated_features', 'Deprecated Features']
|
- ['deprecated_features', 'Deprecated Features']
|
||||||
- ['removed_features', 'Removed Features (previously deprecated)']
|
- ['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']
|
- ['bugfixes', 'Bugfixes']
|
||||||
- ['known_issues', 'Known Issues']
|
- ['known_issues', 'Known Issues']
|
||||||
|
|
|
@ -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)
|
- ansible-inventory - now supports a ``--export`` option to preserve group_var data (https://github.com/ansible/ansible/pull/36188)
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
bugfixes:
|
||||||
- |
|
- openshift modules - update to client version 0.4.0 (https://github.com/ansible/ansible/pull/35127)
|
||||||
openshift modules - update to client version 0.4.0 (https://github.com/ansible/ansible/pull/35127)
|
|
|
@ -1,11 +1,6 @@
|
||||||
bugfixes:
|
bugfixes:
|
||||||
- |
|
- fix templating issues in loop_control (https://github.com/ansible/ansible/pull/36124)
|
||||||
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)
|
||||||
ansible-config - fix traceback when no config file is present (https://github.com/ansible/ansible/issues/35965)
|
- 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)
|
||||||
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)
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
bugfixes:
|
||||||
- |
|
- vmware_guest_snapshot - always check for root snapshot (https://github.com/ansible/ansible/pull/36001)
|
||||||
vmware_guest_snapshot - always check for root snapshot (https://github.com/ansible/ansible/pull/36001)
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
bugfixes:
|
||||||
- |
|
- win_domain_controller - only specify ReadOnlyReplica when necessary (https://github.com/ansible/ansible/pull/36017)
|
||||||
win_domain_controller - only specify ReadOnlyReplica when necessary (https://github.com/ansible/ansible/pull/36017)
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
bugfixes:
|
||||||
- |
|
- win_updates - fix regresion with string category names(https://github.com/ansible/ansible/pull/36015)
|
||||||
win_updates - fix regresion with string category names(https://github.com/ansible/ansible/pull/36015)
|
|
|
@ -1,3 +1,2 @@
|
||||||
bugfixes:
|
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)
|
|
||||||
|
|
Loading…
Reference in a new issue