Skip to content

Commit

Permalink
chore(release): 1.76.7
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 28, 2025
1 parent b9c8c19 commit 4b45dfb
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.76.7](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.76.6...v1.76.7) (2025-02-28)

### Bug Fixes

* **bridge:** Add a `dynamic` attribute (ROS 7.18) ([cccee12](https://github.com/terraform-routeros/terraform-provider-routeros/commit/cccee12d85df6dae22e5d671d7a13c14acbb3025)), closes [#671](https://github.com/terraform-routeros/terraform-provider-routeros/issues/671)
* **ip-pool:** Ignore new computed attributes (ROS 7.18) ([060d96e](https://github.com/terraform-routeros/terraform-provider-routeros/commit/060d96ecb71344797a8b0ee05a37f325bcfb7c99)), closes [#673](https://github.com/terraform-routeros/terraform-provider-routeros/issues/673)
* **ipv6:** Add a `auto_link_local` attribute (ROS 7.18) ([c162cb0](https://github.com/terraform-routeros/terraform-provider-routeros/commit/c162cb0627f4d8487d33eb9169d85b489336e8a2)), closes [#672](https://github.com/terraform-routeros/terraform-provider-routeros/issues/672)
* **logging:** Add new attributes (ROS 7.18) ([337bd74](https://github.com/terraform-routeros/terraform-provider-routeros/commit/337bd741f22d3494289471d9d4c6b1e4cd5f0224)), closes [#674](https://github.com/terraform-routeros/terraform-provider-routeros/issues/674)
* **neighbor-discovery:** Add a `lldp_dcbx` attribute. ([0f3ea69](https://github.com/terraform-routeros/terraform-provider-routeros/commit/0f3ea6902e4e27882bf590a21e00b94b35023a7a)), closes [#670](https://github.com/terraform-routeros/terraform-provider-routeros/issues/670)

## [1.76.6](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.76.5...v1.76.6) (2025-02-19)

### Bug Fixes
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 @@ -70,6 +70,7 @@ resource "routeros_interface_bridge" "bridge" {
### Read-Only

- `actual_mtu` (Number)
- `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.
- `l2mtu` (Number) Layer2 Maximum transmission unit. [See](https://wiki.mikrotik.com/wiki/Maximum_Transmission_Unit_on_RouterBoards).
- `mac_address` (String) Current mac address.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/ip_neighbor_discovery_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ resource "routeros_ip_neighbor_discovery_settings" "test" {

- `discover_interface_list` (String) Interface list on which members the discovery protocol will run on.
- `discover_interval` (String) An option to adjust the frequency at which neighbor discovery packets are transmitted. The setting is available since RouterOS version 7.16.
- `lldp_dcbx` (Boolean) Whether to send Data Center Bridging Capabilities Exchange Protocol (DCBX) TLVs, which allows to communicate switch QoS settings and capabilities with other neighboring devices using LLDP. **Only applies to CRS3xx, CRS5xx, CCR2116 and CCR2216 devices.**
- `lldp_mac_phy_config` (Boolean) Whether to send MAC/PHY Configuration/Status TLV in LLDP, which indicates the interface capabilities, current setting of the duplex status, bit rate, and auto-negotiation. Only applies to the Ethernet interfaces. While TLV is optional in LLDP, it is mandatory when sending LLDP-MED, meaning this TLV will be included when necessary even though the property is configured as disabled.
- `lldp_max_frame_size` (Boolean) Whether to send Maximum Frame Size TLV in LLDP, which indicates the maximum frame size capability of the interface in bytes (`l2mtu + 18`). Only applies to the Ethernet interfaces.
- `lldp_med_net_policy_vlan` (String) Advertised VLAN ID for LLDP-MED Network Policy TLV. This allows assigning a VLAN ID for LLDP-MED capable devices, such as VoIP phones. The TLV will only be added to interfaces where LLDP-MED capable devices are discovered. Other TLV values are predefined and cannot be changed:
Expand Down
1 change: 1 addition & 0 deletions docs/resources/ipv6_address.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ resource "routeros_ipv6_address" "ipv6_address" {

- `address` (String) IPv6 address. Using the eui_64 and from_pool options can transform the original address! [See docs](https://wiki.mikrotik.com/wiki/Manual:IPv6/Address#Properties)
- `advertise` (Boolean) Whether to enable stateless address configuration. The prefix of that address is automatically advertised to hosts using ICMPv6 protocol. The option is set by default for addresses with prefix length 64.
- `auto_link_local` (Boolean) If newly created address is manual link-local address this setting allows to override dynamically created IPv6 link-local address.
- `comment` (String)
- `disabled` (Boolean)
- `eui_64` (Boolean) Whether to calculate EUI-64 address and use it as last 64 bits of the IPv6 address.
Expand Down
3 changes: 2 additions & 1 deletion docs/resources/system_logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ resource "routeros_system_logging" "log_snmp_disk" {

### Optional

- `disabled` (Boolean) Whether or not this logging should be disabled
- `disabled` (Boolean)
- `prefix` (String) prefix added at the beginning of log messages
- `regex` (String) Regex which will be used in order to match or not match message. If the regex is not matched, then even if topic is configured to be logged, but log message does not match regex, action will not be performed.
- `topics` (Set of String) log all messages that falls into specified topic or list of topics.
'!' character can be used before topic to exclude messages falling under this topic. For example, we want to log NTP debug info without too much details:
/system logging add topics=ntp,debug,!packet
Expand Down
6 changes: 6 additions & 0 deletions docs/resources/system_logging_action.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
- `memory_stop_on_full` (Boolean) Whether to stop to save log messages in local buffer after the specified memory-lines number is reached.
- `remember` (Boolean) Whether to keep log messages, which have not yet been displayed in console, applicable if `action=echo`.
- `remote` (String) Remote logging server's IP/IPv6 address, applicable if `action=remote`.
- `remote_log_format` (String) Format for logs to be sent to remote instance:

- **cef** - logs are sent in CEF format;
- **default** - logs are sent as it is;
- **syslog** - logs are sent in BSD-syslog format.
- `remote_port` (Number) Remote logging server's UDP port, applicable if `action=remote`.
- `remote_protocol` (String) Protocol for remote logging messages.
- `src_address` (String) Source address used when sending packets to remote server, applicable if `action=remote`.
- `syslog_facility` (String) SYSLOG facility, applicable if `action=remote`.
- `syslog_severity` (String) Severity level indicator defined in RFC 3164, applicable if `action=remote`.
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.76.6",
"version": "1.76.7",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit 4b45dfb

Please sign in to comment.