Skip to content

Commit

Permalink
chore(release): 1.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 4, 2024
1 parent 2189054 commit 32c4c24
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.58.2](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.58.1...v1.58.2) (2024-08-04)


### Bug Fixes

* **interface_lte:** Add missing attributes ([f67e8d9](https://github.com/terraform-routeros/terraform-provider-routeros/commit/f67e8d90242b0b1e0f9c630cf0ffd37a819bd049)), closes [#522](https://github.com/terraform-routeros/terraform-provider-routeros/issues/522)
* **ip_firewall:** Deleting routeros_ip_firewall_filter.in_interface tries to PATCH ([2189054](https://github.com/terraform-routeros/terraform-provider-routeros/commit/21890540901501e7f8da61eb23a452ad52791f44)), closes [#521](https://github.com/terraform-routeros/terraform-provider-routeros/issues/521)
* **ipv4_nat:** Need new filed 'randomise_ports' in action 'endpoint-independent-nat' ([51e161d](https://github.com/terraform-routeros/terraform-provider-routeros/commit/51e161d5b090762fed7bd6f638d36f9d31564ddc)), closes [#520](https://github.com/terraform-routeros/terraform-provider-routeros/issues/520)

## [1.58.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.58.0...v1.58.1) (2024-08-02)


Expand Down
3 changes: 2 additions & 1 deletion docs/resources/interface_lte.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ resource "routeros_interface_lte" "test" {
- `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.
- `network_mode` (Set of 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.
- `sms_read` (Boolean)

### Read-Only

Expand Down
1 change: 1 addition & 0 deletions docs/resources/ip_firewall_nat.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ resource "routeros_ip_firewall_nat" "rule" {
- `protocol` (String) Matches particular IP protocol specified by protocol name or number.
- `psd` (String) Attempts to detect TCP and UDP scans. Parameters are in the following format WeightThreshold, DelayThreshold, LowPortWeight, HighPortWeight.
- `random` (Number) Matches packets randomly with a given probability.
- `randomise_ports` (Boolean) Randomize to which public port connections will be mapped.
- `routing_mark` (String) Matches packets marked by mangle facility with particular routing mark.
- `same_not_by_dst` (Boolean) Specifies whether to take into account or not destination IP address when selecting a new source IP address. Applicable if action=same
- `src_address` (String) Matches packets which source is equal to specified IP or falls into a specified IP range.
Expand Down
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.58.1",
"version": "1.58.2",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit 32c4c24

Please sign in to comment.