Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grubernaut committed Aug 2, 2017
1 parent 94a1ca7 commit 2041053
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.10.0 (Unreleased)
## 0.10.0 (August 2, 2017)

**This is the complete 0.9.11 to 0.10.0 CHANGELOG**

Expand Down Expand Up @@ -37,15 +37,15 @@ FEATURES:

* **Separate Provider Releases:** Providers are now released independently from Terraform.
* **Automatic Provider Installation:** The required providers will be automatically installed during `terraform init`.
* **Provider Constraints:** Provider are now versioned, and version constraints may be declared in the configuration.
* **Provider Constraints:** Provider are now versioned, and version constraints may be declared in the configuration.

PROVIDERS:

* Providers now maintain their own CHANGELOGs in their respective repositories: [terraform-providers](https://github.com/terraform-providers)

IMPROVEMENTS:

* cli: Add a `-from-module` flag to `terraform init` to re-introduce the legacy `terraform init` behavior of fetching a module. [GH-15666]
* cli: Add a `-from-module` flag to `terraform init` to re-introduce the legacy `terraform init` behavior of fetching a module. ([#15666](https://github.com/hashicorp/terraform/issues/15666))
* backend/s3: Add `workspace_key_prefix` to allow a user-configurable prefix for workspaces in the S3 Backend. ([#15370](https://github.com/hashicorp/terraform/issues/15370))
* cli: `terraform apply` now has an option `-auto-approve=false` that produces an interactive prompt to approve the generated plan. This will become the default workflow in a future Terraform version. ([#7251](https://github.com/hashicorp/terraform/issues/7251))
* cli: `terraform workspace show` command prints the current workspace name in a way that's more convenient for processing in wrapper scripts. ([#15157](https://github.com/hashicorp/terraform/issues/15157))
Expand All @@ -60,7 +60,7 @@ IMPROVEMENTS:

BUG FIXES:

* provisioner/chef: fix panic [GH-15617]
* provisioner/chef: fix panic ([#15617](https://github.com/hashicorp/terraform/issues/15617))
* Don't show a message about the path to the state file if the state is remote ([#15435](https://github.com/hashicorp/terraform/issues/15435))
* Fix crash when `terraform graph` is run with no configuration ([#15588](https://github.com/hashicorp/terraform/issues/15588))
* Handle correctly the `.exe` suffix on locally-compiled provider plugins on Windows systems. ([#15587](https://github.com/hashicorp/terraform/issues/15587))
Expand All @@ -82,15 +82,15 @@ INTERNAL CHANGES:
* helper/schema: Force field names to be alphanum lowercase + underscores ([#15562](https://github.com/hashicorp/terraform/issues/15562))


## 0.10.0-rc1 to 0.10.0 (Unreleased)
## 0.10.0-rc1 to 0.10.0 (August 2, 2017)

BUG FIXES:
BUG FIXES:

* provisioner/chef: fix panic [GH-15617]
* provisioner/chef: fix panic ([#15617](https://github.com/hashicorp/terraform/issues/15617))

IMPROVEMENTS:

* cli: Add a `-from-module` flag to `terraform init` to re-introduce the legacy `terraform init` behavior of fetching a module. [GH-15666]
* cli: Add a `-from-module` flag to `terraform init` to re-introduce the legacy `terraform init` behavior of fetching a module. ([#15666](https://github.com/hashicorp/terraform/issues/15666))


## 0.10.0-rc1 (July 19, 2017)
Expand Down

0 comments on commit 2041053

Please sign in to comment.