Skip to content

Latest commit

 

History

History
118 lines (78 loc) · 8.72 KB

CHANGELOG-v0.md

File metadata and controls

118 lines (78 loc) · 8.72 KB

0.11.0 (Unreleased)

NOTES:

  • provider: This is a special deprecation release in preparation for the provider hitting v1.0. It is just marking every resource and property that will be removed as deprecated.

DEPRECATIONS:

  • Data Source: azurestack_subnet - the ip_configurations attribute has been marked as deprecated
  • azurestack_network_interface - the load_balancer_backend_address_pools_ids, load_balancer_inbound_nat_rules_ids, internal_fqdn, and internal_dns_name_label properties have been marked as deprecated
  • azurestack_storage_blob - the resource_group_name property has been marked as deprecated
  • azurestack_storage_container - the resource_group_name property has been marked as deprecated

0.10.0 (April 27, 2021)

NOTES:

  • provider: The underlying Terraform codebase dependency for the provider SDK and acceptance testing framework has been migrated from github.com/hashicorp/terraform to github.com/hashicorp/terraform-plugin-sdk. They are functionally equivalent and this should only impact codebase development to switch imports. For more information see the Terraform Plugin SDK page in the Extending Terraform documentation. (#108)
  • dependencies: upgrading to go 1.16.0 [#128]

0.9.0 (August 30, 2019)

IMPROVEMENTS:

  • dependencies: upgrading github.com/hashicorp/terraform to 0.12.6 (#102)
  • dependencies: upgrading github.com/hashicorp/go-azure-helpers to 0.7.0 (#103)
  • dependencies: upgrading github.com/Azure/go-autorest to 13.0.0 (#103)
  • dependencies: upgrading github.com/Azure/terraform to 32.0.0 (#103)
  • provider: automatically set authentication tenant ID to adfs in AD environments (#105)
  • azurestack_availability_set - support for the managed property (#104)

0.8.1 (July 09, 2019)

BUG FIXES:

  • azurestack_storage_account - handling the casing of the Storage Account ID changing in Azure Stack 1905 (#99)

0.8.0 (June 24, 2019)

FEATURES:

  • New Data Source: azurestack_platform_image (#85)
  • New Resource: azurestack_managed_disk (#85)

IMPROVEMENTS:

  • dependencies: Changing to the 2019-03-01 profile (#84)
  • dependencies: upgrading to v30.0.0 of github.com/Azure/azure-sdk-for-go (#88)
  • azurestack_virtual_machine - support for manage disks (#85)
  • azurestack_virtual_machine_scale_set - add support for managed disks (#93)

0.7.0 (May 23, 2019)

  • dependencies: upgrading to v29.0.0 of github.com/Azure/azure-sdk-for-go (#83)
  • dependencies: upgrading to v11.7.0 of github.com/Azure/go-autorest (#83)
  • dependencies: upgrading to v0.12.0 of github.com/hashicorp/terraform (#86)

0.6.0 (April 19, 2019)

NOTES:

  • This release includes a Terraform SDK upgrade with compatibility for Terraform v0.12. The provider remains backwards compatible with Terraform v0.11 and there should not be any significant behavioural changes. (#75)

0.5.0 (April 05, 2019)

IMPROVEMENTS:

  • dependencies: switching to Go Modules (#70)
  • dependencies: upgrading to Go 1.11 (#53)
  • dependencies: upgrading to version 21.3.0 of github.com/Azure/azure-sdk-for-go (#53)
  • dependencies: upgrading to terraform 0.11.13 (#78)
  • authentication: switching to use the new authentication package (#54)
  • authentication: support for Client Certificate authentication (#56)
  • authentication: support for CLI authentication (#57)

BUG FIXES:

  • azurestack_virtual_network_gateway - will no longer panic when the API/SDK return an empty bgp_settings property (#71)

0.4.0 (September 18, 2018)

  • New Resource: azurestack_route_table (#26)
  • New Resource: azurestack_route (#27)
  • New Resource: azurestack_template_deployment (#33)
  • New Resource: azurestack_virtual_machine_scale_set (#15)
  • New Resource: azurestack_virtual_network_gateway (#31)
  • New Resource: azurestack_virtual_network_gateway_connection (#35)
  • New Data Source: azurestack_public_ip (#34)
  • New Data Source: azurestack_route_table (#26)
  • New Data Source: azurestack_subnet (#34)
  • New Data Source: azurestack_virtual_network_gateway (#31)

IMPROVEMENTS:

  • dependencies: upgrading to v20.1.0 of github.com/Azure/azure-sdk-for-go (#38)
  • dependencies: upgrading to v10.15.4 of github.com/Azure/go-autorest (#38)

BUG FIXES:

  • azurestack_public_ip - now correctly reading and importing the idle_timeout_in_minutes property (#42)

0.3.0 (August 13, 2018)

  • New Resource: azurestack_lb (#16)
  • New Resource: azurestack_lb_backend_address_pool (#21)
  • New Resource: azurestack_lb_nat_rule (#22)
  • New Resource: azurestack_lb_nat_pool (#24)
  • New Resource: azurestack_lb_probe (#23)
  • New Resource: azurestack_lb_rule (#25)

0.2.0 (July 26, 2018)

  • New Resource: azurestack_local_network_gateway (#13)
  • New Data Source: azurestack_client_config (#9)

0.1.0 (June 19, 2018)

  • Initial Release