From 09db22b84305d1a90048083103654ef374ef7005 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 May 2024 10:52:04 +0000 Subject: [PATCH] chore(release): 1.48.2 --- CHANGELOG.md | 7 +++++++ docs/resources/ip_route.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f2a071..33eeb1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.48.2](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.48.1...v1.48.2) (2024-05-13) + + +### Bug Fixes + +* **veth:** Remove deprecated options ([8565c5b](https://github.com/terraform-routeros/terraform-provider-routeros/commit/8565c5b5325c5b6fd61bcf8a2e76aa53e586f4fa)) + ## [1.48.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.48.0...v1.48.1) (2024-05-09) diff --git a/docs/resources/ip_route.md b/docs/resources/ip_route.md index 8995b07f..527bf8d5 100644 --- a/docs/resources/ip_route.md +++ b/docs/resources/ip_route.md @@ -27,6 +27,7 @@ resource "routeros_ip_route" "a_route" { - `pref_src` (String) Which of the local IP addresses to use for locally originated packets that are sent via this route. Value of this property has no effect on forwarded packets. If value of this property is set to IP address that is not local address of this router then the route will be inactive (in ROS v6, ROS v7 allows IP spoofing). - `routing_table` (String) Routing table this route belongs to. - `scope` (Number) Used in nexthop resolution. Route can resolve nexthop only through routes that have scope less than or equal to the target-scope of this route. +- `suppress_hw_offload` (Boolean) - `target_scope` (Number) Used in nexthop resolution. This is the maximum value of scope for a route through which a nexthop of this route can be resolved. - `vrf_interface` (String) VRF interface name. @@ -41,7 +42,6 @@ resource "routeros_ip_route" "a_route" { - `immediate_gw` (String) Shows actual (resolved) gateway and interface that will be used for packet forwarding. - `inactive` (Boolean) - `static` (Boolean) -- `suppress_hw_offload` (Boolean) ## Import Import is supported using the following syntax: diff --git a/package.json b/package.json index c98d12d6..b4889890 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-provider-routeros", - "version": "1.48.1", + "version": "1.48.2", "repository": { "type": "git", "url": "https://github.com/terraform-routeros/terraform-provider-routeros"