Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from rohitthakur2590/prepare_release_1.0.0
Browse files Browse the repository at this point in the history
Prepare Release 1.0.0
  • Loading branch information
rohitthakur2590 authored Apr 22, 2024
2 parents 68d9e48 + ce7371c commit 47a4cc8
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 35 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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.
31 changes: 19 additions & 12 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions changelogs/fragments/platform.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/update_openssf.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/update_restore_design.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions changelogs/fragments/update_tasks_docs.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

0 comments on commit 47a4cc8

Please sign in to comment.