Skip to content

Releases: Juniper/ansible-junos-stdlib

Release v1.0.4 Ansible Collections

30 Apr 12:06
abd0239
Compare
Choose a tag to compare

Enhancements done

None

Bugs Fixed

  • Added inventory template file to run ansible functional test cases for local and PyEZ persistent connection #645
  • Updated command and config playbook-related test cases #645
  • Fixed PyEZ connection rollback configuration issue #645
  • Normalize value not passed correctly in PyEZ connection rpc.ping() API #646
  • Fixed JSON encoder error “TypeError: Object of type function is not JSON serializable” #647
  • Fixed persistent connection reboot exception handler for ConnectionError #649
  • Module snapy.py - Added code for persistent pyez connection check and called invoke_jsnapy with required arguments #650
  • Module pyez.py - Updated snapcheck - replaced file_name with pre_file argument #650
  • Updated ansible rpc test case playbook #651
  • Fixed PyEZ persistent connection issues related to SRX HA cluster playbook #652
    get_facts error for sr_cluster_id and node_id
    ConnectionError exception handling in disable cluster
  • Removed connection: local entry from the tests playbooks #652
  • Deleted the pb.juniper_junos_persistent_con.yml playbook #652

Release v1.0.3 Ansible Collections

25 Jan 15:38
9e39e00
Compare
Choose a tag to compare

Enhancements done

  • Supported configuration mode options: private, batch, dynamic, exclusive, and ephemeral. #635
  • Supported power-off functionality on VM host devices. #636
  • Supported installation of JUNOS package on specific member of VC #613 #397
  • The Read the Docs build system will start requiring a configuration file v2 (.readthedocs.yaml) #621

Bugs Fixed

  • Updated the documentation link in jsnapy.rst and snapy.py #612
  • pass through credentials on the command line using -u, -k or --private-key is not working after ansible-core 2.13 #592
  • Fixed 'Sphinx' object has no attribute 'add_stylesheet' with sphinx 7.2.6 #630
  • Fixed Executing RPC with filters returns The error was: AttributeError: 'JuniperJunosModule' object has no attribute '_check_type_dict' #620
  • Updated test playbooks #629
  • Fixed ansible PEZ exception issue when committing the configuration. #638

Release v1.0.2 Ansible Collections

16 Nov 04:23
d8280b5
Compare
Choose a tag to compare

Enhancements done

  • Added changelogs #596
  • Introduced "commit_sync" and "commit_force_sync" under juniper.device.config module #525

Bugs Fixed

Release v1.0.1 Ansible Collections

05 Oct 10:45
26ed2c9
Compare
Choose a tag to compare

Bugs Fixed

  • Adding allow_bool_value flag to be passed for rpc to support boolean values #538
  • etree import issue when libxml2 not installed is corrected. #558

Release v1.0.0 Ansible Collections

23 Apr 16:21
72e2b96
Compare
Choose a tag to compare

Features Added

  • First release to support junos modules for Ansible collections.

Release 2.4.3

29 Oct 12:15
d9fe053
Compare
Choose a tag to compare

Bugs Fixed

  • Checks for zeroize being modified for arguments in_min, at and other_re #526

Release 2.4.2

28 Aug 12:02
989c66e
Compare
Choose a tag to compare

Bugs Fixed

Default value of in_min modified for juniper_junos_system #521

Release 2.4.1

21 Aug 09:39
7ff4e07
Compare
Choose a tag to compare

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

01 Jul 05:45
ff7069c
Compare
Choose a tag to compare

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

28 May 08:14
77326dc
Compare
Choose a tag to compare

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