diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6abf71..a021aea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [3.0.0] - 2023-10-23 + ### Added - **Breaking**, kubernetes: `control_plane_ip_filter` field to `upcloud_kubernetes_cluster` resource. This changes default behavior from _allow access from any IP_ to _block access from all IPs_. To be able to connect to the cluster, define list of allowed IP addresses and/or CIDR blocks or allow access from any IP. - gateway: add read-only `addresses` field @@ -385,7 +387,8 @@ Updated upcloud-go-api, added build/CI scripts, and repackaged 0.1.0 as 1.0.0. - resource_upcloud_firewall_rule removed and replaced by resource_upcloud_firewall_rules - resource_upcloud_zone removed and replaced by zone and zones datasources -[Unreleased]: https://github.com/UpCloudLtd/terraform-provider-upcloud/compare/v2.12.0...HEAD +[Unreleased]: https://github.com/UpCloudLtd/terraform-provider-upcloud/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/UpCloudLtd/terraform-provider-upcloud/compare/v2.12.0...v3.0.0 [2.12.0]: https://github.com/UpCloudLtd/terraform-provider-upcloud/compare/v2.11.0...v2.12.0 [2.11.0]: https://github.com/UpCloudLtd/terraform-provider-upcloud/compare/v2.10.0...v2.11.0 [2.10.0]: https://github.com/UpCloudLtd/terraform-provider-upcloud/compare/v2.9.1...v2.10.0