Skip to content

Commit

Permalink
chore(release): 1.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 30, 2024
1 parent 58cf139 commit ff57011
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.54.0...v1.54.1) (2024-05-30)


### Bug Fixes

* **vrrp:** Add `group-authority` attribute handling to the `group-master` replacement ([58cf139](https://github.com/terraform-routeros/terraform-provider-routeros/commit/58cf139015490181973170d97d1e3931919b1af0)), closes [#446](https://github.com/terraform-routeros/terraform-provider-routeros/issues/446)

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


Expand Down
3 changes: 2 additions & 1 deletion docs/resources/interface_vrrp.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ resource "routeros_interface_vrrp" "interface_vrrp" {
- `authentication` (String) Authentication method to use for VRRP advertisement packets.
- `comment` (String)
- `disabled` (Boolean)
- `group_master` (String) Allows combining multiple VRRP interfaces to maintain the same VRRP status within the group.
- `group_authority` (String) Allows combining multiple VRRP interfaces to maintain the same VRRP status within the group. `group_authority` was previously called `group_master`, `group_master` is kept for compatibility with scripts, but if both are set only `group_authority` will be taken into account.
- `group_master` (String) Allows combining multiple VRRP interfaces to maintain the same VRRP status within the group. `group_authority` was previously called `group_master`, `group_master` is kept for compatibility with scripts, but if both are set only `group_authority` will be taken into account.
- `interval` (String) VRRP update interval in seconds. Defines how often master sends advertisement packets.
- `mtu` (String) Layer3 Maximum transmission unit ('auto', 0 .. 65535)
- `on_backup` (String) Script to execute when the node is switched to the backup state.
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.54.0",
"version": "1.54.1",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit ff57011

Please sign in to comment.