From ce7371c88824a574be14642f5d931dc9c0fd7112 Mon Sep 17 00:00:00 2001 From: rohitthakur2590 Date: Mon, 22 Apr 2024 13:30:51 +0530 Subject: [PATCH] Prepare Release 1.0.0 Signed-off-by: rohitthakur2590 --- CHANGELOG.rst | 31 +++++++++++++++++++ changelogs/changelog.yaml | 31 ++++++++++++------- changelogs/fragments/platform.yaml | 3 -- changelogs/fragments/update_openssf.yaml | 4 --- .../fragments/update_restore_design.yaml | 5 --- changelogs/fragments/update_tasks_docs.yaml | 9 ------ galaxy.yml | 4 +-- 7 files changed, 52 insertions(+), 35 deletions(-) delete mode 100644 changelogs/fragments/platform.yaml delete mode 100644 changelogs/fragments/update_openssf.yaml delete mode 100644 changelogs/fragments/update_restore_design.yaml delete mode 100644 changelogs/fragments/update_tasks_docs.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e69de29..36ac52d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -0,0 +1,31 @@ +===================================== +Ansible Network Restore Release Notes +===================================== + +.. contents:: Topics + + +v1.0.0 +====== + +Minor Changes +------------- + +- Add support for SCM operations to fetch backed-up files from Github. +- Fix the tasks to make the copied files cleanup for Junos. +- Implement cli_restore tasks workflow for eos appliance. +- Redesigned network restore w.r.t validated content pattern for network backup. +- Revise the task sequence for IOS XR appliance to enhance efficiency. +- Support deploy_collection action. + +Bugfixes +-------- + +- Enable platfom specific network.restore options. + +Documentation Changes +--------------------- + +- Amend the README file to specify the minimum required platform collections. +- Update local datastore backup example. +- Update the reference to OpenSSF Best Practices for better alignment. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1e59355..5be2208 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2,18 +2,25 @@ ancestor: null releases: 1.0.0: changes: + bugfixes: + - Enable platfom specific network.restore options. + doc_changes: + - Amend the README file to specify the minimum required platform collections. + - Update local datastore backup example. + - Update the reference to OpenSSF Best Practices for better alignment. minor_changes: - - Support deploy_collection action. - release_summary: - Release 1.0.0 with support for health checks and collector - setup. + - Add support for SCM operations to fetch backed-up files from Github. + - Fix the tasks to make the copied files cleanup for Junos. + - Implement cli_restore tasks workflow for eos appliance. + - Redesigned network restore w.r.t validated content pattern for network backup. + - Revise the task sequence for IOS XR appliance to enhance efficiency. + - Support deploy_collection action. fragments: - - basic.yaml + - basic.yaml + - platform.yaml + - update_openssf.yaml + - update_restore_design.yaml + - update_tasks_docs.yaml plugins: - filter: - - description: - Generate the filtered health check dict based on the provided - target. - name: health_check_view - namespace: null - release_date: "2024-02-07" + filter: [] + release_date: '2024-02-07' diff --git a/changelogs/fragments/platform.yaml b/changelogs/fragments/platform.yaml deleted file mode 100644 index 94f4fa7..0000000 --- a/changelogs/fragments/platform.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Enable platfom specific network.restore options. diff --git a/changelogs/fragments/update_openssf.yaml b/changelogs/fragments/update_openssf.yaml deleted file mode 100644 index 1ad58ee..0000000 --- a/changelogs/fragments/update_openssf.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -doc_changes: - - Update the reference to OpenSSF Best Practices for better alignment. - - Update local datastore backup example. diff --git a/changelogs/fragments/update_restore_design.yaml b/changelogs/fragments/update_restore_design.yaml deleted file mode 100644 index 3b77ef4..0000000 --- a/changelogs/fragments/update_restore_design.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -minor_changes: - - Redesigned network restore w.r.t validated content pattern for network backup. - - Add support for SCM operations to fetch backed-up files from Github. - - Fix the tasks to make the copied files cleanup for Junos. diff --git a/changelogs/fragments/update_tasks_docs.yaml b/changelogs/fragments/update_tasks_docs.yaml deleted file mode 100644 index 4d4085e..0000000 --- a/changelogs/fragments/update_tasks_docs.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -minor_changes: - - Revise the task sequence for IOS XR appliance to enhance efficiency. - - Implement cli_restore tasks workflow for eos appliance. -doc_changes: - - Amend the README file to specify the minimum required platform collections. -trivial: - - Rectify the description in galaxy.yaml to accurately reflect validated content restoration. - - Update github workflow jobs. diff --git a/galaxy.yml b/galaxy.yml index 40e768e..954b73c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- authors: - Sagar Paul (@KB-perByte) - - Rohit Thakur (@rothakur2590) + - Rohit Thakur (@rohitthakur2590) dependencies: ansible.netcommon: ">=6.1.0" ansible.utils: ">=3.0.0" @@ -15,4 +15,4 @@ readme: README.md repository: https://github.com/redhat-cop/network.restore issues: https://github.com/redhat-cop/network.restore/issues tags: [networking] -version: "1.0.0" +version: 1.0.0