Skip to content

Commit

Permalink
Terraform version 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestoyer committed Jul 5, 2017
1 parent ffbeca9 commit 90a9a19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.10</version>
<version>0.9.11</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,14 +22,14 @@ 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.10 (not yet released)
## 0.9.11 (Jul 3, 2017)

BUG FIXES:

* core: Hotfix for issue where state index wasn't getting properly incremented when applying a change containing only data source updates and/or resource drift. (That is, state changes made during refresh.) This issue is significant only for the "atlas" backend, since that backend verifies on the server that state serial numbers are being used consistently. ([#15423](https://github.com/hashicorp/terraform/issues/15423))
* core: Hotfix for issue where a state from a plan was reported as not equal to the same state stored to a backend. This arose from the fix for the previous issue where the incorrect copy of the state was being used when applying with a plan. ([#15460](https://github.com/hashicorp/terraform/issues/15460))

## Previous Releases
For more information on previous releases, check out the changelog on [GitHub](https://github.com/hashicorp/terraform/blob/v0.9.10/CHANGELOG.md).
For more information on previous releases, check out the changelog on [GitHub](https://github.com/hashicorp/terraform/blob/v0.9.11/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 = '285d441907cc243f9679e459ae114c22aeb45ffee39439cf7e151c6ebe8fcf68'
$checksum64 = '08174d714eaa1c5bd13dd116adba62809d6860383ba90638dc330a0133dbb519'
$url = 'https://releases.hashicorp.com/terraform/0.9.10/terraform_0.9.10_windows_386.zip'
$url64bit = 'https://releases.hashicorp.com/terraform/0.9.10/terraform_0.9.10_windows_amd64.zip'
$checksum = 'de4bd25dab3df6fabc99c8873f5123d25483ca3f99f91d533ce9b5874b1fda22'
$checksum64 = 'd3db33df518bd09d85858cad5aed5aebf92bea28815f500dfcaa231ba762e5e7'
$url = 'https://releases.hashicorp.com/terraform/0.9.11/terraform_0.9.11_windows_386.zip'
$url64bit = 'https://releases.hashicorp.com/terraform/0.9.11/terraform_0.9.11_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 90a9a19

Please sign in to comment.