Skip to content

Releases: napalm-automation/napalm-ansible

napalm-ansible 1.1.0 release

15 May 17:58
150ddb3
Compare
Choose a tag to compare
  • Fixing -u user issue
  • Fixing Ansible 2.9 issues that broke napalm-ansible
  • Updated changes to support both network_cli and connection local
  • Improving tests and the readme
  • Allow nx-os checkpoint file to be retrieved using napalm_get_facts

napalm-ansible 1.0.0 release

03 Jun 16:57
eebc2a6
Compare
Choose a tag to compare
  • Add support for ansible_network_os
  • Fix minor documentation errors
  • Expand filenames for *_file parameters
  • Fix Ansible 2.8 backwards incompatible changes
  • Removing support of legacy napalm_base
  • Changing napalm_cli to cli_results; napalm_ping to ping_results
  • Use yaml safe_load for tests

Note, the napalm_cli cli_results change and the napalm_ping change ping_results are a backwards incompatible change. These changes were necessitated by an Ansible 2.8 change.

napalm-ansible 0.10.0 release

17 Jul 03:14
2afe705
Compare
Choose a tag to compare
- Python3 support
- Fix issue with an exception in napalm_install_config

napalm-ansible 0.9.1 release

17 Jul 03:07
a1c4554
Compare
Choose a tag to compare
- Fix PIP10 compatibility issue
- Add support for saving candidate_file during the config install

napalm-ansible 0.9.0 release

08 Feb 02:31
6f2ec6c
Compare
Choose a tag to compare
- Fix old napalm_base references
- Various documentation fixes
- Add action plugin to better support command-line arguments

napalm-ansible release 0.8.0

14 Nov 19:30
822e73e
Compare
Choose a tag to compare
  • Fix import so that reunified napalm gets tried first
  • Fix except statements to that they are compatible with Python3

napalm-ansible release 0.7.2

09 Oct 17:44
Compare
Choose a tag to compare
  • Add support for nxos_ssh
  • Fix unit tests for Ansible 2.4

napalm-ansible release 0.7.1

05 Oct 20:10
Compare
Choose a tag to compare

napalm-ansible release 0.7.0

03 Aug 13:52
Compare
Choose a tag to compare

There are backwards incompatible changes in this release.

NAPALM facts from the get_facts module are now prepended with the napalm_ name.

0.7.0

- Minor internal improvements
- [#77] Added ``napalm_cli`` module
- Prepend 'napalm_' to NAPALM ansible facts generated by napalm_get_facts module
- Make NAPALM 'get_facts' be directly accessible Ansible facts (e.g. napalm_model)
- Change validate behavior to fail if 'complies' is False
- Create run_tests.sh script to make it easier to run the unit tests

Napalm-ansible Release 0.5.0

21 Jul 23:25
Compare
Choose a tag to compare

Initial release of napalm-ansible using more formal release process and incorporating unit testing.