Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tf-release-bot authored and TeamCity committed Sep 18, 2018
1 parent 7b8d4d9 commit 8698e81
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
## 0.4.0 (Unreleased)

* **New Resource:** `azurestack_route_table` [GH-26]
* **New Resource:** `azurestack_route` [GH-27]
* **New Resource:** `azurestack_template_deployment` [GH-33]
* **New Resource:** `azurestack_virtual_machine_scale_set` [GH-15]
* **New Resource:** `azurestack_virtual_network_gateway` [GH-31]
* **New Resource:** `azurestack_virtual_network_gateway_connection` [GH-35]
* **New Data Source:** `azurestack_public_ip` [GH-34]
* **New Data Source:** `azurestack_route_table` [GH-26]
* **New Data Source:** `azurestack_subnet` [GH-34]
* **New Data Source:** `azurestack_virtual_network_gateway` [GH-31]
## 0.4.0 (September 18, 2018)

* **New Resource:** `azurestack_route_table` ([#26](https://github.com/terraform-providers/terraform-provider-azurestack/issues/26))
* **New Resource:** `azurestack_route` ([#27](https://github.com/terraform-providers/terraform-provider-azurestack/issues/27))
* **New Resource:** `azurestack_template_deployment` ([#33](https://github.com/terraform-providers/terraform-provider-azurestack/issues/33))
* **New Resource:** `azurestack_virtual_machine_scale_set` ([#15](https://github.com/terraform-providers/terraform-provider-azurestack/issues/15))
* **New Resource:** `azurestack_virtual_network_gateway` ([#31](https://github.com/terraform-providers/terraform-provider-azurestack/issues/31))
* **New Resource:** `azurestack_virtual_network_gateway_connection` ([#35](https://github.com/terraform-providers/terraform-provider-azurestack/issues/35))
* **New Data Source:** `azurestack_public_ip` ([#34](https://github.com/terraform-providers/terraform-provider-azurestack/issues/34))
* **New Data Source:** `azurestack_route_table` ([#26](https://github.com/terraform-providers/terraform-provider-azurestack/issues/26))
* **New Data Source:** `azurestack_subnet` ([#34](https://github.com/terraform-providers/terraform-provider-azurestack/issues/34))
* **New Data Source:** `azurestack_virtual_network_gateway` ([#31](https://github.com/terraform-providers/terraform-provider-azurestack/issues/31))

IMPROVEMENTS:

* dependencies: upgrading to `v20.1.0` of `github.com/Azure/azure-sdk-for-go` [GH-38]
* dependencies: upgrading to `v10.15.4` of `github.com/Azure/go-autorest` [GH-38]
* dependencies: upgrading to `v20.1.0` of `github.com/Azure/azure-sdk-for-go` ([#38](https://github.com/terraform-providers/terraform-provider-azurestack/issues/38))
* dependencies: upgrading to `v10.15.4` of `github.com/Azure/go-autorest` ([#38](https://github.com/terraform-providers/terraform-provider-azurestack/issues/38))

BUG FIXES:

* `azurestack_public_ip` - now correctly reading and importing the `idle_timeout_in_minutes` property [GH-42]
* `azurestack_public_ip` - now correctly reading and importing the `idle_timeout_in_minutes` property ([#42](https://github.com/terraform-providers/terraform-provider-azurestack/issues/42))

## 0.3.0 (August 13, 2018)

Expand Down

0 comments on commit 8698e81

Please sign in to comment.