Releases: Juniper/ansible-junos-stdlib
Releases · Juniper/ansible-junos-stdlib
Release 2.4.1
Features Added
- Adding ignore warning argument in juniper_junos_rpc #520
Bugs Fixed
- juniper_junos_system fails when (vmhost) rebooting MX204 router #517
Release 2.4.0
Features Added
- Changes for ansible actions of the reboot, shutdown to be handled in PyEZ
Bugs Fixed
- Fix for jsnapy callback when testcase result is NULL #507
- Correct message in case of failure during software install #495
Note:
Will require junos-eznc(PyEZ) version 2.5.0 or higher.
Release 2.3.2
Feature Added
- Adding whitelist to be added in ansible.cfg for jsnapy callback to be enabled or disabled. #496
Bugs fixed
- Added ignore_warning for juniper_junos_command and juniper_junos_config #499
- rpc print in exception handling error for get-config #503
Release 2.3.1
Feature Added
- Added load_patch functionality #489
Bugs fixed
- Fixed filename for inventory_hostname than ip. #468
- Fixed ignore warning with non-boolean arguments #481
Release 2.3.0
Features Added
Bugs fixed
- Fixed Juniper.junos with ansible==2.9 #467
Note: The modules listed below have been deprecated/replaced from this release onwards.
Deprecated module |
Replaced by module |
junos_cli |
juniper_junos_command |
junos_commit |
juniper_junos_config |
junos_get_config |
juniper_junos_config |
junos_get_facts |
juniper_junos_facts |
junos_get_table |
juniper_junos_table |
junos_install_config |
juniper_junos_config |
junos_install_os |
juniper_junos_software |
junos_jsnapy |
juniper_junos_jsnapy |
junos_ping |
juniper_junos_ping |
junos_pmtud |
juniper_junos_pmtud |
junos_rollback |
juniper_junos_config |
junos_rpc |
juniper_junos_rpc |
junos_shutdown |
juniper_junos_shutdown |
junos_srx_cluster |
juniper_junos_srx_cluster |
junos_zeroize |
juniper_junos_system |
Release 2.2.1
Features Added
- Added ansible-junos-awx project #416
Release 2.2.0
Features Added
- Support Junos Evolved devices #398
- Added support for Console over SSH #418
- --diff supported in juniper_junos_config module #427
- Added support for ignore_warning #428
- Added OpenConfig and YANG support in juniper_junos_config module #429
- Support for mixed VC junos software installation #437
- Added vmhost reboot support #440
Bugs Fixed
- Juniper.junos python3 compatibility #453
- Added support for ansible_port and ansible_host #391
- Refactored Dockerfile #424
- Fixed ansible lint #433
- Fixed get_config format option #434
- Fixed CVBC vulnerability #451
Release 2.1.0
Features
- User can now specify logging level for Juniper.junos modules using the
level
attribute #359
- User can now mention
ssh_config
path to establish SSH connection #355
- Python 3 support #355
Bugs Fixed
- Fixed junos_jsnapy callback plugin #367
- Check Mode support #357
- Fixed logger issues and removed unused loggers #337
- Handle empty
version_info
and junos_info
facts more gracefully #361
Release 2.0.2
Bugs Fixed
- juniper_junos_ping: Fix acceptable_percent_loss parameter #330
- juniper_junos_config: Unexpected XML tag returned on grabbing a config in set commands #336 #328
Release 2.0.1
Bugs Fixed
Write inventory and configuration files correctly for both ASCII and Unicode content. (#323 / #324)