summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2018-02-21 13:11:11 -0800
committerMatt Davis <mrd@redhat.com>2018-02-21 13:12:33 -0800
commit0057cfa0664fddb2356119f57c602f3d543dd336 (patch)
treeb08ea9d78dbcf3e5075e42010c407fee367b4360
parent54f9f06edca3c6c97f2f31d0d5c563ad1cfa6ff9 (diff)
downloadansible-0057cfa0664fddb2356119f57c602f3d543dd336.tar.gz
remove plugin sections from reno config
* we'll generate those at runtime using plugin metadata instead of trying to cobble together from sections
-rw-r--r--changelogs/config.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/changelogs/config.yaml b/changelogs/config.yaml
index 8ae350e5a9..f2380b7dce 100644
--- a/changelogs/config.yaml
+++ b/changelogs/config.yaml
@@ -8,11 +8,5 @@ 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']