Skip to content

Commit

Permalink
Release 2.19.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 10, 2024
1 parent fed11d3 commit ff7e616
Show file tree
Hide file tree
Showing 9 changed files with 155 additions and 108 deletions.
214 changes: 117 additions & 97 deletions CHANGELOG.md

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Community RouterOS Release Notes

.. contents:: Topics

v2.19.0
=======

Release Summary
---------------

Feature release.

Minor Changes
-------------

- api_info, api_modify - add support for the ``ip dns adlist`` path implemented by RouterOS 7.15 and newer (https://github.com/ansible-collections/community.routeros/pull/310).
- api_info, api_modify - add support for the ``mld-version`` and ``multicast-querier`` properties in ``interface bridge`` (https://github.com/ansible-collections/community.routeros/pull/315).
- api_info, api_modify - add support for the ``routing filter num-list`` path implemented by RouterOS 7 and newer (https://github.com/ansible-collections/community.routeros/pull/313).
- api_info, api_modify - add support for the ``routing igmp-proxy`` path (https://github.com/ansible-collections/community.routeros/pull/309).
- api_modify, api_info - add read-only ``default`` field to ``snmp community`` (https://github.com/ansible-collections/community.routeros/pull/311).

v2.18.0
=======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -754,3 +754,24 @@ releases:
- 306-ingress-filtering-ros6.yml
- deprecate-eol-ansible-core.yml
release_date: '2024-08-12'
2.19.0:
changes:
minor_changes:
- api_info, api_modify - add support for the ``ip dns adlist`` path implemented
by RouterOS 7.15 and newer (https://github.com/ansible-collections/community.routeros/pull/310).
- api_info, api_modify - add support for the ``mld-version`` and ``multicast-querier``
properties in ``interface bridge`` (https://github.com/ansible-collections/community.routeros/pull/315).
- api_info, api_modify - add support for the ``routing filter num-list`` path
implemented by RouterOS 7 and newer (https://github.com/ansible-collections/community.routeros/pull/313).
- api_info, api_modify - add support for the ``routing igmp-proxy`` path (https://github.com/ansible-collections/community.routeros/pull/309).
- api_modify, api_info - add read-only ``default`` field to ``snmp community``
(https://github.com/ansible-collections/community.routeros/pull/311).
release_summary: Feature release.
fragments:
- 2.19.0.yml
- 309-add-igmp-proxy.yml
- 310-add-ip-dns-adlist.yml
- 311-add-defaults-fields-snmp-community.yml
- 313-add-routing-filter-num-list.yml
- 315-bridge-mld-version-multicast-querier.yml
release_date: '2024-09-10'
1 change: 0 additions & 1 deletion changelogs/fragments/2.19.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/309-add-igmp-proxy.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/310-add-ip-dns-adlist.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/313-add-routing-filter-num-list.yml

This file was deleted.

This file was deleted.

0 comments on commit ff7e616

Please sign in to comment.