Release 2.12.0.

This commit is contained in:
Felix Fontein 2024-01-21 08:47:39 +01:00
parent b56ba388f9
commit d1401bdb58
10 changed files with 45 additions and 15 deletions

View file

@ -281,6 +281,32 @@ releases:
- 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.2.0:
changes:
bugfixes:

View file

@ -1 +0,0 @@
release_summary: Feature release.

View file

@ -1,2 +0,0 @@
minor_changes:
- api_modify, api_info - added support for ``interface wifiwave2`` (https://github.com/ansible-collections/community.routeros/pull/226).

View file

@ -1,2 +0,0 @@
minor_changes:
- api_info, api_modify - add support for the ``tx-power`` attribute in ``interface wireless`` (https://github.com/ansible-collections/community.routeros/pull/239).

View file

@ -1,2 +0,0 @@
minor_changes:
- api_info, api_modify - add missing path ``routing bgp template`` (https://github.com/ansible-collections/community.routeros/pull/243).

View file

@ -1,2 +0,0 @@
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).

View file

@ -1,2 +0,0 @@
minor_changes:
- 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).

View file

@ -1,2 +0,0 @@
minor_changes:
- 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).

View file

@ -1,2 +0,0 @@
minor_changes:
- api_info, api_modify - removed ``host`` primary key in ``tool netwatch`` path (https://github.com/ansible-collections/community.routeros/pull/248).