This commit is contained in:
Mitchell Hashimoto 2016-12-21 20:03:36 +00:00
parent c7da186372
commit dd2c6da4f6
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C
3 changed files with 30 additions and 30 deletions

View File

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

View File

@ -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

View File

@ -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