Skip to content

Commit

Permalink
chore(release): 1.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 31, 2024
1 parent d55b30d commit 9d9f9df
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.58.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.57.2...v1.58.0) (2024-07-31)


### Features

* **lte:** Add LTE resources ([fcaf349](https://github.com/terraform-routeros/terraform-provider-routeros/commit/fcaf3495a50f3cabed77c240de9604d4d5347b3e)), closes [#464](https://github.com/terraform-routeros/terraform-provider-routeros/issues/464)


### Bug Fixes

* **ethernet:** Schema Error on SFP Ports ([01e4c11](https://github.com/terraform-routeros/terraform-provider-routeros/commit/01e4c119d86ade3cfaf040e3deb68749f14282b5)), closes [#514](https://github.com/terraform-routeros/terraform-provider-routeros/issues/514)
* **firewall_nat:** add NAT firewall action "endpoint-independent-nat" ([d55b30d](https://github.com/terraform-routeros/terraform-provider-routeros/commit/d55b30d07ef8f9c2d7c3b53088c8224e819907d9)), closes [#516](https://github.com/terraform-routeros/terraform-provider-routeros/issues/516)
* **system_logging:** Bugfix in routeros_system_logging ([aa1d376](https://github.com/terraform-routeros/terraform-provider-routeros/commit/aa1d3762000006aac00d13a7ae74ee5330c0245f)), closes [#515](https://github.com/terraform-routeros/terraform-provider-routeros/issues/515)

## [1.57.2](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.57.1...v1.57.2) (2024-07-30)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/interface_ethernet.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ resource "routeros_interface_ethernet" "test" {
- `disable_running_check` (Boolean) Disable running check. If this value is set to 'no', the router automatically detects whether the NIC is connected with a device in the network or not.
Default value is 'yes' because older NICs do not support it. (only applicable to x86)
- `disabled` (Boolean)
- `fec_mode` (String) Changes Forward Error Correction (FEC) mode for SFP28, QSFP+ and QSFP28 interfaces. Same mode should be used on both link ends, otherwise FEC mismatch could result in non-working link or even false link-ups.
- `full_duplex` (Boolean) Defines whether the transmission of data appears in two directions simultaneously, only applies when auto-negotiation is disabled.
- `l2mtu` (Number) Layer2 Maximum transmission unit. [See](https://wiki.mikrotik.com/wiki/Maximum_Transmission_Unit_on_RouterBoards).
- `loop_protect` (String)
Expand Down
45 changes: 45 additions & 0 deletions docs/resources/interface_lte.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# routeros_interface_lte (Resource)


## Example Usage
```terraform
resource "routeros_interface_lte" "test" {
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `name` (String) Descriptive name of the interface.

### Optional

- `allow_roaming` (Boolean) Enable data roaming for connecting to other countries data-providers. Not all LTE modems support this feature. Some modems, that do not fully support this feature, will connect to the network but will not establish an IP data connection with allow-roaming set to no.
- `apn_profiles` (String) Which APN profile to use for this interface.
- `band` (Set of Number) LTE Frequency band used in communication [LTE Bands and bandwidths](https://en.wikipedia.org/wiki/LTE_frequency_bands#Frequency_bands_and_channel_bandwidths).
- `comment` (String)
- `disabled` (Boolean)
- `modem_init` (String) Modem init string (AT command that will be executed at modem startup).
- `mtu` (String) Layer3 Maximum transmission unit ('auto', 0 .. 65535)
- `network_mode` (String) Select/force mode for LTE interface to operate with.
- `nr_band` (Set of Number) 5G NR Frequency band used in communication [5G NR Bands and bandwidths](https://en.wikipedia.org/wiki/5G_NR_frequency_bands).
- `operator` (Number) Used to lock the device to a specific operator full PLMN number is used for the lock consisting of MCC+MNC. [PLMN codes](https://en.wikipedia.org/wiki/Public_land_mobile_network).
- `pin` (String) SIM Card's PIN code.
- `sms_protocol` (String) SMS functionality. `mbim`: uses MBIM driver. `at`: uses AT-Commands. `auto`: selects the appropriate option depending on the modem.

### Read-Only

- `default_name` (String) The default name for an interface.
- `id` (String) The ID of this resource.
- `inactive` (Boolean)
- `running` (Boolean)

## Import
Import is supported using the following syntax:
```shell
#The ID can be found via API or the terminal
#The command for the terminal is -> :put [/ get [print show-ids]]
terraform import routeros_interface_lte.test *3
```
49 changes: 49 additions & 0 deletions docs/resources/interface_lte_apn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# routeros_interface_lte_apn (Resource)


## Example Usage
```terraform
resource "routeros_interface_lte_apn" "test" {
name = "apn1"
apn = "internet"
authentication = "pap"
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `name` (String) APN profile name

### Optional

- `add_default_route` (Boolean) Whether to add a default route to forward all traffic over the LTE interface.
- `apn` (String) Service Provider's Access Point Name.
- `authentication` (String) Allowed protocol to use for authentication.
- `comment` (String)
- `default_route_distance` (Number) Sets distance value applied to auto-created default route, if add-default-route is also selected. LTE route by default is with distance 2 to prefer wired routes over LTE.
- `ip_type` (String) Requested PDN type.
- `ipv6_interface` (String) Interface on which to advertise IPv6 prefix.
- `number` (Number) APN profile number.
- `passthrough_interface` (String) Interface to passthrough IP configuration (activates passthrough).
- `passthrough_mac` (String) If set to auto, then will learn MAC from the first packet.
- `passthrough_subnet_selection` (String) `auto` selects the smallest possible subnet to be used for the passthrough interface. `p2p` sets the passthrough interface subnet as `/32` and picks gateway address from `10.177.0.0/16` range. The gateway address stays the same until the apn configuration is changed.
- `password` (String) Password used if any of the authentication protocols are active.
- `use_network_apn` (Boolean) Parameter is available starting from RouterOS v7 and used only for MBIM modems. If set to yes, uses network provided APN.
- `use_peer_dns` (Boolean) If set to yes, uses DNS received from LTE interface.
- `user` (String) Username used if any of the authentication protocols are active.

### Read-Only

- `default` (Boolean)
- `id` (String) The ID of this resource.

## Import
Import is supported using the following syntax:
```shell
#The ID can be found via API or the terminal
#The command for the terminal is -> :put [/ get [print show-ids]]
terraform import routeros_interface_lte_apn.test *3
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terraform-provider-routeros",
"version": "1.57.2",
"version": "1.58.0",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit 9d9f9df

Please sign in to comment.