Skip to content

Commit

Permalink
chore(release): 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 2, 2023
1 parent 661e49c commit 419f093
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.20.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.20.0...v1.20.1) (2023-11-02)


### Bug Fixes

* Fix empty value check to handle default numeric values correctly ([#286](https://github.com/terraform-routeros/terraform-provider-routeros/issues/286)) ([661e49c](https://github.com/terraform-routeros/terraform-provider-routeros/commit/661e49ccbd0ca87eec024187e0e9ad6c2cb9890b))
* **no-release:** Some boolean params can't be reset and the provider does not understand the value ([#269](https://github.com/terraform-routeros/terraform-provider-routeros/issues/269)) ([678c9a4](https://github.com/terraform-routeros/terraform-provider-routeros/commit/678c9a4c67d2553e3bc72dc6a29d14d415520fa6)), closes [#253](https://github.com/terraform-routeros/terraform-provider-routeros/issues/253)

## [1.20.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.19.0...v1.20.0) (2023-10-31)


Expand Down
2 changes: 1 addition & 1 deletion docs/resources/routing_ospf_area.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "routeros_routing_ospf_area" "test_routing_ospf_area" {
- `comment` (String)
- `default_cost` (Number) Default cost of injected LSAs into the area.
- `disabled` (Boolean)
- `no_summaries` (Boolean) If set then the area will not flood summary LSAs in the stub area.
- `no_summaries` (Boolean) If set then the area will not flood summary LSAs in the stub area. <em>The correct value of this attribute may not be displayed in Winbox. Please check the parameters in the console!</em>
- `nssa_translate` (String) The parameter indicates which ABR will be used as a translator from type7 to type5 LSA.
- `type` (String) The area type.

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/routing_ospf_interface_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "routeros_routing_ospf_interface_template" "test_routing_ospf_interface
- `instance_id` (Number) Interface cost expressed as link state metric.
- `interfaces` (Set of String) Interfaces to match.
- `network` (String) The network prefix associated with the area.
- `passive` (Boolean) If enabled, then do not send or receive OSPF traffic on the matching interfaces
- `passive` (Boolean) If enabled, then do not send or receive OSPF traffic on the matching interfaces. <em>The correct value of this attribute may not be displayed in Winbox. Please check the parameters in the console!</em>
- `prefix_list` (String) Name of the address list containing networks that should be advertised to the v3 interface.
- `priority` (Number) Router's priority. Used to determine the designated router in a broadcast network.
- `retransmit_interval` (String) Time interval the lost link state advertisement will be resent.
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.20.0",
"version": "1.20.1",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit 419f093

Please sign in to comment.