Skip to content

Commit

Permalink
chore: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta committed Nov 7, 2024
1 parent e70dd80 commit 0e32746
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
### Added

- upcloud_managed_object_storage_bucket resource for managing buckets in managed object storage services.
- upcloud_server: `index` field to `network_interfaces`.

### Changed

- upcloud_server: When modifying `network_interfaces`, match configured network interfaces to the server's actual network interfaces by index and ip_address (in addition to list order). This is to avoid public and utility network interfaces being re-assigned when the interfaces are re-ordered or when interface is removed from middle of the list. This might result to inaccurate diffs in the Terraform plan when interfaces are re-ordered or when interface is removed from middle of the list.
- upcloud_server: When modifying `network_interfaces`, match configured network interfaces to the server's actual network interfaces by `index` and `ip_address` (in addition to list order). This is to avoid public and utility network interfaces being re-assigned when the interfaces are re-ordered or when interface is removed from middle of the list. This might result to inaccurate diffs in the Terraform plan when interfaces are re-ordered or when interface is removed from middle of the list.

## [5.14.0] - 2024-10-28

Expand Down

0 comments on commit 0e32746

Please sign in to comment.