Skip to content

Releases: terraform-routeros/terraform-provider-routeros

v1.57.0

23 Jul 18:22
Compare
Choose a tag to compare

1.57.0 (2024-07-23)

Features

  • Update the routeros_ovpn_server resource to support multiple values (668ef09)

Bug Fixes

  • ipv6_neighbor_discovery: Change the schema attributes (9688bab), closes #509
  • Update the routeros_ovpn_server resource to handle default values correctly (f377a26)

v1.56.0

04 Jul 05:28
Compare
Choose a tag to compare

1.56.0 (2024-07-04)

Features

  • Add enable_ipv6_accounting introduced in 7.15 to the routeros_ppp_aaa resource (4c792c7)
  • Add require_message_auth introduced in 7.15 to the routeros_radius resource (6946d95)
  • Add require_message_auth introduced in 7.15 to the routeros_user_manager_settings resource (91b41b7)
  • Add reselect_interval introduced in 7.15 to the routeros_wifi_channel resource (77186c0)
  • Add sfp_ignore_rx_los introduced in 7.15 to the routeros_interface_ethernet resource (a361715)
  • Add current CAPsMAN identity computed properties introduced in 7.15 to the routeros_wifi_cap resource (f0fae7b)

Bug Fixes

  • Fix the AlwaysPresentNotUserProvided helper to ignore stored empty values as RouterOS started returning such in 7.15 (c22e017)

v1.55.0

02 Jul 16:56
Compare
Choose a tag to compare

1.55.0 (2024-07-02)

Features

  • Add state migrator helper to convert scalar values to lists (858ecab)
  • Update properties in routeros_interface_dot1x_client and routeros_interface_dot1x_server to support multiple values (66ab1d2)
  • Update properties in routeros_ip_dhcp_server_network to support multiple values (bc1cf68)
  • Update the servers property in routeros_dns to support multiple values (ea25f00)
  • Update the service property in routeros_radius to support multiple values (a1becca)
  • Update the vlan_ids property in routeros_interface_bridge_vlan to support multiple values (3ec3d34)
  • Update the frequency properties in routeros_capsman_channel to support multiple values (14a6e4e)

Bug Fixes

  • Add state migrator to routeros_snmp_community to fix backward compatibility (27c8588)
  • Fix tagged and untagged properties in routeros_interface_bridge_vlan to ignore values order (eb8ff28)
  • Fix topics property type in routeros_system_logging to ignore values order (0e3c29f)

v1.54.3

27 Jun 21:01
Compare
Choose a tag to compare

1.54.3 (2024-06-27)

Features

  • no-release: Added ipv6 filter data (#496) (6d45e88)
  • no-release: Support Multiple VLAN Registration protocol (MVRP). (#497) (0dc994a), closes #492 #493

Bug Fixes

  • Field 'vrf' not found in the schema (introduced in 7.15) (563401b), closes #490
  • no-release: Allow a set of addresses (#498) (bcf417f), closes #495
  • no-release: nil resources (#486) (8571dea)
  • routeros_interface_wireguard_peer: Field 'name' not found in the schema (introduced in 7.15) (9fb13ad), closes #494
  • routeros_ip_neighbor_discovery_settings: Multiple fields not found in schema (introduced in 7.15) (7f44443), closes #491

v1.54.2

04 Jun 06:02
Compare
Choose a tag to compare

1.54.2 (2024-06-04)

Bug Fixes

  • fw-mangle: Fix dst_address_list validation (0eb25c9), closes #480

v1.54.1

30 May 05:58
Compare
Choose a tag to compare

1.54.1 (2024-05-30)

Bug Fixes

  • vrrp: Add group-authority attribute handling to the group-master replacement (58cf139), closes #446

v1.54.0

29 May 19:54
Compare
Choose a tag to compare

1.54.0 (2024-05-29)

Features

v1.53.0

29 May 08:19
Compare
Choose a tag to compare

1.53.0 (2024-05-29)

Features

  • logging-action: Support for logging actions setup (f8b9824), closes #477

Bug Fixes

  • certificate-scep-server: Rename the resource from "routeros_certificate_scep_server" to "routeros_system_certificate_scep_server" (a9a8138), closes #473

v1.52.1

28 May 07:24
Compare
Choose a tag to compare

1.52.1 (2024-05-28)

Bug Fixes

  • firewall-raw: Fix resource name (e956f9f)

v1.52.0

28 May 06:52
Compare
Choose a tag to compare

1.52.0 (2024-05-28)

Features

  • firewall/raw: Add new resource (90eb2fa), closes #462

Bug Fixes