summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/routeros/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/routeros/changelogs')
-rw-r--r--ansible_collections/community/routeros/changelogs/changelog.yaml207
-rw-r--r--ansible_collections/community/routeros/changelogs/config.yaml3
2 files changed, 208 insertions, 2 deletions
diff --git a/ansible_collections/community/routeros/changelogs/changelog.yaml b/ansible_collections/community/routeros/changelogs/changelog.yaml
index e09fa3e38..e23348b3a 100644
--- a/ansible_collections/community/routeros/changelogs/changelog.yaml
+++ b/ansible_collections/community/routeros/changelogs/changelog.yaml
@@ -189,6 +189,156 @@ releases:
name: api_find_and_modify
namespace: ''
release_date: '2022-05-25'
+ 2.10.0:
+ changes:
+ bugfixes:
+ - api_info, api_modify - in the ``snmp`` path, ensure that ``engine-id-suffix``
+ is only available on RouterOS 7.10+, and that ``engine-id`` is read-only on
+ RouterOS 7.10+ (https://github.com/ansible-collections/community.routeros/issues/208,
+ https://github.com/ansible-collections/community.routeros/pull/218).
+ minor_changes:
+ - api_info - add new ``include_read_only`` option to select behavior for read-only
+ values. By default these are not returned (https://github.com/ansible-collections/community.routeros/pull/213).
+ - api_info, api_modify - add support for ``address-list`` and ``match-subdomain``
+ introduced by RouterOS 7.7 in the ``ip dns static`` path (https://github.com/ansible-collections/community.routeros/pull/197).
+ - api_info, api_modify - add support for ``user``, ``time`` and ``gmt-offset``
+ under the ``system clock`` path (https://github.com/ansible-collections/community.routeros/pull/210).
+ - api_info, api_modify - add support for the ``interface ppp-client`` path (https://github.com/ansible-collections/community.routeros/pull/199).
+ - api_info, api_modify - add support for the ``interface wireless`` path (https://github.com/ansible-collections/community.routeros/pull/195).
+ - api_info, api_modify - add support for the ``iot modbus`` path (https://github.com/ansible-collections/community.routeros/pull/205).
+ - api_info, api_modify - add support for the ``ip dhcp-server option`` and ``ip
+ dhcp-server option sets`` paths (https://github.com/ansible-collections/community.routeros/pull/223).
+ - api_info, api_modify - add support for the ``ip upnp interfaces``, ``tool
+ graphing interface``, ``tool graphing resource`` paths (https://github.com/ansible-collections/community.routeros/pull/227).
+ - api_info, api_modify - add support for the ``ipv6 firewall nat`` path (https://github.com/ansible-collections/community.routeros/pull/204).
+ - api_info, api_modify - add support for the ``mode`` property in ``ip neighbor
+ discovery-settings`` introduced in RouterOS 7.7 (https://github.com/ansible-collections/community.routeros/pull/198).
+ - api_info, api_modify - add support for the ``port remote-access`` path (https://github.com/ansible-collections/community.routeros/pull/224).
+ - api_info, api_modify - add support for the ``routing filter rule`` and ``routing
+ filter select-rule`` paths (https://github.com/ansible-collections/community.routeros/pull/200).
+ - api_info, api_modify - add support for the ``routing table`` path in RouterOS
+ 7 (https://github.com/ansible-collections/community.routeros/pull/215).
+ - api_info, api_modify - add support for the ``tool netwatch`` path in RouterOS
+ 7 (https://github.com/ansible-collections/community.routeros/pull/216).
+ - api_info, api_modify - add support for the ``user settings`` path (https://github.com/ansible-collections/community.routeros/pull/201).
+ - api_info, api_modify - add support for the ``user`` path (https://github.com/ansible-collections/community.routeros/pull/211).
+ - api_info, api_modify - finalize fields for the ``interface wireless security-profiles``
+ path and enable it (https://github.com/ansible-collections/community.routeros/pull/203).
+ - api_info, api_modify - finalize fields for the ``ppp profile`` path and enable
+ it (https://github.com/ansible-collections/community.routeros/pull/217).
+ - api_modify - add new ``handle_read_only`` and ``handle_write_only`` options
+ to handle the module's behavior for read-only and write-only fields (https://github.com/ansible-collections/community.routeros/pull/213).
+ - api_modify, api_info - support API paths ``routing id``, ``routing bgp connection``
+ (https://github.com/ansible-collections/community.routeros/pull/220).
+ release_summary: Bugfix and feature release.
+ fragments:
+ - 195-add-interface-wireless-data.yml
+ - 197-dns-static-addrlist-matchsubdomain.yml
+ - 198-ip-nd-mode.yml
+ - 199-add-interface-pppclient.yml
+ - 2.10.0.yml
+ - 200-add-routing-filter.yml
+ - 201-add-user-settings.yml
+ - 203-wireless-security-profiles.yml
+ - 204-add-ipv6-firewall-nat.yml
+ - 205-add-iot-modbus.yml
+ - 210-date-time-gmt-offset.yml
+ - 211-user.yml
+ - 213-read-write-only.yml
+ - 215-add-routing-table.yml
+ - 216-add-tool-netwatch.yml
+ - 217-ppp-profiles.yml
+ - 218-snmp-engine-id.yml
+ - 220-routing-id-bgp-connection.yml
+ - 223-add-ip-dhcp-server-option.yml
+ - 224-add-port-remote-access.yml
+ - 227-add-upnp-graphing.yml
+ release_date: '2023-10-08'
+ 2.11.0:
+ changes:
+ minor_changes:
+ - api_info, api_modify - add missing DoH parameters ``doh-max-concurrent-queries``,
+ ``doh-max-server-connections``, and ``doh-timeout`` to the ``ip dns`` path
+ (https://github.com/ansible-collections/community.routeros/issues/230, https://github.com/ansible-collections/community.routeros/pull/235)
+ - api_info, api_modify - add missing parameters ``address-list``, ``address-list-timeout``,
+ ``randomise-ports``, and ``realm`` to subpaths of the ``ip firewall`` path
+ (https://github.com/ansible-collections/community.routeros/issues/236, https://github.com/ansible-collections/community.routeros/pull/237).
+ - api_info, api_modify - mark the ``interface wireless`` parameter ``running``
+ as read-only (https://github.com/ansible-collections/community.routeros/pull/233).
+ - api_info, api_modify - set the default value to ``false`` for the ``disabled``
+ parameter in some more paths where it can be seen in the documentation (https://github.com/ansible-collections/community.routeros/pull/237).
+ - api_modify - add missing ``comment`` attribute to ``/routing id`` (https://github.com/ansible-collections/community.routeros/pull/234).
+ - api_modify - add missing attributes to the ``routing bgp connection`` path
+ (https://github.com/ansible-collections/community.routeros/pull/234).
+ - api_modify - add versioning to the ``/tool e-mail`` path (RouterOS 7.12 release)
+ (https://github.com/ansible-collections/community.routeros/pull/234).
+ - api_modify - make ``/ip traffic-flow target`` a multiple value attribute (https://github.com/ansible-collections/community.routeros/pull/234).
+ release_summary: Feature and bugfix release.
+ fragments:
+ - 2.11.0.yml
+ - 233-wireless-running-read-only.yml
+ - 234-bugfixes-and-update-adaptations.yml
+ - 235-add-missing-dns-attributes.yml
+ - 237-add-missing-ip-firewall-attributes.yml
+ release_date: '2023-12-03'
+ 2.12.0:
+ changes:
+ minor_changes:
+ - api_info, api_modify - add ``interface ovpn-client`` path (https://github.com/ansible-collections/community.routeros/issues/242,
+ https://github.com/ansible-collections/community.routeros/pull/244).
+ - api_info, api_modify - add ``radius`` path (https://github.com/ansible-collections/community.routeros/issues/241,
+ https://github.com/ansible-collections/community.routeros/pull/245).
+ - api_info, api_modify - add ``routing rule`` path (https://github.com/ansible-collections/community.routeros/issues/162,
+ https://github.com/ansible-collections/community.routeros/pull/246).
+ - api_info, api_modify - add missing path ``routing bgp template`` (https://github.com/ansible-collections/community.routeros/pull/243).
+ - api_info, api_modify - add support for the ``tx-power`` attribute in ``interface
+ wireless`` (https://github.com/ansible-collections/community.routeros/pull/239).
+ - api_info, api_modify - removed ``host`` primary key in ``tool netwatch`` path
+ (https://github.com/ansible-collections/community.routeros/pull/248).
+ - api_modify, api_info - added support for ``interface wifiwave2`` (https://github.com/ansible-collections/community.routeros/pull/226).
+ release_summary: Feature release.
+ fragments:
+ - 2.12.0.yml
+ - 226-support-for-WifiWave2.yml
+ - 239-wireless-tx-power.yml
+ - 243-add-routing-bgp-template-path.yml
+ - 244-add-interface-ovpn-client-path.yml
+ - 245-add-radius-path.yml
+ - 246-add-routing-rule-path.yml
+ - 247-removed-primary-key-host-in-tool-netwatch.yml
+ release_date: '2024-01-21'
+ 2.13.0:
+ changes:
+ bugfixes:
+ - facts - fix date not getting removed for idempotent config export (https://github.com/ansible-collections/community.routeros/pull/262).
+ minor_changes:
+ - api_info, api_modify - make path ``user group`` modifiable and add ``comment``
+ attribute (https://github.com/ansible-collections/community.routeros/issues/256,
+ https://github.com/ansible-collections/community.routeros/pull/257).
+ - api_modify, api_info - add support for the ``ip vrf`` path in RouterOS 7 (https://github.com/ansible-collections/community.routeros/pull/259)
+ release_summary: Bugfix and feature release.
+ fragments:
+ - 2.13.0.yml
+ - 257-make-user_group-modifiable.yml
+ - 259-add-routeros7-support-for-ip-vrf.yml
+ - 262-fix-date-removal.yml
+ release_date: '2024-02-25'
+ 2.14.0:
+ changes:
+ minor_changes:
+ - api_info, api_modify - add read-only fields ``installed-version``, ``latest-version``
+ and ``status`` in ``system package update`` (https://github.com/ansible-collections/community.routeros/pull/263).
+ - api_info, api_modify - added support for ``interface wifi`` and its sub-paths
+ (https://github.com/ansible-collections/community.routeros/pull/266).
+ - api_info, api_modify - remove default value for read-only ``running`` field
+ in ``interface wireless`` (https://github.com/ansible-collections/community.routeros/pull/264).
+ release_summary: Feature release.
+ fragments:
+ - 2.14.0.yml
+ - 263-sys-pkg-update.yml
+ - 264-wireless-running-default.yml
+ - 266-interface-wifi.yml
+ release_date: '2024-03-25'
2.2.0:
changes:
bugfixes:
@@ -276,8 +426,8 @@ releases:
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 implemeted for ROS6 due to the significat changes between ROS6 and ROS7
- (https://github.com/ansible-collections/community.routeros/pull/131).
+ fully implemented for ROS6 due to the significant changes between ROS6 and
+ ROS7 (https://github.com/ansible-collections/community.routeros/pull/131).
minor_changes:
- api* modules - Add new option ``force_no_cert`` to connect with ADH ciphers
(https://github.com/ansible-collections/community.routeros/pull/124).
@@ -447,3 +597,56 @@ releases:
- 180-fix-tls-in-tool-email.yml
- 2.8.2.yml
release_date: '2023-06-19'
+ 2.8.3:
+ changes:
+ known_issues:
+ - Ansible markup will show up in raw form on ansible-doc text output for ansible-core
+ before 2.15. If you have trouble deciphering the documentation markup, please
+ upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on
+ https://docs.ansible.com/ansible/devel/collections/community/routeros/.
+ release_summary: 'Maintenance release with updated documentation.
+
+
+ From this version on, community.routeros is using the new `Ansible semantic
+ markup
+
+ <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#semantic-markup-within-module-documentation>`__
+
+ in its documentation. If you look at documentation with the ansible-doc CLI
+ tool
+
+ from ansible-core before 2.15, please note that it does not render the markup
+
+ correctly. You should be still able to read it in most cases, but you need
+
+ ansible-core 2.15 or later to see it as it is intended. Alternatively you
+ can
+
+ look at `the devel docsite <https://docs.ansible.com/ansible/devel/collections/community/routeros/>`__
+
+ for the rendered HTML version of the documentation of the latest release.
+
+ '
+ fragments:
+ - 2.8.3.yml
+ - semantic-markup.yml
+ release_date: '2023-06-27'
+ 2.9.0:
+ changes:
+ bugfixes:
+ - api_modify, api_info - add missing parameter ``engine-id-suffix`` for the
+ ``snmp`` path (https://github.com/ansible-collections/community.routeros/issues/189,
+ https://github.com/ansible-collections/community.routeros/pull/190).
+ minor_changes:
+ - api_info, api_modify - add path ``caps-man channel`` and enable path ``caps-man
+ manager interface`` (https://github.com/ansible-collections/community.routeros/issues/193,
+ https://github.com/ansible-collections/community.routeros/pull/194).
+ - api_info, api_modify - add path ``ip traffic-flow target`` (https://github.com/ansible-collections/community.routeros/issues/191,
+ https://github.com/ansible-collections/community.routeros/pull/192).
+ release_summary: Bugfix and feature release.
+ fragments:
+ - 180-fix-engine-id-suffix-in-snmp.yml
+ - 192-add-ip_traffic-flow_target-path.yml
+ - 194-add-caps-man_channel-and-caps-man_manager_interface.yml
+ - 2.9.0.yml
+ release_date: '2023-08-15'
diff --git a/ansible_collections/community/routeros/changelogs/config.yaml b/ansible_collections/community/routeros/changelogs/config.yaml
index 70a1f6701..86412bafc 100644
--- a/ansible_collections/community/routeros/changelogs/config.yaml
+++ b/ansible_collections/community/routeros/changelogs/config.yaml
@@ -12,6 +12,9 @@ mention_ancestor: true
flatmap: true
new_plugins_after_name: removed_features
notesdir: fragments
+output_formats:
+- rst
+- md
prelude_section_name: release_summary
prelude_section_title: Release Summary
sections: