Skip to content

Commit

Permalink
Update for #26139 #26262 #26541
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored Jul 4, 2024
1 parent a7e21ca commit 57d98af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ ENHANCEMENTS:
* dependencies: updating to `v0.20240701.1082110` of `github.com/hashicorp/go-azure-sdk` [GH-26502]
* `azurerm_disk_encryption_set` - support for the `managed_hsm_key_id` property [GH-26201]
* `azurerm_firewall_policy` - remove Computed from the `sku` property and add a default of `Standard` in 4.0 [GH-26499]
* `azurerm_kubernetes_cluster` - support updating `default_node_pool.os_sku` between `Ubuntu` and `AzureLinux` [GH-26262]
* `azurerm_kubernetes_cluster_node_pool` - support updating `os_sku` between `Ubuntu` and `AzureLinux` [GH-26139]
* `azurerm_service_plan` - support for new the Flex Consumption plan [GH-26351]

BUG FIXES:

* `azurerm_kubernetes_cluster` - prevent a panic [GH-26478]
* `azurerm_kubernetes_cluster` - prevent a diff in `upgrade_settings` when the API returns an empty object [GH-26541]
* `azurerm_kubernetes_cluster_node_pool` - prevent a diff in `upgrade_settings` when the API returns an empty object [GH-26541]
* `azurerm_virtual_network_gateway` - split create and update function to fix lifecycle - ignore [GH-26451]
* `azurerm_virtual_network_gateway_connection` - split create and update function to fix lifecycle - ignore [GH-26431]

Expand Down

0 comments on commit 57d98af

Please sign in to comment.