|
1 | | -## 0.8.2 (unreleased) |
| 1 | +## 0.8.2 (December 21, 2016) |
2 | 2 |
|
3 | 3 | BACKWARDS INCOMPATIBILITIES / NOTES: |
4 | 4 |
|
5 | | - * `aws_lambda_function` Please note that `runtime` is now a required field as AWS have deprecated the use of nodejs 0.10 in lambda functions [GH-9724] |
| 5 | + * `aws_lambda_function` Please note that `runtime` is now a required field as AWS have deprecated the use of nodejs 0.10 in lambda functions ([#9724](https://github.com/hashicorp/terraform/issues/9724)) |
6 | 6 |
|
7 | 7 | FEATURES: |
8 | 8 |
|
9 | | - * **New Provider:** `New Relic` [GH-10317] |
10 | | - * **New Resource:** `aws_ses_configuration_set` [GH-10735] |
11 | | - * **New Resource:** `aws_ses_event_destination` [GH-10735] |
12 | | - * **New Resource:** `azurerm_redis_cache` [GH-10184] |
13 | | - * **New Resource:** `ultradns_dirpool` [GH-9788] |
14 | | - * **New Resource:** `ultradns_probe_http` [GH-9788] |
15 | | - * **New Resource:** `ultradns_probe_ping` [GH-9788] |
16 | | - * **New Resource:** `ultradns_record` [GH-9788] |
17 | | - * **New Resource:** `ultradns_tcpool` [GH-9788] |
18 | | - * **New Data Source:** `aws_iam_account_alias` [GH-10804] |
| 9 | + * **New Provider:** `New Relic` ([#10317](https://github.com/hashicorp/terraform/issues/10317)) |
| 10 | + * **New Resource:** `aws_ses_configuration_set` ([#10735](https://github.com/hashicorp/terraform/issues/10735)) |
| 11 | + * **New Resource:** `aws_ses_event_destination` ([#10735](https://github.com/hashicorp/terraform/issues/10735)) |
| 12 | + * **New Resource:** `azurerm_redis_cache` ([#10184](https://github.com/hashicorp/terraform/issues/10184)) |
| 13 | + * **New Resource:** `ultradns_dirpool` ([#9788](https://github.com/hashicorp/terraform/issues/9788)) |
| 14 | + * **New Resource:** `ultradns_probe_http` ([#9788](https://github.com/hashicorp/terraform/issues/9788)) |
| 15 | + * **New Resource:** `ultradns_probe_ping` ([#9788](https://github.com/hashicorp/terraform/issues/9788)) |
| 16 | + * **New Resource:** `ultradns_record` ([#9788](https://github.com/hashicorp/terraform/issues/9788)) |
| 17 | + * **New Resource:** `ultradns_tcpool` ([#9788](https://github.com/hashicorp/terraform/issues/9788)) |
| 18 | + * **New Data Source:** `aws_iam_account_alias` ([#10804](https://github.com/hashicorp/terraform/issues/10804)) |
19 | 19 |
|
20 | 20 | IMPROVEMENTS: |
21 | 21 |
|
22 | | - * provider/aws: Add support for BinaryMediaTypes and ContentHandling to AWS API Gateway [GH-10776] |
23 | | - * provider/aws: Deprecated aws_lambda_function nodejs runtime in favor of nodejs4.3 [GH-9724] |
24 | | - * provider/aws: Support updating of aws_db_instance db_subnet_group_name [GH-10818] |
25 | | - * provider/aws: Allow update to RDS password when restoring from snapshot [GH-8622] |
26 | | - * provider/azurerm: add support for tags to dns_zone [GH-10750] |
27 | | - * provider/pagerduty pagerduty_schedule - support for start_day_of_week (schedule restriction) [GH-10069] |
28 | | - * state/remote/swift: add support for token authentication [GH-10866] |
| 22 | + * provider/aws: Add support for BinaryMediaTypes and ContentHandling to AWS API Gateway ([#10776](https://github.com/hashicorp/terraform/issues/10776)) |
| 23 | + * provider/aws: Deprecated aws_lambda_function nodejs runtime in favor of nodejs4.3 ([#9724](https://github.com/hashicorp/terraform/issues/9724)) |
| 24 | + * provider/aws: Support updating of aws_db_instance db_subnet_group_name ([#10818](https://github.com/hashicorp/terraform/issues/10818)) |
| 25 | + * provider/aws: Allow update to RDS password when restoring from snapshot ([#8622](https://github.com/hashicorp/terraform/issues/8622)) |
| 26 | + * provider/azurerm: add support for tags to dns_zone ([#10750](https://github.com/hashicorp/terraform/issues/10750)) |
| 27 | + * provider/pagerduty pagerduty_schedule - support for start_day_of_week (schedule restriction) ([#10069](https://github.com/hashicorp/terraform/issues/10069)) |
| 28 | + * state/remote/swift: add support for token authentication ([#10866](https://github.com/hashicorp/terraform/issues/10866)) |
29 | 29 |
|
30 | 30 | BUG FIXES: |
31 | 31 |
|
32 | | - * core: Improve validation for provider aliases to allow inheritance in moduels. [GH-10807] |
33 | | - * core: Math operations always prefer floating point if an argument is floating point. [GH-10886] |
34 | | - * core: Strings are implicitly converted to integers/floats for comparison. [GH-10886] |
35 | | - * provider/aws: Fixed crash in `data_source_ami` with empty `owner` value [GH-10763] |
36 | | - * provider/aws: Require `master_username` and `master_password` if no snapshot given in Redshift Cluster [GH-9837] |
37 | | - * provider/azurerm: fix network_interface.ip_configuration hash for load balancers [GH-10834] |
38 | | - * provider/docker: Fix regression, 'cert_path' stop working [GH-10801] |
39 | | - * provider/google: Use node_version during google_container_cluster creation [GH-10817] |
40 | | - * provider/openstack: Handle Volume Creation Errors [GH-10821] |
| 32 | + * core: Improve validation for provider aliases to allow inheritance in moduels. ([#10807](https://github.com/hashicorp/terraform/issues/10807)) |
| 33 | + * core: Math operations always prefer floating point if an argument is floating point. ([#10886](https://github.com/hashicorp/terraform/issues/10886)) |
| 34 | + * core: Strings are implicitly converted to integers/floats for comparison. ([#10886](https://github.com/hashicorp/terraform/issues/10886)) |
| 35 | + * provider/aws: Fixed crash in `data_source_ami` with empty `owner` value ([#10763](https://github.com/hashicorp/terraform/issues/10763)) |
| 36 | + * provider/aws: Require `master_username` and `master_password` if no snapshot given in Redshift Cluster ([#9837](https://github.com/hashicorp/terraform/issues/9837)) |
| 37 | + * provider/azurerm: fix network_interface.ip_configuration hash for load balancers ([#10834](https://github.com/hashicorp/terraform/issues/10834)) |
| 38 | + * provider/docker: Fix regression, 'cert_path' stop working ([#10801](https://github.com/hashicorp/terraform/issues/10801)) |
| 39 | + * provider/google: Use node_version during google_container_cluster creation ([#10817](https://github.com/hashicorp/terraform/issues/10817)) |
| 40 | + * provider/openstack: Handle Volume Creation Errors ([#10821](https://github.com/hashicorp/terraform/issues/10821)) |
41 | 41 |
|
42 | 42 | ## 0.8.1 (December 14, 2016) |
43 | 43 |
|
|
0 commit comments