mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 18:24:52 +02:00
Release 2.13.0.
This commit is contained in:
parent
afdda50ab0
commit
f616004caf
7 changed files with 179 additions and 128 deletions
|
@ -307,6 +307,22 @@ releases:
|
|||
- 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.2.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
release_summary: Bugfix and feature release.
|
|
@ -1,2 +0,0 @@
|
|||
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).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- api_modify, api_info - add support for the ``ip vrf`` path in RouterOS 7 (https://github.com/ansible-collections/community.routeros/pull/259)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- facts - fix date not getting removed for idempotent config export (https://github.com/ansible-collections/community.routeros/pull/262).
|
Loading…
Add table
Add a link
Reference in a new issue