Skip to content

Commit

Permalink
chore(release): 1.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 28, 2024
1 parent 25a6496 commit d6068f7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.64.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.64.0...v1.64.1) (2024-09-28)

### Bug Fixes

* **no-release:** Update resource_ipv6_address.go ([#568](https://github.com/terraform-routeros/terraform-provider-routeros/issues/568)) ([587f527](https://github.com/terraform-routeros/terraform-provider-routeros/commit/587f527c532ffabfe404508512ab5b9185f68695))
* Update resource_ip_address.go ([#569](https://github.com/terraform-routeros/terraform-provider-routeros/issues/569)) ([25a6496](https://github.com/terraform-routeros/terraform-provider-routeros/commit/25a64968c0bb8279f599859af371309fcbca1871))

## [1.64.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.63.1...v1.64.0) (2024-09-27)

### Features
Expand Down
1 change: 1 addition & 0 deletions docs/resources/ip_address.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ resource "routeros_ip_address" "address" {
- `dynamic` (Boolean) Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- `id` (String) The ID of this resource.
- `invalid` (Boolean)
- `slave` (Boolean) Whether address belongs to an interface which is a slave port to some other master interface

## Import
Import is supported using the following syntax:
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/ipv6_address.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ resource "routeros_ipv6_address" "ipv6_address" {
### Read-Only

- `actual_interface` (String) Name of the actual interface the logical one is bound to.
- `deprecated` (Boolean) Whether address is deprecated
- `dynamic` (Boolean) Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- `global` (Boolean) Whether address is global.
- `id` (String) The ID of this resource.
- `invalid` (Boolean)
- `link_local` (Boolean) Whether address is link local.
- `slave` (Boolean) Whether address belongs to an interface which is a slave port to some other master interface

## Import
Import is supported using the following syntax:
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.64.0",
"version": "1.64.1",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit d6068f7

Please sign in to comment.