Skip to content

Commit

Permalink
chore(release): 1.69.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 18, 2024
1 parent 3402af8 commit 2e42abd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.69.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.69.0...v1.69.1) (2024-11-18)

### Bug Fixes

* **ospf:** Change the “network” attribute ([f057f18](https://github.com/terraform-routeros/terraform-provider-routeros/commit/f057f184608e9de9c08e2f5b773e0ed4f4f740af)), closes [#598](https://github.com/terraform-routeros/terraform-provider-routeros/issues/598)

## [1.69.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.68.0...v1.69.0) (2024-11-14)

### Features
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
- `hello_interval` (String) The interval between HELLO packets that the router sends out this 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.
- `networks` (Set of String) The network prefixes associated with the area.
- `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.
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.69.0",
"version": "1.69.1",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit 2e42abd

Please sign in to comment.