Releases: ansible-collections/junipernetworks.junos
Releases · ansible-collections/junipernetworks.junos
v9.1.0
v9.1.0
Minor Changes
- Add implementation to gather ether-channels for gig-ether-options.
- Added support for virtual-switch instances.
- Based on ether-option-type create supported commands for config module.
- Implemented bridge-domains configuration management for routing instances.
- Implemented support for setting the Maximum Transmission Unit (MTU) in Layer 3 (L3) Internet Protocol (IP) interfaces.
- Tested successfully on Junos MX204.
Bugfixes
- Fix the lag_interfaces facts for gigether supported model.
v9.0.0
v9.0.0
Release Summary
Starting from this release, the minimum ansible-core
version this collection requires is 2.15.0
. The last known version compatible with ansible-core<2.15 is v8.0.0.
Major Changes
- Bumping
requires_ansible
to>=2.15.0
, since previous ansible-core versions are EoL now.
v8.0.0
Major Changes
- Add new module cli_restore that exclusively handles restoring of backup configuration to target appliance.
Minor Changes
- Add support for cli_restore functionality.
- Please refer the PR to know more about core changes (ansible-collections/ansible.netcommon#618).
- cli_restore module is part of netcommon.
Full Changelog: https://github.com/ansible-collections/junipernetworks.junos//compare/v7.0.0...v8.0.0
v7.0.0
Major Changes
This release removes previously deprecated modules from this collection. Please refer to the Removed Features section for details.
Removed Features (previously deprecated)
- Remove deprected junos_logging module which is replaced by junos_logging_global resource module.
Bugfixes
- Fix the empty facts list placement
v6.0.2
Bugfixes
- initialize facts dictionary with empty containers for respective resources mentioned below
- acls
- lldp_global
- lldp_interfaces
- logging_global
- ntp_global
- ospf_interfaces
- ospfv2
- ospfv3
- prefix_lists
- routing_instances
- routing_options
- security_policies
- security_policies_global
- security_zones
- snmp_server
- static_routes
- vlans
Documentation Changes
- Remove the part of the description which incorrectly describes the behavior and type of confirm attribute.
- Update example performing
confirm_commit
. - Update with more examples using the
confirm
option to set a timer.
v6.0.1
Bugfixes
- Prevents module_defaults from being incorrectly applied to the platform action, instead of the concerned module.
v6.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 v5.3.1
.
Major Changes
- Bumping
requires_ansible
to>=2.14.0
, since previous ansible-core versions are EoL now.
Full Changelog: v5.3.1...v6.0.0
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.
Full Changelog: v5.3.0...v5.3.1
v5.3.0
Minor Changes
- add overridden state operation 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
Deprecated_features:
- "
junos_ospfv2
- add deprecate warning for area_range." - add deprecate warning for junos_acl_interfaces key for junos facts results.
Doc_changes:
- Update examples for junos_ospfv3
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 attributesallow_route_leaking
,stub_network
and
as-external
to overload dict." - "
junos_ospfv2
- add attributesno_ignore_out_externals
to spf_options
dict." - "
junos_ospfv2
- fix to gather reference_bandwidth and rfc1583compatibility." - add acl_interfaces key for junos_facts output.