Skip to content

Commit

Permalink
v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jen20 committed Oct 18, 2016
1 parent 1b0cad1 commit fa6a83e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
## 0.7.7 (Unreleased)
## 0.7.7 (October 18, 2016)

FEATURES:

* **New Data Source:** `scaleway_bootsscript`. [GH-9386]
* **New Data Source:** `scaleway_bootsscript`. ([#9386](https://github.com/hashicorp/terraform/issues/9386))
* **New Data Source:** `scaleway_image`. [GH9386]

IMPROVEMENTS:

* provider/aws: Expose ARN for `aws_lambda_alias`. [GH-9390]
* provider/aws: Add support for AWS US East (Ohio) region. [GH-9414]
* provider/scaleway: `scaleway_ip`, `scaleway_security_group`, `scalway_server` and `scaleway_volume` resources can now be imported. [GH-9387]
* provider/aws: Expose ARN for `aws_lambda_alias`. ([#9390](https://github.com/hashicorp/terraform/issues/9390))
* provider/aws: Add support for AWS US East (Ohio) region. ([#9414](https://github.com/hashicorp/terraform/issues/9414))
* provider/scaleway: `scaleway_ip`, `scaleway_security_group`, `scalway_server` and `scaleway_volume` resources can now be imported. ([#9387](https://github.com/hashicorp/terraform/issues/9387))

BUG FIXES:

* core: List and map indexes support arithmetic. [GH-9372]
* core: List and map indexes are implicitly converted to the correct type if possible. [GH-9372]
* provider/aws: Read back `aassociate_public_ip_address` in `aws_launch_configuration` resources to enable importing. [GH-9399]
* provider/aws: Remove `aws_route` resources from state if their associated `aws_route_table` has been removed. [GH-9431]
* provider/azurerm: Load balancer resources now have their `id` attribute set to the resource URI instead of the load balancer URI. [GH-9401]
* provider/google: Fix a bug causing a crash when migrating `google_compute_target_pool` resources from 0.6.x releases. [GH-9370]
* core: List and map indexes support arithmetic. ([#9372](https://github.com/hashicorp/terraform/issues/9372))
* core: List and map indexes are implicitly converted to the correct type if possible. ([#9372](https://github.com/hashicorp/terraform/issues/9372))
* provider/aws: Read back `aassociate_public_ip_address` in `aws_launch_configuration` resources to enable importing. ([#9399](https://github.com/hashicorp/terraform/issues/9399))
* provider/aws: Remove `aws_route` resources from state if their associated `aws_route_table` has been removed. ([#9431](https://github.com/hashicorp/terraform/issues/9431))
* provider/azurerm: Load balancer resources now have their `id` attribute set to the resource URI instead of the load balancer URI. ([#9401](https://github.com/hashicorp/terraform/issues/9401))
* provider/google: Fix a bug causing a crash when migrating `google_compute_target_pool` resources from 0.6.x releases. ([#9370](https://github.com/hashicorp/terraform/issues/9370))

## 0.7.6 (October 14, 2016)

Expand Down
2 changes: 1 addition & 1 deletion terraform/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Version = "0.7.7"
// 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
Expand Down
2 changes: 1 addition & 1 deletion website/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

activate :hashicorp do |h|
h.name = "terraform"
h.version = "0.7.6"
h.version = "0.7.7"
h.github_slug = "hashicorp/terraform"
end

0 comments on commit fa6a83e

Please # to comment.