Skip to content

Commit

Permalink
chore(release): 1.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 30, 2024
1 parent 995ba46 commit a5647ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.57.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.57.0...v1.57.1) (2024-07-30)


### Bug Fixes

* **ospf_interface_template:** RouterOS 7.x & OSPF Interface Template Auth Key ([995ba46](https://github.com/terraform-routeros/terraform-provider-routeros/commit/995ba46e8d8f8fc11c9d47a300f36879876c285f)), closes [#510](https://github.com/terraform-routeros/terraform-provider-routeros/issues/510)

## [1.57.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.56.0...v1.57.0) (2024-07-23)


Expand Down
3 changes: 2 additions & 1 deletion docs/resources/routing_ospf_interface_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ resource "routeros_routing_ospf_interface_template" "test_routing_ospf_interface

- `auth` (String) Specifies authentication method for OSPF protocol messages.
- `auth_id` (Number) The key id is used to calculate message digest (used when MD5 or SHA authentication is enabled).
- `authentication_key` (String, Sensitive) The authentication key to be used, should match on all the neighbors of the network segment.
- `auth_key` (String, Sensitive) The authentication key to be used, should match on all the neighbors of the network segment (available since RouterOS 7.x).
- `authentication_key` (String, Sensitive) The authentication key to be used, should match on all the neighbors of the network segment (for versions before RouterOS 7.x).
- `comment` (String)
- `cost` (Number) Interface cost expressed as link state metric.
- `dead_interval` (String) Specifies the interval after which a neighbor is declared dead.
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.57.0",
"version": "1.57.1",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit a5647ea

Please sign in to comment.