Skip to content

Commit

Permalink
Release 2.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 12, 2024
1 parent 0a9b749 commit 1a2faec
Show file tree
Hide file tree
Showing 12 changed files with 215 additions and 133 deletions.
258 changes: 146 additions & 112 deletions CHANGELOG.md

Large diffs are not rendered by default.

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

.. contents:: Topics

v2.18.0
=======

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

Feature release.

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

- api_info - allow to restrict the output by limiting fields to specific values with the new ``restrict`` option (https://github.com/ansible-collections/community.routeros/pull/305).
- api_info, api_modify - add support for the ``ip dhcp-server matcher`` path (https://github.com/ansible-collections/community.routeros/pull/300).
- api_info, api_modify - add support for the ``ipv6 nd prefix`` path (https://github.com/ansible-collections/community.routeros/pull/303).
- api_info, api_modify - add support for the ``name`` and ``is-responder`` properties under the ``interface wireguard peers`` path introduced in RouterOS 7.15 (https://github.com/ansible-collections/community.routeros/pull/304).
- api_info, api_modify - add support for the ``routing ospf static-neighbor`` path in RouterOS 7 (https://github.com/ansible-collections/community.routeros/pull/302).
- api_info, api_modify - set default for ``force`` in ``ip dhcp-server option`` to an explicit ``false`` (https://github.com/ansible-collections/community.routeros/pull/300).
- api_modify - allow to restrict what is updated by limiting fields to specific values with the new ``restrict`` option (https://github.com/ansible-collections/community.routeros/pull/305).

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 <https://docs.ansible.com/ansible-core/devel/reference_appendices/release_and_maintenance.html#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
--------

- api_modify, api_info - change the default of ``ingress-filtering`` in paths ``interface bridge`` and ``interface bridge port`` back to ``false`` for RouterOS before version 7 (https://github.com/ansible-collections/community.routeros/pull/305).

v2.17.0
=======

Expand Down
40 changes: 40 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -714,3 +714,43 @@ releases:
- 295-add_system_resource_irq_rps_path.yml
- 297-add-ip-ssh-host-key-type.yml
release_date: '2024-07-09'
2.18.0:
changes:
bugfixes:
- api_modify, api_info - change the default of ``ingress-filtering`` in paths
``interface bridge`` and ``interface bridge port`` back to ``false`` for
RouterOS before version 7 (https://github.com/ansible-collections/community.routeros/pull/305).
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 <https://docs.ansible.com/ansible-core/devel/reference_appendices/release_and_maintenance.html#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.
minor_changes:
- api_info - allow to restrict the output by limiting fields to specific values
with the new ``restrict`` option (https://github.com/ansible-collections/community.routeros/pull/305).
- api_info, api_modify - add support for the ``ip dhcp-server matcher`` path
(https://github.com/ansible-collections/community.routeros/pull/300).
- api_info, api_modify - add support for the ``ipv6 nd prefix`` path (https://github.com/ansible-collections/community.routeros/pull/303).
- api_info, api_modify - add support for the ``name`` and ``is-responder``
properties under the ``interface wireguard peers`` path introduced in RouterOS
7.15 (https://github.com/ansible-collections/community.routeros/pull/304).
- api_info, api_modify - add support for the ``routing ospf static-neighbor``
path in RouterOS 7 (https://github.com/ansible-collections/community.routeros/pull/302).
- api_info, api_modify - set default for ``force`` in ``ip dhcp-server option``
to an explicit ``false`` (https://github.com/ansible-collections/community.routeros/pull/300).
- api_modify - allow to restrict what is updated by limiting fields to specific
values with the new ``restrict`` option (https://github.com/ansible-collections/community.routeros/pull/305).
release_summary: Feature release.
fragments:
- 2.18.0.yml
- 300-add-ip-dhcp-server-matcher.yml
- 300-set-ip-dhcp-option-force-default.yml
- 302-ospf-static-neighbor.yml
- 303-add-ipv6-nd-prefix.yml
- 304-wireguard-name-responder.yml
- 305-api-restrict.yml
- 306-ingress-filtering-ros6.yml
- deprecate-eol-ansible-core.yml
release_date: '2024-08-12'
1 change: 0 additions & 1 deletion changelogs/fragments/2.18.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/300-add-ip-dhcp-server-matcher.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/300-set-ip-dhcp-option-force-default.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/302-ospf-static-neighbor.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/303-add-ipv6-nd-prefix.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/304-wireguard-name-responder.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/305-api-restrict.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/306-ingress-filtering-ros6.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/deprecate-eol-ansible-core.yml

This file was deleted.

0 comments on commit 1a2faec

Please sign in to comment.