Skip to content

Releases: ddelnano/terraform-provider-mikrotik

v0.16.1

02 Jul 05:08
Compare
Choose a tag to compare

What's Changed

Bug fixes

Full Changelog: v0.16.0...v0.16.1

v0.16.0

02 Jul 05:16
bcaea5c
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • make copyStruct() function case-insensitive while searching for fields in structs by @maksym-nazarenko in #215
  • codegen: generate client resource test and Terraform acceptance test by @maksym-nazarenko in #216

Bug fixes

Other Changes

Full Changelog: v0.15.0...v0.16.0

v0.15.0

17 Dec 23:29
1884f40
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

Bug fixes

Other Changes

Full Changelog: v0.14.0...v0.15.0

v0.14.0

11 Aug 05:36
8bc1906
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Other Changes

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

03 Jul 16:51
837b111
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Add helper functions for RouterOS version detection and use for feature opt out by @ddelnano in #178

Other Changes

Full Changelog: v0.12.0...v0.13.0

v0.12.0

06 Jun 02:25
de902dc
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Add dependabot to monitor go and github action security updates by @ddelnano in #157
  • Code generation by @maksym-nazarenko in #150
  • Add Wireguard Interface resource (continuation) by @ddelnano in #159
  • Add github workflow for tfplugindocs linting and unify setup-go and checkout action versions by @ddelnano in #156

Other Changes

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

13 May 07:57
38afe58
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug fixes

  • (fix): mtu field tag in client.VlanInterface struct, add lint step in workflow by @maksym-nazarenko in #128
  • Run tfplugindocs to fix documentation drift by @ddelnano in #154

Full Changelog: v0.10.0...v0.11.0

v0.10.0

07 Dec 23:03
006ea15
Compare
Choose a tag to compare

Improvements:

  • Added a mikrotik_dhcp_server, mikrotik_bridge, mikrotik_bridge_port, mikrotik_bridge_vlan, mikrotik_interface_list_member, mikrotik_vlan_interface` resources
  • Add next_pool attribute to the mikrotik_pool resource (#106)
  • Various internal improvements to ease provider development.
  • Migrate documentation to be generated with tfplugindocs (#82)
  • Upgrade terraform-provider-sdk and routeros client dependencies (#103)

Bug fixes:

  • Fix possible panic on certain RouterOS responses (#68)

v0.9.1

06 Jun 03:45
66efed6
Compare
Choose a tag to compare

Bug fixes:

  • Ensure error handling is consistent to prevent crashes with the plugin (#63)
  • Ensure resource read operations are consistent across all resources (#65)

v0.9.0

21 Mar 06:52
c2a1c2c
Compare
Choose a tag to compare
  • Added mikrotik_ipv6 resource
  • Added comment argument to the mikrotik_dns_record resource