Releases: redhat-cop/network.backup
Releases · redhat-cop/network.backup
v5.0.0
v5.0.0
Release Summary
With this release, the minimum required version of ansible-core for this collection is 2.19.0. The last version known to be compatible with ansible-core versions below 2.19 is v4.0.1.
Major Changes
- Bumping
dependenciesof ansible.netcommon to>=8.1.0, since previous versions of the dependency had compatibility issues withansible-core>=2.19.
Minor Changes
- bypass space healthchecks due to compatability issues.
Bugfixes
- update argspec and need too ignore random mem health status for appliance.
v4.0.1
v4.0.1
Bugfixes
- Adds the changelog fragments.
- Fixes the lint and sanity errors.
v4.0.0
v4.0.0
Major Changes
- Consolidated the
network.backupandnetwork.restorecollections into a singlenetwork.backupcollection. - Renamed
runro restore forrestorerole - Renamed
runtobackupforbackuprole - These changes are outcome of the discussion here (ansible/validated-content-discussion#18).
- Updated the documentation to reflect these changes.
Minor Changes
- Added comprehensive Survey Configuration to gather user input and customize backup or restore processes.
- Added extensions/patterns/backup and extensions/patterns/restore directories to support backup and restore workflows.
- Added workaround to support SCP file transfer on Cisco IOS devices by bypassing libssh limitations and using system SCP CLI as a fallback.
- Created playbooks directories for each pattern, including backup/playbooks for full and differential backups, and restore/playbooks for restoring backups.
- Introduced setup.yml files to configure projects and job templates for both backup and restore patterns.
- Introduced support for user-defined custom
pathandfilenamevariables for both local and remote (SCM) datastores. - Removed redundant
operationvariable from role defaults and tasks, as it is no longer needed due to improved task variable handling. - update backup task with timestamp as part of default file name.
- update path for survey spec
v3.0.0
v3.0.0
Release Summary
With this release, the minimum required version of ansible-core for this collection is 2.15.0. The last version known to be compatible with ansible-core versions below 2.15 is v2.0.0.
Major Changes
- Bumping
requires_ansibleto>=2.15.0, since previous ansible-core versions are EoL now.
Bugfixes
- Fix the task to allow supported os name without fqcn.
Documentation Changes
- Revised the instructions on when to utilize the token.
- Update README
- Updated the URL to point to validated content instead of certified content.
v2.0.0
Release Summary
Starting from this release, the minimum ansible-core version this collection requires is 2.14.0. That last known version compatible with ansible-core<2.14 is 1.0.0
Major Changes
- Bumping
requires_ansibleto>=2.14.0, since previous ansible-core versions are EoL now.
Full Changelog: 1.0.0...v2.0.0