diff options
Diffstat (limited to 'ansible_collections/junipernetworks/junos/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/junipernetworks/junos/CHANGELOG.rst | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/ansible_collections/junipernetworks/junos/CHANGELOG.rst b/ansible_collections/junipernetworks/junos/CHANGELOG.rst index e0b0a6231..73ef77b5f 100644 --- a/ansible_collections/junipernetworks/junos/CHANGELOG.rst +++ b/ansible_collections/junipernetworks/junos/CHANGELOG.rst @@ -5,6 +5,107 @@ Junipernetworks Junos Collection Release Notes .. contents:: Topics +v5.3.1 +====== + +Bugfixes +-------- + +- fix to gather l2_interfaces facts with default port-mode access. + +Documentation Changes +--------------------- + +- Improve docs of prefix-lists RM. +- ios_l2_interfaces - Fixed module documentation and examples. +- ios_l3_interfaces - Fixed module documentation and examples. + +v5.3.0 +====== + +Minor Changes +------------- + +- add overridden state opperation support. + +Bugfixes +-------- + +- fix `no_advertise_adjacency_segment` config implementation. +- fix `no_eligible_backup` config implementation. +- fix `no_eligible_remote_backup` config implementation. +- fix `no_interface_state_traps` config implementation. +- fix `no_neighbor_down_notification` config implementation. +- fix `node_link_protection` implementation. +- fix md5 authentication which allows list of keys to be configured. + +v5.2.0 +====== + +Minor Changes +------------- + +- `junos_ospfv2` - Fix the authentication config when password is configured +- `junos_ospfv2` - Rename key ospf to ospfv2 in facts. +- `junos_ospfv2` - add area_ranges attribute which supports list of dict attributes. +- `junos_ospfv2` - add attributes `allow_route_leaking`, `stub_network` and `as-external` to overload dict. +- `junos_ospfv2` - add attributes `no_ignore_out_externals` to spf_options dict. +- `junos_ospfv2` - fix to gather reference_bandwidth and rfc1583compatibility. +- add acl_interfaces key for junos_facts output. + +Deprecated Features +------------------- + +- `junos_ospfv2` - add deprecate warning for area_range. +- add deprecate warning for junos_acl_interfaces key for junos facts results. + +Documentation Changes +--------------------- + +- Update examples for junos_ospfv3 + +v5.1.0 +====== + +Minor Changes +------------- + +- Adding unlink option to junos package installation. + +Bugfixes +-------- + +- Fix enabled attribute implementation. +- Fix lldp_global_assertion. +- Fix sanity issues. +- Fix the snmp view and traps configuration. +- fix the implementation of disabling interface. +- module should return with failure when rollback is 0 and device is not reachable. + +Documentation Changes +--------------------- + +- Update bgp_address_family docs with examples. +- Update bgp_global docs with examples. +- junos_interfaces - Updated documentation with examples and task output. +- junos_static_routes - add task output to module documentation examples. (https://github.com/ansible-collections/junipernetworks.junos/pull/402). + +v5.0.0 +====== + +Major Changes +------------- + +- change gathered key from junos_acls to acls + +Bugfixes +-------- + +- enable provider support for junos_scp and junos_package. +- fix diff to result when prepared diff exists. +- fix junos_security_zones facts gathering when we have single interface configured. +- revert diff mode to default. + v4.1.0 ====== |