summaryrefslogtreecommitdiffstats
path: root/ansible_collections/junipernetworks/junos/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/junipernetworks/junos/changelogs/changelog.yaml')
-rw-r--r--ansible_collections/junipernetworks/junos/changelogs/changelog.yaml79
1 files changed, 79 insertions, 0 deletions
diff --git a/ansible_collections/junipernetworks/junos/changelogs/changelog.yaml b/ansible_collections/junipernetworks/junos/changelogs/changelog.yaml
index d7b1308e0..3da3e4cec 100644
--- a/ansible_collections/junipernetworks/junos/changelogs/changelog.yaml
+++ b/ansible_collections/junipernetworks/junos/changelogs/changelog.yaml
@@ -576,3 +576,82 @@ releases:
- sanity_job_fix.yaml
- update_l2_3_docs.yaml
release_date: "2023-11-27"
+ 6.0.0:
+ changes:
+ major_changes:
+ - Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
+ are EoL now.
+ 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`.
+ fragments:
+ - update_l2_interfaces_tests.yaml
+ release_date: "2023-11-30"
+ 6.0.1:
+ changes:
+ bugfixes:
+ - Prevents module_defaults from were being incorrectly applied to the platform
+ action, instead of the concerned module.
+ fragments:
+ - module_defaults.yaml
+ - trivial_lint.yaml
+ release_date: "2024-01-31"
+ 6.0.2:
+ changes:
+ bugfixes:
+ - acls
+ - initialize facts dictionary with empty containers for respective resources
+ mentioned below
+ - 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
+ doc_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.
+ fragments:
+ - empty_facts.yaml
+ - update_junos_config_docs.yaml
+ release_date: "2024-03-06"
+ 7.0.0:
+ changes:
+ bugfixes:
+ - Fix the empty facts list placement
+ major_changes:
+ - This release removes previously deprecated modules from this collection. Please
+ refer to the **Removed Features** section for details.
+ removed_features:
+ - Remove deprected junos_logging module which is replaced by junos_logging_global
+ resource module.
+ fragments:
+ - fix_upstream_tetst.yaml
+ - remove_deprecated.yaml
+ - trivial_tests_updates.yaml
+ release_date: "2024-03-27"
+ 8.0.0:
+ changes:
+ major_changes:
+ - Update the netcommon base version 6.1.0 to support cli_restore plugin.
+ minor_changes:
+ - Add support for cli_restore functionality.
+ - Please refer the PR to know more about core changes (https://github.com/ansible-collections/ansible.netcommon/pull/618).
+ - cli_restore module is part of netcommon.
+ fragments:
+ - 218sanity.yml
+ - add_restore_implementation.yaml
+ release_date: "2024-04-13"