Skip to content

Commit

Permalink
Terraform version 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestoyer committed Jul 5, 2017
1 parent d1e88da commit 0775784
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
18 changes: 5 additions & 13 deletions terraform/terraform.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>terraform</id>
<title>Terraform</title>
<version>0.9.8</version>
<version>0.9.9</version>
<authors>Mitchell Hashimoto, HashiCorp</authors>
<owners>James Toyer</owners>
<summary>Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions.</summary>
Expand All @@ -22,23 +22,15 @@ The key features of Terraform are:
For more information, see the [introduction section](http://www.terraform.io/intro) of the Terraform website.
</description>
<releaseNotes>
## 0.9.8 (June 7, 2017)

NOTE:

* The 0.9.7 release had a bug with its new feature of periodically persisting state to the backend during an apply, as part of [[#14834](https://github.com/hashicorp/terraform/issues/14834)]. This change has been reverted in this release and will be re-introduced at a later time once it has been made to work properly.

IMPROVEMENTS:

* provider/google: `network` argument in `google_compute_instance_group` is now optional ([#13493](https://github.com/hashicorp/terraform/issues/13493))
* provider/google: Add support for `draining_timeout_sec` to `google_compute_backend_service`. ([#14559](https://github.com/hashicorp/terraform/issues/14559))
## 0.9.9 (June 26, 2017)

BUG FIXES:

* provider/aws: fixed reading network configurations for `spot_fleet_request` ([#13748](https://github.com/hashicorp/terraform/issues/13748))
* provisioner/file: Refactor the provisioner validation function to prevent false positives ([#15273](https://github.com/hashicorp/terraform/issues/15273))
* provisioner/chef: Prevent a panic while trying to read the connection info ([#15271](https://github.com/hashicorp/terraform/issues/15271))

## Previous Releases
For more information on previous releases, check out the changelog on [GitHub](https://github.com/hashicorp/terraform/blob/v0.9.8/CHANGELOG.md).
For more information on previous releases, check out the changelog on [GitHub](https://github.com/hashicorp/terraform/blob/v0.9.9/CHANGELOG.md).
</releaseNotes>
<projectUrl>http://www.terraform.io</projectUrl>
<docsUrl>https://www.terraform.io/docs/index.html</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions terraform/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$checksum = '2e2701ac76c07b08d051b4b4557ff2a2c7d5d4b72415afa4cc99f356358df019'
$checksum64 = '1b1632d2f574d3f6033fbfabacc4cef16973c5e32585820c70f9a2e42e526b4a'
$url = 'https://releases.hashicorp.com/terraform/0.9.8/terraform_0.9.8_windows_386.zip'
$url64bit = 'https://releases.hashicorp.com/terraform/0.9.8/terraform_0.9.8_windows_amd64.zip'
$checksum = 'c37719e1d53efc4909ed24660f1354ac6ce57b4034bc499320833e4a7103cd3b'
$checksum64 = '96f03e81b49de1b8d2dd4f385680b520bd63d27d318ccd771d5997c41bef5510'
$url = 'https://releases.hashicorp.com/terraform/0.9.9/terraform_0.9.9_windows_386.zip'
$url64bit = 'https://releases.hashicorp.com/terraform/0.9.9/terraform_0.9.9_windows_amd64.zip'
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

if ([System.IO.Directory]::Exists("$env:ChocolateyInstall\lib\terraform")) {
Expand Down

0 comments on commit 0775784

Please sign in to comment.