From dd2c6da4f6226b5ccd0601a15bba197fc223b1ec Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 21 Dec 2016 20:03:36 +0000 Subject: [PATCH] v0.8.2 --- CHANGELOG.md | 56 ++++++++++++++++++++++---------------------- terraform/version.go | 2 +- website/config.rb | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc0b81f22..9f90b48004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,43 +1,43 @@ -## 0.8.2 (unreleased) +## 0.8.2 (December 21, 2016) BACKWARDS INCOMPATIBILITIES / NOTES: - * `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] + * `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)) FEATURES: - * **New Provider:** `New Relic` [GH-10317] - * **New Resource:** `aws_ses_configuration_set` [GH-10735] - * **New Resource:** `aws_ses_event_destination` [GH-10735] - * **New Resource:** `azurerm_redis_cache` [GH-10184] - * **New Resource:** `ultradns_dirpool` [GH-9788] - * **New Resource:** `ultradns_probe_http` [GH-9788] - * **New Resource:** `ultradns_probe_ping` [GH-9788] - * **New Resource:** `ultradns_record` [GH-9788] - * **New Resource:** `ultradns_tcpool` [GH-9788] - * **New Data Source:** `aws_iam_account_alias` [GH-10804] + * **New Provider:** `New Relic` ([#10317](https://github.com/hashicorp/terraform/issues/10317)) + * **New Resource:** `aws_ses_configuration_set` ([#10735](https://github.com/hashicorp/terraform/issues/10735)) + * **New Resource:** `aws_ses_event_destination` ([#10735](https://github.com/hashicorp/terraform/issues/10735)) + * **New Resource:** `azurerm_redis_cache` ([#10184](https://github.com/hashicorp/terraform/issues/10184)) + * **New Resource:** `ultradns_dirpool` ([#9788](https://github.com/hashicorp/terraform/issues/9788)) + * **New Resource:** `ultradns_probe_http` ([#9788](https://github.com/hashicorp/terraform/issues/9788)) + * **New Resource:** `ultradns_probe_ping` ([#9788](https://github.com/hashicorp/terraform/issues/9788)) + * **New Resource:** `ultradns_record` ([#9788](https://github.com/hashicorp/terraform/issues/9788)) + * **New Resource:** `ultradns_tcpool` ([#9788](https://github.com/hashicorp/terraform/issues/9788)) + * **New Data Source:** `aws_iam_account_alias` ([#10804](https://github.com/hashicorp/terraform/issues/10804)) IMPROVEMENTS: - * provider/aws: Add support for BinaryMediaTypes and ContentHandling to AWS API Gateway [GH-10776] - * provider/aws: Deprecated aws_lambda_function nodejs runtime in favor of nodejs4.3 [GH-9724] - * provider/aws: Support updating of aws_db_instance db_subnet_group_name [GH-10818] - * provider/aws: Allow update to RDS password when restoring from snapshot [GH-8622] - * provider/azurerm: add support for tags to dns_zone [GH-10750] - * provider/pagerduty pagerduty_schedule - support for start_day_of_week (schedule restriction) [GH-10069] - * state/remote/swift: add support for token authentication [GH-10866] + * provider/aws: Add support for BinaryMediaTypes and ContentHandling to AWS API Gateway ([#10776](https://github.com/hashicorp/terraform/issues/10776)) + * provider/aws: Deprecated aws_lambda_function nodejs runtime in favor of nodejs4.3 ([#9724](https://github.com/hashicorp/terraform/issues/9724)) + * provider/aws: Support updating of aws_db_instance db_subnet_group_name ([#10818](https://github.com/hashicorp/terraform/issues/10818)) + * provider/aws: Allow update to RDS password when restoring from snapshot ([#8622](https://github.com/hashicorp/terraform/issues/8622)) + * provider/azurerm: add support for tags to dns_zone ([#10750](https://github.com/hashicorp/terraform/issues/10750)) + * provider/pagerduty pagerduty_schedule - support for start_day_of_week (schedule restriction) ([#10069](https://github.com/hashicorp/terraform/issues/10069)) + * state/remote/swift: add support for token authentication ([#10866](https://github.com/hashicorp/terraform/issues/10866)) BUG FIXES: - * core: Improve validation for provider aliases to allow inheritance in moduels. [GH-10807] - * core: Math operations always prefer floating point if an argument is floating point. [GH-10886] - * core: Strings are implicitly converted to integers/floats for comparison. [GH-10886] - * provider/aws: Fixed crash in `data_source_ami` with empty `owner` value [GH-10763] - * provider/aws: Require `master_username` and `master_password` if no snapshot given in Redshift Cluster [GH-9837] - * provider/azurerm: fix network_interface.ip_configuration hash for load balancers [GH-10834] - * provider/docker: Fix regression, 'cert_path' stop working [GH-10801] - * provider/google: Use node_version during google_container_cluster creation [GH-10817] - * provider/openstack: Handle Volume Creation Errors [GH-10821] + * core: Improve validation for provider aliases to allow inheritance in moduels. ([#10807](https://github.com/hashicorp/terraform/issues/10807)) + * core: Math operations always prefer floating point if an argument is floating point. ([#10886](https://github.com/hashicorp/terraform/issues/10886)) + * core: Strings are implicitly converted to integers/floats for comparison. ([#10886](https://github.com/hashicorp/terraform/issues/10886)) + * provider/aws: Fixed crash in `data_source_ami` with empty `owner` value ([#10763](https://github.com/hashicorp/terraform/issues/10763)) + * provider/aws: Require `master_username` and `master_password` if no snapshot given in Redshift Cluster ([#9837](https://github.com/hashicorp/terraform/issues/9837)) + * provider/azurerm: fix network_interface.ip_configuration hash for load balancers ([#10834](https://github.com/hashicorp/terraform/issues/10834)) + * provider/docker: Fix regression, 'cert_path' stop working ([#10801](https://github.com/hashicorp/terraform/issues/10801)) + * provider/google: Use node_version during google_container_cluster creation ([#10817](https://github.com/hashicorp/terraform/issues/10817)) + * provider/openstack: Handle Volume Creation Errors ([#10821](https://github.com/hashicorp/terraform/issues/10821)) ## 0.8.1 (December 14, 2016) diff --git a/terraform/version.go b/terraform/version.go index f8e879764c..c98c5c4a5e 100644 --- a/terraform/version.go +++ b/terraform/version.go @@ -12,7 +12,7 @@ const Version = "0.8.2" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release // such as "dev" (in development), "beta", "rc1", etc. -const VersionPrerelease = "dev" +const VersionPrerelease = "" // SemVersion is an instance of version.Version. This has the secondary // benefit of verifying during tests and init time that our version is a diff --git a/website/config.rb b/website/config.rb index bf347cdc97..c45bbffb84 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ set :base_url, "https://www.terraform.io/" activate :hashicorp do |h| h.name = "terraform" - h.version = "0.8.1" + h.version = "0.8.2" h.github_slug = "hashicorp/terraform" end