Skip to content

Commit dd2c6da

Browse files
committed
v0.8.2
1 parent c7da186 commit dd2c6da

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

CHANGELOG.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
## 0.8.2 (unreleased)
1+
## 0.8.2 (December 21, 2016)
22

33
BACKWARDS INCOMPATIBILITIES / NOTES:
44

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))
66

77
FEATURES:
88

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))
1919

2020
IMPROVEMENTS:
2121

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))
2929

3030
BUG FIXES:
3131

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))
4141

4242
## 0.8.1 (December 14, 2016)
4343

terraform/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Version = "0.8.2"
1212
// A pre-release marker for the version. If this is "" (empty string)
1313
// then it means that it is a final release. Otherwise, this is a pre-release
1414
// such as "dev" (in development), "beta", "rc1", etc.
15-
const VersionPrerelease = "dev"
15+
const VersionPrerelease = ""
1616

1717
// SemVersion is an instance of version.Version. This has the secondary
1818
// benefit of verifying during tests and init time that our version is a

website/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
activate :hashicorp do |h|
44
h.name = "terraform"
5-
h.version = "0.8.1"
5+
h.version = "0.8.2"
66
h.github_slug = "hashicorp/terraform"
77
end
88

0 commit comments

Comments
 (0)