Skip to content

Commit a54c347

Browse files
committed
v0.8.1
1 parent 4755e21 commit a54c347

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
## 0.8.1 (unreleased)
1+
## 0.8.1 (December 14, 2016)
22

33
IMPROVEMENTS:
44

5-
* provider/aws: Support eu-west-2 [GH-10470]
6-
* provider/aws: Improved the SNS topic subscription protocols validation [GH-10704]
7-
* providers/google: Add subnetwork_project field to enable cross-project networking [GH-9662]
8-
* provider/pagerduty: Allow 'team_responder' role for pagerduty_user resource [GH-10728]
5+
* provider/aws: Support eu-west-2 ([#10470](https://github.com/hashicorp/terraform/issues/10470))
6+
* provider/aws: Improved the SNS topic subscription protocols validation ([#10704](https://github.com/hashicorp/terraform/issues/10704))
7+
* providers/google: Add subnetwork_project field to enable cross-project networking ([#9662](https://github.com/hashicorp/terraform/issues/9662))
8+
* provider/pagerduty: Allow 'team_responder' role for pagerduty_user resource ([#10728](https://github.com/hashicorp/terraform/issues/10728))
99

1010
BUG FIXES:
1111

12-
* core: Handle whitespace around the key in the `-var` flag. [GH-10717]
13-
* core: `terraform` block works in the presence of `_override` files [GH-10715]
14-
* core: Fix error when a provider in a module only referenced a variable [GH-10719]
15-
* core: Destroy ordering for resources that depend on each other across modules is correct [GH-745]
12+
* core: Handle whitespace around the key in the `-var` flag. ([#10717](https://github.com/hashicorp/terraform/issues/10717))
13+
* core: `terraform` block works in the presence of `_override` files ([#10715](https://github.com/hashicorp/terraform/issues/10715))
14+
* core: Fix error when a provider in a module only referenced a variable ([#10719](https://github.com/hashicorp/terraform/issues/10719))
15+
* core: Destroy ordering for resources that depend on each other across modules is correct ([#745](https://github.com/hashicorp/terraform/issues/745))
1616

1717
DEPRECATION REMOVALS:
1818

19-
* provider/aws: Removed deprecated `parameter_group` from `aws_rds_cluster` [GH-10733]
19+
* provider/aws: Removed deprecated `parameter_group` from `aws_rds_cluster` ([#10733](https://github.com/hashicorp/terraform/issues/10733))
2020

2121
## 0.8.0 (December 13, 2016)
2222

terraform/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Version = "0.8.1"
1212
// A pre-release marker for the version. If this is "" (empty string)
1313
// then it means that it is a final release. Otherwise, this is a pre-release
1414
// such as "dev" (in development), "beta", "rc1", etc.
15-
const VersionPrerelease = "dev"
15+
const VersionPrerelease = ""
1616

1717
// SemVersion is an instance of version.Version. This has the secondary
1818
// benefit of verifying during tests and init time that our version is a

website/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
activate :hashicorp do |h|
44
h.name = "terraform"
5-
h.version = "0.8.0"
5+
h.version = "0.8.1"
66
h.github_slug = "hashicorp/terraform"
77
end
88

0 commit comments

Comments
 (0)