From eb3dd5e19b1cb449cbd873877b8e7ab5cbb0cf97 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 26 Oct 2020 20:31:11 +0100 Subject: [PATCH] Prepare 0.1.0 release. --- CHANGELOG.rst | 22 ++++++++++++++++--- changelogs/changelog.yaml | 19 +++++++++++++++- changelogs/fragments/0.1.0.yml | 2 -- changelogs/fragments/101_update_facts.yml | 2 -- .../fragments/104_facts_export_verbose.yml | 2 -- 5 files changed, 37 insertions(+), 10 deletions(-) delete mode 100644 changelogs/fragments/0.1.0.yml delete mode 100644 changelogs/fragments/101_update_facts.yml delete mode 100644 changelogs/fragments/104_facts_export_verbose.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 297a040..7733785 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,21 @@ -Will be updated by antsibull-changelog. Do not edit this manually! +================================ +Community RouterOS Release Notes +================================ -See https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst for information on how to use antsibull-changelog. +.. contents:: Topics -Check out ``changelogs/config.yaml`` for its configuration. You need to change at least the ``title`` field in there. + +v0.1.0 +====== + +Release Summary +--------------- + +The ``community.routeros`` continues the work on the Ansible RouterOS modules from their state in ``community.network`` 1.2.0. The changes listed here are thus relative to the modules ``community.network.routeros_*``. + + +Minor Changes +------------- + +- facts - now also collecting data about BGP and OSPF (https://github.com/ansible-collections/community.network/pull/101). +- facts - set configuration export on to verbose, for full configuration export (https://github.com/ansible-collections/community.network/pull/104). diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2abdaca..3a37df6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1 +1,18 @@ -releases: {} +ancestor: null +releases: + 0.1.0: + changes: + minor_changes: + - facts - now also collecting data about BGP and OSPF (https://github.com/ansible-collections/community.network/pull/101). + - facts - set configuration export on to verbose, for full configuration export + (https://github.com/ansible-collections/community.network/pull/104). + release_summary: 'The ``community.routeros`` continues the work on the Ansible + RouterOS modules from their state in ``community.network`` 1.2.0. The changes + listed here are thus relative to the modules ``community.network.routeros_*``. + + ' + fragments: + - 0.1.0.yml + - 101_update_facts.yml + - 104_facts_export_verbose.yml + release_date: '2020-10-26' diff --git a/changelogs/fragments/0.1.0.yml b/changelogs/fragments/0.1.0.yml deleted file mode 100644 index d1d8d8b..0000000 --- a/changelogs/fragments/0.1.0.yml +++ /dev/null @@ -1,2 +0,0 @@ -release_summary: | - The ``community.routeros`` continues the work on the Ansible RouterOS modules from their state in ``community.network`` 1.2.0. The changes listed here are thus relative to the modules ``community.network.routeros_*``. diff --git a/changelogs/fragments/101_update_facts.yml b/changelogs/fragments/101_update_facts.yml deleted file mode 100644 index 074d5e6..0000000 --- a/changelogs/fragments/101_update_facts.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - facts - now also collecting data about BGP and OSPF (https://github.com/ansible-collections/community.network/pull/101). diff --git a/changelogs/fragments/104_facts_export_verbose.yml b/changelogs/fragments/104_facts_export_verbose.yml deleted file mode 100644 index add2a1d..0000000 --- a/changelogs/fragments/104_facts_export_verbose.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - facts - set configuration export on to verbose, for full configuration export (https://github.com/ansible-collections/community.network/pull/104).