Skip to content

Commit

Permalink
chore(release): 1.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 29, 2024
1 parent d98ce0f commit 8b7c4da
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.54.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.53.0...v1.54.0) (2024-05-29)


### Features

* Add bandwidth server resource ([#475](https://github.com/terraform-routeros/terraform-provider-routeros/issues/475)) ([d98ce0f](https://github.com/terraform-routeros/terraform-provider-routeros/commit/d98ce0f3aeb918ca02cbfc42eef6b9ba98ef7382)), closes [#474](https://github.com/terraform-routeros/terraform-provider-routeros/issues/474)

## [1.53.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.52.1...v1.53.0) (2024-05-29)


Expand Down
5 changes: 1 addition & 4 deletions docs/resources/snmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ resource "routeros_snmp" "test" {
<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `enabled` (Boolean) Used to disable/enable SNMP service

### Optional

- `contact` (String) Contact information.
- `enabled` (Boolean) Used to disable/enable SNMP service
- `engine_id_suffix` (String) Unique identifier for an SNMPv3 engine by configuring the suffix of the engine ID.
- `location` (String) Location information.
- `src_address` (String) Force the router to always use the same IP source address for all of the SNMP messages.
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/tool_bandwidth_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ resource "routeros_tool_bandwidth_test_server" "test" {

### Optional

- `allocate_udp_ports_from ` (Boolean) Beginning of UDP port range.
- `allocate_udp_ports_from` (Number) Beginning of UDP port range.
- `authenticate` (Boolean) Communicate only with authenticated clients.
- `enabled` (Boolean) Defines whether bandwidth server is enabled or not.
- `max_sessions ` (Number) Maximal simultaneous test count.
- `max_sessions` (Number) Maximal simultaneous test count.

### Read-Only

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.53.0",
"version": "1.54.0",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit 8b7c4da

Please sign in to comment.