diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/junipernetworks/junos/changelogs')
3 files changed, 395 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/junipernetworks/junos/changelogs/CHANGELOG.rst b/collections-debian-merged/ansible_collections/junipernetworks/junos/changelogs/CHANGELOG.rst new file mode 100644 index 00000000..56f71f2a --- /dev/null +++ b/collections-debian-merged/ansible_collections/junipernetworks/junos/changelogs/CHANGELOG.rst @@ -0,0 +1,143 @@ +============================================== +Junipernetworks Junos Collection Release Notes +============================================== + +.. contents:: Topics + + +v1.3.0 +====== + +Minor Changes +------------- + +- Add junos bgp global resource module. +- Add ospf interfaces resource module. + +Bugfixes +-------- + +- changing prefix list type to list and correcting facts gathering (https://github.com/ansible-collections/junipernetworks.junos/issues/131) +- constructing the facts based on the addresses per unit (https://github.com/ansible-collections/junipernetworks.junos/issues/111) +- release version added updated to 1.3.0 for junos_ospf_interfaces and junos_bgp_global module + +New Modules +----------- + +- junos_bgp_global - Manages BGP Global configuration on devices running Juniper JUNOS. +- junos_ospf_interfaces - OSPF Interfaces Resource Module. + +v1.2.1 +====== + +Bugfixes +-------- + +- Add version key to galaxy.yaml to work around ansible-galaxy bug +- Updating unit tests for resource modules (https://github.com/ansible-collections/junipernetworks.junos/pull/127) +- allowing partial config filter for junos commands (https://github.com/ansible-collections/junipernetworks.junos/issues/112) +- checking for units and family attributes in conf dictionary (https://github.com/ansible-collections/junipernetworks.junos/issues/121) + +v1.2.0 +====== + +Minor Changes +------------- + +- Add ospfv3 resource module. + +New Modules +----------- + +- junos_ospfv3 - OSPFv3 resource module + +v1.1.1 +====== + +Minor Changes +------------- + +- Use FQCN to M() references in modules documentation (https://github.com/ansible-collections/junipernetworks.junos/pull/79) + +v1.1.0 +====== + +Minor Changes +------------- + +- Gathered state operation enabled, Parsed and rendered state operations implemented for junos_lacp. +- Gathered state operation enabled, Parsed and rendered state operations implemented for junos_lldp_global. +- Gathered state operation enabled, Parsed and rendered state operations implemented for junos_lldp_interfaces. +- Gathered state operation enabled, Parsed and rendered state operations implemented for ospfv2, acl_interfaces, vlans and static_routes RM. +- Gathered state operation enabled. Parsed and rendered state operations implemented. +- Gathered state operation enabledand Parsed and rendered state operations implemented. + +Bugfixes +-------- + +- set_config called only when state is not gathered so that gathered opeartion works fine (https://github.com/ansible-collections/junipernetworks.junos/issues/89). +- set_config called only when state is not gathered so that gathered opeartion works fine (https://github.com/ansible-collections/junipernetworks.junos/issues/93). +- set_config called only when state is not gathered so that gathered opeartion works fine for l2_interfaces resource module (https://github.com/ansible-collections/junipernetworks.junos/issues/91). + +v1.0.1 +====== + +Bugfixes +-------- + +- Make `src`, `backup` and `backup_options` in junos_config work when module alias is used (https://github.com/ansible-collections/junipernetworks.junos/pull/83). +- Update docs after sanity fixes to modules. + +v1.0.0 +====== + +New Plugins +----------- + +Cliconf +~~~~~~~ + +- junos - Use junos cliconf to run command on Juniper Junos OS platform + +Netconf +~~~~~~~ + +- junos - Use junos netconf plugin to run netconf commands on Juniper JUNOS platform + +New Modules +----------- + +- junos_acl_interfaces - ACL interfaces resource module +- junos_acls - ACLs resource module +- junos_banner - Manage multiline banners on Juniper JUNOS devices +- junos_command - Run arbitrary commands on an Juniper JUNOS device +- junos_config - Manage configuration on devices running Juniper JUNOS +- junos_facts - Collect facts from remote devices running Juniper Junos +- junos_interface - (deprecated, removed after 2022-06-01) Manage Interface on Juniper JUNOS network devices +- junos_interfaces - Junos Interfaces resource module +- junos_l2_interface - (deprecated, removed after 2022-06-01) Manage L2 Interface on Juniper JUNOS network devices +- junos_l2_interfaces - L2 interfaces resource module +- junos_l3_interface - (deprecated, removed after 2022-06-01) Manage L3 interfaces on Juniper JUNOS network devices +- junos_l3_interfaces - L3 interfaces resource module +- junos_lacp - Global Link Aggregation Control Protocol (LACP) Junos resource module +- junos_lacp_interfaces - LACP interfaces resource module +- junos_lag_interfaces - Link Aggregation Juniper JUNOS resource module +- junos_linkagg - (deprecated, removed after 2022-06-01) Manage link aggregation groups on Juniper JUNOS network devices +- junos_lldp - (deprecated, removed after 2022-06-01) Manage LLDP configuration on Juniper JUNOS network devices +- junos_lldp_global - LLDP resource module +- junos_lldp_interface - (deprecated, removed after 2022-06-01) Manage LLDP interfaces configuration on Juniper JUNOS network devices +- junos_lldp_interfaces - LLDP interfaces resource module +- junos_logging - Manage logging on network devices +- junos_netconf - Configures the Junos Netconf system service +- junos_ospfv2 - OSPFv2 resource module +- junos_package - Installs packages on remote devices running Junos +- junos_ping - Tests reachability using ping from devices running Juniper JUNOS +- junos_rpc - Runs an arbitrary RPC over NetConf on an Juniper JUNOS device +- junos_scp - Transfer files from or to remote devices running Junos +- junos_static_route - (deprecated, removed after 2022-06-01) Manage static IP routes on Juniper JUNOS network devices +- junos_static_routes - Static routes resource module +- junos_system - Manage the system attributes on Juniper JUNOS devices +- junos_user - Manage local user accounts on Juniper JUNOS devices +- junos_vlan - (deprecated, removed after 2022-06-01) Manage VLANs on Juniper JUNOS network devices +- junos_vlans - VLANs resource module +- junos_vrf - Manage the VRF definitions on Juniper JUNOS devices diff --git a/collections-debian-merged/ansible_collections/junipernetworks/junos/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/junipernetworks/junos/changelogs/changelog.yaml new file mode 100644 index 00000000..f382689d --- /dev/null +++ b/collections-debian-merged/ansible_collections/junipernetworks/junos/changelogs/changelog.yaml @@ -0,0 +1,222 @@ +ancestor: null +releases: + 1.0.0: + modules: + - description: ACL interfaces resource module + name: junos_acl_interfaces + namespace: '' + - description: ACLs resource module + name: junos_acls + namespace: '' + - description: Manage multiline banners on Juniper JUNOS devices + name: junos_banner + namespace: '' + - description: Run arbitrary commands on an Juniper JUNOS device + name: junos_command + namespace: '' + - description: Manage configuration on devices running Juniper JUNOS + name: junos_config + namespace: '' + - description: Collect facts from remote devices running Juniper Junos + name: junos_facts + namespace: '' + - description: (deprecated, removed after 2022-06-01) Manage Interface on Juniper + JUNOS network devices + name: junos_interface + namespace: '' + - description: Junos Interfaces resource module + name: junos_interfaces + namespace: '' + - description: (deprecated, removed after 2022-06-01) Manage L2 Interface on Juniper + JUNOS network devices + name: junos_l2_interface + namespace: '' + - description: L2 interfaces resource module + name: junos_l2_interfaces + namespace: '' + - description: (deprecated, removed after 2022-06-01) Manage L3 interfaces on + Juniper JUNOS network devices + name: junos_l3_interface + namespace: '' + - description: L3 interfaces resource module + name: junos_l3_interfaces + namespace: '' + - description: Global Link Aggregation Control Protocol (LACP) Junos resource + module + name: junos_lacp + namespace: '' + - description: LACP interfaces resource module + name: junos_lacp_interfaces + namespace: '' + - description: Link Aggregation Juniper JUNOS resource module + name: junos_lag_interfaces + namespace: '' + - description: (deprecated, removed after 2022-06-01) Manage link aggregation + groups on Juniper JUNOS network devices + name: junos_linkagg + namespace: '' + - description: (deprecated, removed after 2022-06-01) Manage LLDP configuration + on Juniper JUNOS network devices + name: junos_lldp + namespace: '' + - description: LLDP resource module + name: junos_lldp_global + namespace: '' + - description: (deprecated, removed after 2022-06-01) Manage LLDP interfaces configuration + on Juniper JUNOS network devices + name: junos_lldp_interface + namespace: '' + - description: LLDP interfaces resource module + name: junos_lldp_interfaces + namespace: '' + - description: Manage logging on network devices + name: junos_logging + namespace: '' + - description: Configures the Junos Netconf system service + name: junos_netconf + namespace: '' + - description: OSPFv2 resource module + name: junos_ospfv2 + namespace: '' + - description: Installs packages on remote devices running Junos + name: junos_package + namespace: '' + - description: Tests reachability using ping from devices running Juniper JUNOS + name: junos_ping + namespace: '' + - description: Runs an arbitrary RPC over NetConf on an Juniper JUNOS device + name: junos_rpc + namespace: '' + - description: Transfer files from or to remote devices running Junos + name: junos_scp + namespace: '' + - description: (deprecated, removed after 2022-06-01) Manage static IP routes + on Juniper JUNOS network devices + name: junos_static_route + namespace: '' + - description: Static routes resource module + name: junos_static_routes + namespace: '' + - description: Manage the system attributes on Juniper JUNOS devices + name: junos_system + namespace: '' + - description: Manage local user accounts on Juniper JUNOS devices + name: junos_user + namespace: '' + - description: (deprecated, removed after 2022-06-01) Manage VLANs on Juniper + JUNOS network devices + name: junos_vlan + namespace: '' + - description: VLANs resource module + name: junos_vlans + namespace: '' + - description: Manage the VRF definitions on Juniper JUNOS devices + name: junos_vrf + namespace: '' + plugins: + cliconf: + - description: Use junos cliconf to run command on Juniper Junos OS platform + name: junos + namespace: null + netconf: + - description: Use junos netconf plugin to run netconf commands on Juniper JUNOS + platform + name: junos + namespace: null + release_date: '2020-06-23' + 1.0.1: + changes: + bugfixes: + - Make `src`, `backup` and `backup_options` in junos_config work when module + alias is used (https://github.com/ansible-collections/junipernetworks.junos/pull/83). + - Update docs after sanity fixes to modules. + fragments: + - fix_config_module_src_backup.yaml + - update_docs.yaml + release_date: '2020-08-07' + 1.1.0: + changes: + bugfixes: + - set_config called only when state is not gathered so that gathered opeartion + works fine (https://github.com/ansible-collections/junipernetworks.junos/issues/89). + - set_config called only when state is not gathered so that gathered opeartion + works fine (https://github.com/ansible-collections/junipernetworks.junos/issues/93). + - set_config called only when state is not gathered so that gathered opeartion + works fine for l2_interfaces resource module (https://github.com/ansible-collections/junipernetworks.junos/issues/91). + minor_changes: + - Gathered state operation enabled, Parsed and rendered state operations implemented + for junos_lacp. + - Gathered state operation enabled, Parsed and rendered state operations implemented + for junos_lldp_global. + - Gathered state operation enabled, Parsed and rendered state operations implemented + for junos_lldp_interfaces. + - Gathered state operation enabled, Parsed and rendered state operations implemented + for ospfv2, acl_interfaces, vlans and static_routes RM. + - Gathered state operation enabled. Parsed and rendered state operations implemented. + - Gathered state operation enabledand Parsed and rendered state operations implemented. + fragments: + - 89_gathered_opr_fix_junos_interfaces.yaml + - 91_gathered_opr_fix_junos_l2interfaces.yaml + - 93_gathered_opr_fix_junos_l3_interfaces.yaml + - junos_rm_state_opr_updated.yaml + - lacp_global_state_opr_updated.yaml + - lacp_interfaces_state_opr_updated.yaml + - lag_interfaces_state_opr_updated.yaml + - lldp_global_state_opr_updated.yaml + - lldp_interfaces_state_opr_added.yaml + release_date: '2020-08-31' + 1.1.1: + changes: + minor_changes: + - Use FQCN to M() references in modules documentation (https://github.com/ansible-collections/junipernetworks.junos/pull/79) + fragments: + - 79-Use-FQCN-to-M-references + release_date: '2020-10-01' + 1.2.0: + changes: + minor_changes: + - Add ospfv3 resource module. + fragments: + - add_junos_ospfv3.yaml + modules: + - description: OSPFv3 resource module + name: junos_ospfv3 + namespace: '' + release_date: '2020-10-30' + 1.2.1: + changes: + bugfixes: + - Add version key to galaxy.yaml to work around ansible-galaxy bug + - Updating unit tests for resource modules (https://github.com/ansible-collections/junipernetworks.junos/pull/127) + - allowing partial config filter for junos commands (https://github.com/ansible-collections/junipernetworks.junos/issues/112) + - checking for units and family attributes in conf dictionary (https://github.com/ansible-collections/junipernetworks.junos/issues/121) + fragments: + - 112_partial_config_fix.yaml + - 121_error_with_junos_acl_interfaces_facts.yaml + - galaxy-version.yaml + - unit_tests_updates.yaml + release_date: '2020-11-26' + 1.3.0: + changes: + bugfixes: + - changing prefix list type to list and correcting facts gathering (https://github.com/ansible-collections/junipernetworks.junos/issues/131) + - constructing the facts based on the addresses per unit (https://github.com/ansible-collections/junipernetworks.junos/issues/111) + - release version added updated to 1.3.0 for junos_ospf_interfaces and junos_bgp_global + module + minor_changes: + - Add junos bgp global resource module. + - Add ospf interfaces resource module. + fragments: + - junos_acl_prefix_list_fix.yaml + - junos_bgp_global_module.yaml + - junos_l3_interfaces_unit_fix.yaml + - junos_ospf_interfaces.yaml + - junos_version_added_updated.yaml + modules: + - description: Manages BGP Global configuration on devices running Juniper JUNOS. + name: junos_bgp_global + namespace: '' + - description: OSPF Interfaces Resource Module. + name: junos_ospf_interfaces + namespace: '' + release_date: '2021-01-28' diff --git a/collections-debian-merged/ansible_collections/junipernetworks/junos/changelogs/config.yaml b/collections-debian-merged/ansible_collections/junipernetworks/junos/changelogs/config.yaml new file mode 100644 index 00000000..952ffabb --- /dev/null +++ b/collections-debian-merged/ansible_collections/junipernetworks/junos/changelogs/config.yaml @@ -0,0 +1,30 @@ +changelog_filename_template: CHANGELOG.rst +changelog_filename_version_depth: 0 +changes_file: changelog.yaml +changes_format: combined +keep_fragments: false +mention_ancestor: true +new_plugins_after_name: removed_features +notesdir: fragments +prelude_section_name: release_summary +prelude_section_title: Release Summary +flatmap: true +sections: +- - major_changes + - Major Changes +- - minor_changes + - Minor Changes +- - breaking_changes + - Breaking Changes / Porting Guide +- - deprecated_features + - Deprecated Features +- - removed_features + - Removed Features (previously deprecated) +- - security_fixes + - Security Fixes +- - bugfixes + - Bugfixes +- - known_issues + - Known Issues +title: Junipernetworks Junos Collection +trivial_section_name: trivial |