- Added support:
- Firewall address-list.
- Firewall mangle.
- Firewall NAT.
- Deep project refactoring. Added support for new modules and work via API/REST.
- #47 - Fixed issue where datasources would return arrays contain the wrong value. Contribution by deveth0 with pull request #48
- Added error logging
- Added ability to manage Wireguard interfaces
- Added ability to manage Wireguard peers
- Updated documentation and readme
- Added Github Actions to test code in pull requests to
main
and to branches matchingrelease/*
- CI tests check ROS versions
7.1
,7.1.1
, and7.2rc1
- CI tests check ROS versions
- Added Github Actions to publish a release
- Fixed a bug where the Arp of a
resource.routeros_interface_bridge
was read as abool
rather than astring
in the Get function. This caused Terraform to throw an error whenever it needed to read arouteros_interface_bridge
resource.
- Added ability to manage /ip/firewall/filter (Issue #16)
- Fixed IP Address attributes not setting correctly
- Initial Release