Skip to content

Commit

Permalink
Release 2.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Apr 20, 2024
1 parent 4a078c5 commit 3862d1c
Show file tree
Hide file tree
Showing 14 changed files with 163 additions and 105 deletions.
193 changes: 109 additions & 84 deletions CHANGELOG.md

Large diffs are not rendered by default.

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

.. contents:: Topics

v2.15.0
=======

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

Feature release.

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

- api_info, api_modify - Add RouterOS 7.x support to ``/mpls ldp`` path (https://github.com/ansible-collections/community.routeros/pull/271).
- api_info, api_modify - add ``/ip route rule`` path for RouterOS 6.x (https://github.com/ansible-collections/community.routeros/pull/278).
- api_info, api_modify - add ``/routing filter`` path for RouterOS 6.x (https://github.com/ansible-collections/community.routeros/pull/279).
- api_info, api_modify - add default value for ``from-pool`` field in ``/ipv6 address`` (https://github.com/ansible-collections/community.routeros/pull/270).
- api_info, api_modify - add missing path ``/interface pppoe-server server`` (https://github.com/ansible-collections/community.routeros/pull/273).
- api_info, api_modify - add missing path ``/ip dhcp-relay`` (https://github.com/ansible-collections/community.routeros/pull/276).
- api_info, api_modify - add missing path ``/queue simple`` (https://github.com/ansible-collections/community.routeros/pull/269).
- api_info, api_modify - add missing path ``/queue type`` (https://github.com/ansible-collections/community.routeros/pull/274).
- api_info, api_modify - add missing paths ``/routing bgp aggregate``, ``/routing bgp network`` and ``/routing bgp peer`` (https://github.com/ansible-collections/community.routeros/pull/277).
- api_info, api_modify - add support for paths ``/mpls interface``, ``/mpls ldp accept-filter``, ``/mpls ldp advertise-filter`` and ``mpls ldp interface`` (https://github.com/ansible-collections/community.routeros/pull/272).

v2.14.0
=======

Expand Down
32 changes: 32 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,38 @@ releases:
- 264-wireless-running-default.yml
- 266-interface-wifi.yml
release_date: '2024-03-25'
2.15.0:
changes:
minor_changes:
- api_info, api_modify - Add RouterOS 7.x support to ``/mpls ldp`` path (https://github.com/ansible-collections/community.routeros/pull/271).
- api_info, api_modify - add ``/ip route rule`` path for RouterOS 6.x (https://github.com/ansible-collections/community.routeros/pull/278).
- api_info, api_modify - add ``/routing filter`` path for RouterOS 6.x (https://github.com/ansible-collections/community.routeros/pull/279).
- api_info, api_modify - add default value for ``from-pool`` field in ``/ipv6
address`` (https://github.com/ansible-collections/community.routeros/pull/270).
- api_info, api_modify - add missing path ``/interface pppoe-server server``
(https://github.com/ansible-collections/community.routeros/pull/273).
- api_info, api_modify - add missing path ``/ip dhcp-relay`` (https://github.com/ansible-collections/community.routeros/pull/276).
- api_info, api_modify - add missing path ``/queue simple`` (https://github.com/ansible-collections/community.routeros/pull/269).
- api_info, api_modify - add missing path ``/queue type`` (https://github.com/ansible-collections/community.routeros/pull/274).
- api_info, api_modify - add missing paths ``/routing bgp aggregate``, ``/routing
bgp network`` and ``/routing bgp peer`` (https://github.com/ansible-collections/community.routeros/pull/277).
- api_info, api_modify - add support for paths ``/mpls interface``, ``/mpls
ldp accept-filter``, ``/mpls ldp advertise-filter`` and ``mpls ldp interface``
(https://github.com/ansible-collections/community.routeros/pull/272).
release_summary: Feature release.
fragments:
- 2.15.0.yml
- 269-add-queue_simple-path.yml
- 270_fix_ipv6_from_pool_default_value.yml
- 271-mpls_ldp_routeros_7_support.yml
- 272-additional_mpls_path_support.yml
- 273-add_interface_pppoe-server_support.yml
- 274-add_queue_type_path.yml
- 276-add_ip_dhcp-relay_path.yml
- 277-add_routing_bgp_paths.yml
- 278-add_ip_route_rule_path.yml
- 279-add_routing_filter_path.yml
release_date: '2024-04-20'
2.2.0:
changes:
bugfixes:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/2.15.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/269-add-queue_simple-path.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/270_fix_ipv6_from_pool_default_value.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/271-mpls_ldp_routeros_7_support.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/272-additional_mpls_path_support.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/274-add_queue_type_path.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/276-add_ip_dhcp-relay_path.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/277-add_routing_bgp_paths.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/278-add_ip_route_rule_path.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/279-add_routing_filter_path.yml

This file was deleted.

0 comments on commit 3862d1c

Please sign in to comment.