Skip to content

Commit

Permalink
chore(release): 1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 16, 2024
1 parent cab4fb6 commit 714efb0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.32.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.32.0...v1.32.1) (2024-01-16)


### Bug Fixes

* Add missing `default` property in `routeros_routing_bgp_template` ([0a2863f](https://github.com/terraform-routeros/terraform-provider-routeros/commit/0a2863ff01cfc26a904dab246716b4c9a7610f81))
* Add missing generated certificate properties in `routeros_capsman_manager` ([e4378af](https://github.com/terraform-routeros/terraform-provider-routeros/commit/e4378af30e5da4b1f4e6cb18cad5cb4b3ce61c2a))
* Add new `port_cost_mode` property to `routeros_interface_bridge` ([cab4fb6](https://github.com/terraform-routeros/terraform-provider-routeros/commit/cab4fb67e768b2e0b59c3ceac0edba07a1ba1138))
* Fix validator of the `address` property in `routeros_user_manager_router` ([1c7a46b](https://github.com/terraform-routeros/terraform-provider-routeros/commit/1c7a46b1bea703cafc5e1dd4782fce299d3383c6))
* Fix validator of the `advertise` property in `routeros_interface_ethernet` ([6c98bb7](https://github.com/terraform-routeros/terraform-provider-routeros/commit/6c98bb7360cbcaabbe3ef6d4688a0683577ef211))

## [1.32.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.31.0...v1.32.0) (2024-01-15)


Expand Down
2 changes: 2 additions & 0 deletions docs/resources/capsman_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ resource "routeros_capsman_manager" "test_manager" {

### Read-Only

- `generated_ca_certificate` (String) Generated CA certificate.
- `generated_certificate` (String) Generated CAPsMAN certificate.
- `id` (String) The ID of this resource.

## Import
Expand Down
1 change: 1 addition & 0 deletions docs/resources/interface_bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ resource "routeros_interface_bridge" "bridge" {
- `mtu` (String) The default bridge MTU value without any bridge ports added is 1500. The MTU value can be set manually, but it cannot exceed the bridge L2MTU or the lowest bridge port L2MTU. If a new bridge port is added with L2MTU which is smaller than the actual-mtu of the bridge (set by the mtu property), then manually set value will be ignored and the bridge will act as if mtu=auto is set.
- `multicast_querier` (Boolean) Multicast querier generates IGMP general membership queries to which all IGMP capable devices respond with an IGMP membership report, usually a PIM (multicast) router or IGMP proxy generates these queries. This property only has an effect when igmp-snooping is set to yes. Additionally, the igmp-snooping should be disabled/enabled after changing multicast-querier property.
- `multicast_router` (String) A multicast router port is a port where a multicast router or querier is connected. On this port, unregistered multicast streams and IGMP/MLD membership reports will be sent. This setting changes the state of the multicast router for a bridge interface itself. This property can be used to send IGMP/MLD membership reports and multicast traffic to the bridge interface for further multicast routing or proxying. This property only has an effect when igmp-snooping is set to yes.
- `port_cost_mode` (String) An option that changes the port path cost and internal path cost mode for bridged ports, utilizing automatic values based on interface speed.
- `priority` (String) Bridge priority, used by STP to determine root bridge, used by MSTP to determine CIST and IST regional root bridge. This property has no effect when protocol-mode is set to none.
- `protocol_mode` (String) Select Spanning tree protocol (STP) or Rapid spanning tree protocol (RSTP) to ensure a loop-free topology for any bridged LAN.
- `pvid` (Number) Port VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. It applies e.g. to frames sent from bridge IP and destined to a bridge port. This property only has effect when vlan-filtering is set to yes.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/routing_bgp_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

### Read-Only

- `default` (Boolean)
- `id` (String) The ID of this resource.

<a id="nestedblock--input"></a>
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.32.0",
"version": "1.32.1",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit 714efb0

Please sign in to comment.