Skip to content

Commit

Permalink
chore(release): 1.69.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 21, 2024
1 parent 9f7c814 commit b87bc54
Show file tree
Hide file tree
Showing 4 changed files with 9 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.2](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.69.1...v1.69.2) (2024-11-21)

### Bug Fixes

* **ds:** warning Field 'revision' not found in the schema in routeros_system_routerboard datasource ([1b6f86b](https://github.com/terraform-routeros/terraform-provider-routeros/commit/1b6f86b28b5d566dbda32e6f0ed3cf95cacd251c)), closes [#602](https://github.com/terraform-routeros/terraform-provider-routeros/issues/602)

## [1.69.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.69.0...v1.69.1) (2024-11-18)

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/system_routerboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ data "routeros_system_routerboard" "data" {}
- `firmware_type` (String)
- `id` (String) The ID of this resource.
- `model` (String)
- `revision` (String)
- `routerboard` (Boolean)
- `serial_number` (String)
- `upgrade_firmware` (String)
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/bridge_mlag.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ resource "routeros_bridge_mlag" "mlag" {
## Import
Import is supported using the following syntax:
```shell
terraform import routeros_ip_cloud.test .
terraform import routeros_bridge_mlag.mlag .
```
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.1",
"version": "1.69.2",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit b87bc54

Please sign in to comment.