From 9417a5e63327039f715a54374993143a86bddcea Mon Sep 17 00:00:00 2001 From: felixfontein Date: Mon, 2 Dec 2024 20:02:14 +0000 Subject: [PATCH] deploy: 0bf4b3ef8cb570de634092da8323d4ebd40a7d7b --- branch/main/api_facts_module.html | 2 +- branch/main/api_find_and_modify_module.html | 2 +- branch/main/api_info_module.html | 2 +- branch/main/api_modify_module.html | 2 +- branch/main/api_module.html | 2 +- branch/main/changelog.html | 832 ++++++++++--------- branch/main/command_module.html | 2 +- branch/main/facts_module.html | 2 +- branch/main/index.html | 2 +- branch/main/join_filter.html | 2 +- branch/main/list_to_dict_filter.html | 2 +- branch/main/quote_argument_filter.html | 2 +- branch/main/quote_argument_value_filter.html | 2 +- branch/main/routeros_cliconf.html | 2 +- branch/main/searchindex.js | 2 +- branch/main/split_filter.html | 2 +- 16 files changed, 447 insertions(+), 415 deletions(-) diff --git a/branch/main/api_facts_module.html b/branch/main/api_facts_module.html index 0d54354..3962d68 100644 --- a/branch/main/api_facts_module.html +++ b/branch/main/api_facts_module.html @@ -146,7 +146,7 @@

community.routeros.api_facts module – Collect facts from remote devices running MikroTik RouterOS using the API

Note

-

This module is part of the community.routeros collection (version 3.0.0).

+

This module is part of the community.routeros collection (version 3.1.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install community.routeros. diff --git a/branch/main/api_find_and_modify_module.html b/branch/main/api_find_and_modify_module.html index 871edd6..c997569 100644 --- a/branch/main/api_find_and_modify_module.html +++ b/branch/main/api_find_and_modify_module.html @@ -147,7 +147,7 @@

community.routeros.api_find_and_modify module – Find and modify information using the API

Note

-

This module is part of the community.routeros collection (version 3.0.0).

+

This module is part of the community.routeros collection (version 3.1.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install community.routeros. diff --git a/branch/main/api_info_module.html b/branch/main/api_info_module.html index 34652f4..20ab5a7 100644 --- a/branch/main/api_info_module.html +++ b/branch/main/api_info_module.html @@ -146,7 +146,7 @@

community.routeros.api_info module – Retrieve information from API

Note

-

This module is part of the community.routeros collection (version 3.0.0).

+

This module is part of the community.routeros collection (version 3.1.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install community.routeros. diff --git a/branch/main/api_modify_module.html b/branch/main/api_modify_module.html index d38705a..9f225ad 100644 --- a/branch/main/api_modify_module.html +++ b/branch/main/api_modify_module.html @@ -147,7 +147,7 @@

community.routeros.api_modify module – Modify data at paths with API

Note

-

This module is part of the community.routeros collection (version 3.0.0).

+

This module is part of the community.routeros collection (version 3.1.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install community.routeros. diff --git a/branch/main/api_module.html b/branch/main/api_module.html index 1be451a..5764580 100644 --- a/branch/main/api_module.html +++ b/branch/main/api_module.html @@ -147,7 +147,7 @@

community.routeros.api module – Ansible module for RouterOS API

Note

-

This module is part of the community.routeros collection (version 3.0.0).

+

This module is part of the community.routeros collection (version 3.1.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install community.routeros. diff --git a/branch/main/changelog.html b/branch/main/changelog.html index 48a71ee..2cbde3a 100644 --- a/branch/main/changelog.html +++ b/branch/main/changelog.html @@ -74,158 +74,164 @@

  • Community.Routeros Release Notes
      -
    • v3.0.0
        +
      • v3.1.0 +
      • +
      • v3.0.0
      • v2.20.0 -
      • -
      • v2.19.0
      • -
      • v2.18.0
          +
        • v2.19.0 +
        • +
        • v2.18.0
        • v2.17.0
        • v2.16.0
        • v2.15.0
        • v2.14.0
        • v2.13.0
        • v2.12.0
        • v2.11.0
        • v2.10.0 -
        • -
        • v2.9.0
        • -
        • v2.8.3
            +
          • v2.9.0 +
          • +
          • v2.8.3
          • v2.8.2
          • v2.8.1 -
          • -
          • v2.8.0
          • -
          • v2.7.0
              +
            • v2.8.0
            • -
            • v2.6.0
                +
              • v2.7.0
              • -
              • v2.5.0
                  +
                • v2.6.0
                • -
                • v2.4.0 @@ -318,266 +324,292 @@
                  -

                  Community.Routeros Release Notes

                  +

                  Community.Routeros Release Notes

                  -
                  -

                  v3.0.0

                  +
                  +

                  v3.1.0

                  -

                  Release Summary

                  +

                  Release Summary

                  +

                  Bugfix and feature release.

                  +
                  +
                  +

                  Minor Changes

                  + +
                  +
                  +

                  Bugfixes

                  + +
                  +
                  +
                  +

                  v3.0.0

                  +
                  +

                  Release Summary

                  Major release that drops support for End of Life Python versions and fixes check mode for community.routeros.command.

                  -

                  Breaking Changes / Porting Guide

                  +

                  Breaking Changes / Porting Guide

                  -

                  Removed Features (previously deprecated)

                  +

                  Removed Features (previously deprecated)

                  • The collection no longer supports Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, and ansible-core 2.14. If you need to continue using End of Life versions of Ansible/ansible-base/ansible-core, please use community.routeros 2.x.y (https://github.com/ansible-collections/community.routeros/pull/318).

                  -

                  v2.20.0

                  -
                  -

                  Release Summary

                  +

                  v2.20.0

                  +
                  +

                  Release Summary

                  Feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -

                  v2.19.0

                  -
                  -

                  Release Summary

                  +

                  v2.19.0

                  +
                  +

                  Release Summary

                  Feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -

                  v2.18.0

                  -
                  -

                  Release Summary

                  +

                  v2.18.0

                  +
                  +

                  Release Summary

                  Feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -

                  Deprecated Features

                  +

                  Deprecated Features

                  • The collection deprecates support for all Ansible/ansible-base/ansible-core versions that are currently End of Life, according to the ansible-core support matrix. This means that the next major release of the collection will no longer support Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, and ansible-core 2.14.

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.17.0

                  -
                  -

                  Release Summary

                  +

                  v2.17.0

                  +
                  +

                  Release Summary

                  Feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -

                  v2.16.0

                  -
                  -

                  Release Summary

                  +

                  v2.16.0

                  +
                  +

                  Release Summary

                  Feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -

                  v2.15.0

                  -
                  -

                  Release Summary

                  +

                  v2.15.0

                  +
                  +

                  Release Summary

                  Feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -

                  v2.14.0

                  -
                  -

                  Release Summary

                  +

                  v2.14.0

                  +
                  +

                  Release Summary

                  Feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -

                  v2.13.0

                  -
                  -

                  Release Summary

                  +

                  v2.13.0

                  +
                  +

                  Release Summary

                  Bugfix and feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.12.0

                  -
                  -

                  Release Summary

                  +

                  v2.12.0

                  +
                  +

                  Release Summary

                  Feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -

                  v2.11.0

                  -
                  -

                  Release Summary

                  +

                  v2.11.0

                  +
                  +

                  Release Summary

                  Feature and bugfix release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -

                  v2.10.0

                  -
                  -

                  Release Summary

                  +

                  v2.10.0

                  +
                  +

                  Release Summary

                  Bugfix and feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.9.0

                  -
                  -

                  Release Summary

                  +

                  v2.9.0

                  +
                  +

                  Release Summary

                  Bugfix and feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.8.3

                  -
                  -

                  Release Summary

                  +

                  v2.8.3

                  +
                  +

                  Release Summary

                  Maintenance release with updated documentation.

                  From this version on, community.routeros is using the new Ansible semantic markup in its documentation. If you look at documentation with the ansible-doc CLI tool @@ -831,46 +863,46 @@ look at -

                  Known Issues

                  +

                  Known Issues

                  -

                  v2.8.2

                  -
                  -

                  Release Summary

                  +

                  v2.8.2

                  +
                  +

                  Release Summary

                  Bugfix release.

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.8.1

                  -
                  -

                  Release Summary

                  +

                  v2.8.1

                  +
                  +

                  Release Summary

                  Bugfix release.

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.8.0

                  -
                  -

                  Release Summary

                  +

                  v2.8.0

                  +
                  +

                  Release Summary

                  Bugfix and feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.7.0

                  -
                  -

                  Release Summary

                  +

                  v2.7.0

                  +
                  +

                  Release Summary

                  Bugfix and feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.6.0

                  -
                  -

                  Release Summary

                  +

                  v2.6.0

                  +
                  +

                  Release Summary

                  Regular bugfix and feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.5.0

                  -
                  -

                  Release Summary

                  +

                  v2.5.0

                  +
                  +

                  Release Summary

                  Feature and bugfix release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.4.0

                  -
                  -

                  Release Summary

                  +

                  v2.4.0

                  +
                  +

                  Release Summary

                  Feature release improving the api* modules.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -
                  -

                  Known Issues

                  +
                  +

                  Known Issues

                  • api_modify - when limits for entries in queue tree are defined as human readable - for example 25M -, the configuration will be correctly set in ROS, but the module will indicate the item is changed on every run even when there was no change done. This is caused by the ROS API which returns the number in bytes - for example 25000000 (which is inconsistent with the CLI behavior). In order to mitigate that, the limits have to be defined in bytes (those will still appear as human readable in the ROS CLI) (https://github.com/ansible-collections/community.routeros/pull/131).

                  • api_modify, api_info - routing ospf area, routing ospf area range, routing ospf instance, routing ospf interface-template paths are not fully implemented for ROS6 due to the significant changes between ROS6 and ROS7 (https://github.com/ansible-collections/community.routeros/pull/131).

                  • @@ -995,47 +1027,47 @@ for the rendered HTML version of the documentation of the latest release.

                  -

                  v2.3.1

                  -
                  -

                  Release Summary

                  +

                  v2.3.1

                  +
                  +

                  Release Summary

                  Maintenance release with improved documentation.

                  -
                  -

                  Known Issues

                  +
                  +

                  Known Issues

                  • The community.routeros.command module claims to support check mode. Since it cannot judge whether the commands executed modify state or not, this behavior is incorrect. Since this potentially breaks existing playbooks, we will not change this behavior until community.routeros 3.0.0.

                  -

                  v2.3.0

                  -
                  -

                  Release Summary

                  +

                  v2.3.0

                  +
                  +

                  Release Summary

                  Feature and bugfix release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.2.1

                  -
                  -

                  Release Summary

                  +

                  v2.2.1

                  +
                  +

                  Release Summary

                  Bugfix release.

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v2.2.0

                  -
                  -

                  Release Summary

                  +

                  v2.2.0

                  +
                  +

                  Release Summary

                  New feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  New Modules

                  +

                  New Modules

                  • community.routeros.api_info - Retrieve information from API

                  • community.routeros.api_modify - Modify data at paths with API

                  • @@ -1069,13 +1101,13 @@ for the rendered HTML version of the documentation of the latest release.

                  -

                  v2.1.0

                  -
                  -

                  Release Summary

                  +

                  v2.1.0

                  +
                  +

                  Release Summary

                  Feature and bugfix release with new modules.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -
                  -

                  New Modules

                  +
                  +

                  New Modules

                  • community.routeros.api_facts - Collect facts from remote devices running MikroTik RouterOS using the API

                  • community.routeros.api_find_and_modify - Find and modify information using the API

                  • @@ -1100,29 +1132,29 @@ for the rendered HTML version of the documentation of the latest release.

                  -

                  v2.0.0

                  -
                  -

                  Release Summary

                  +

                  v2.0.0

                  +
                  +

                  Release Summary

                  A new major release with breaking changes in the behavior of community.routeros.api and community.routeros.command.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Breaking Changes / Porting Guide

                  +
                  +

                  Breaking Changes / Porting Guide

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  New Plugins

                  +

                  New Plugins

                  -

                  Filter

                  +

                  Filter

                  • community.routeros.join - Join a list of arguments to a command

                  • community.routeros.list_to_dict - Convert a list of arguments to a list of dictionary

                  • @@ -1144,13 +1176,13 @@ for the rendered HTML version of the documentation of the latest release.

                  -

                  v1.2.0

                  -
                  -

                  Release Summary

                  +

                  v1.2.0

                  +
                  +

                  Release Summary

                  Bugfix and feature release.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v1.1.0

                  -
                  -

                  Release Summary

                  +

                  v1.1.0

                  +
                  +

                  Release Summary

                  This release allow dashes in usernames for SSH-based modules.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  -

                  v1.0.1

                  -
                  -

                  Release Summary

                  +

                  v1.0.1

                  +
                  +

                  Release Summary

                  Maintenance release with a bugfix for api.

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v1.0.0

                  -
                  -

                  Release Summary

                  +

                  v1.0.0

                  +
                  +

                  Release Summary

                  This is the first production (non-prerelease) release of community.routeros.

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v0.1.1

                  -
                  -

                  Release Summary

                  +

                  v0.1.1

                  +
                  +

                  Release Summary

                  Small improvements and bugfixes over the initial release.

                  -
                  -

                  Bugfixes

                  +
                  +

                  Bugfixes

                  -

                  v0.1.0

                  -
                  -

                  Release Summary

                  +

                  v0.1.0

                  +
                  +

                  Release Summary

                  The community.routeros continues the work on the Ansible RouterOS modules from their state in community.network 1.2.0. The changes listed here are thus relative to the modules community.network.routeros_*.

                  -
                  -

                  Minor Changes

                  +
                  +

                  Minor Changes

                  • facts - now also collecting data about BGP and OSPF (https://github.com/ansible-collections/community.network/pull/101).

                  • facts - set configuration export on to verbose, for full configuration export (https://github.com/ansible-collections/community.network/pull/104).

                  • diff --git a/branch/main/command_module.html b/branch/main/command_module.html index 1735129..b60f11a 100644 --- a/branch/main/command_module.html +++ b/branch/main/command_module.html @@ -145,7 +145,7 @@

                    community.routeros.command module – Run commands on remote devices running MikroTik RouterOS

                    Note

                    -

                    This module is part of the community.routeros collection (version 3.0.0).

                    +

                    This module is part of the community.routeros collection (version 3.1.0).

                    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

                    To install it, use: ansible-galaxy collection install community.routeros.

                    diff --git a/branch/main/facts_module.html b/branch/main/facts_module.html index 9e60370..7bda534 100644 --- a/branch/main/facts_module.html +++ b/branch/main/facts_module.html @@ -145,7 +145,7 @@

                    community.routeros.facts module – Collect facts from remote devices running MikroTik RouterOS

                    Note

                    -

                    This module is part of the community.routeros collection (version 3.0.0).

                    +

                    This module is part of the community.routeros collection (version 3.1.0).

                    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

                    To install it, use: ansible-galaxy collection install community.routeros.

                    diff --git a/branch/main/index.html b/branch/main/index.html index 0ca8869..1b457cc 100644 --- a/branch/main/index.html +++ b/branch/main/index.html @@ -128,7 +128,7 @@

                    Community.Routeros

                    -

                    Collection version 3.0.0

                    +

                    Collection version 3.1.0