Skip to content

Commit b313e55

Browse files
committed
v0.7.9
1 parent 57c0cad commit b313e55

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
## 0.7.9 (Unreleased)
1+
## 0.7.9 (November 4, 2016)
22

33
FEATURES:
44

5-
* **New Data Source:** `aws_acm_certificate` [GH-8359]
6-
* **New Resource:** `aws_autoscaling_attachment` [GH-9146]
7-
* **New Resource:** `postgresql_extension` [GH-9210]
5+
* **New Data Source:** `aws_acm_certificate` ([#8359](https://github.com/hashicorp/terraform/issues/8359))
6+
* **New Resource:** `aws_autoscaling_attachment` ([#9146](https://github.com/hashicorp/terraform/issues/9146))
7+
* **New Resource:** `postgresql_extension` ([#9210](https://github.com/hashicorp/terraform/issues/9210))
88

99
IMPROVEMENTS:
1010

11-
* core: Improve shadow graph robustness by catching panics during graph evaluation. [GH-9852]
12-
* provider/aws: Provide the option to skip_destroy on aws_volume_attachment [GH-9792]
13-
* provider/aws: Allows aws_alb security_groups to be updated [GH-9804]
14-
* provider/aws: Add the enable_sni attribute for Route53 health checks. [GH-9822]
15-
* provider/openstack: Add `value_specs` to openstack_fw_rule_v1 resource, allowing vendor information [GH-9834]
16-
* state/remote/swift: Enable OpenStack Identity/Keystone v3 authentication [GH-9769]
17-
* state/remote/swift: Now supports all login/config options that the OpenStack Provider supports [GH-9777]
11+
* core: Improve shadow graph robustness by catching panics during graph evaluation. ([#9852](https://github.com/hashicorp/terraform/issues/9852))
12+
* provider/aws: Provide the option to skip_destroy on aws_volume_attachment ([#9792](https://github.com/hashicorp/terraform/issues/9792))
13+
* provider/aws: Allows aws_alb security_groups to be updated ([#9804](https://github.com/hashicorp/terraform/issues/9804))
14+
* provider/aws: Add the enable_sni attribute for Route53 health checks. ([#9822](https://github.com/hashicorp/terraform/issues/9822))
15+
* provider/openstack: Add `value_specs` to openstack_fw_rule_v1 resource, allowing vendor information ([#9834](https://github.com/hashicorp/terraform/issues/9834))
16+
* state/remote/swift: Enable OpenStack Identity/Keystone v3 authentication ([#9769](https://github.com/hashicorp/terraform/issues/9769))
17+
* state/remote/swift: Now supports all login/config options that the OpenStack Provider supports ([#9777](https://github.com/hashicorp/terraform/issues/9777))
1818

1919
BUG FIXES:
2020

21-
* core: Provisioners in modules do not crash during `apply` (regression). [GH-9846]
22-
* core: Computed bool fields with non-bool values will not crash [GH-9812]
23-
* core: `formatlist` interpolation function accepts an empty list [GH-9795]
24-
* core: Validate outputs have a name [GH-9823]
25-
* core: Validate variables have a name [GH-9818]
26-
* command/apply: If a partial set of required variables are provided with `-var`, ask for the remainder [GH-9794]
27-
* command/fmt: Multiline strings aren't erroneously indented [GH-9859]
28-
* provider/aws: Fix issue setting `certificate_upload_date` in `aws_api_gateway_domain_name` [GH-9815]
29-
* provider/azurerm: allow storage_account resource with name "$root" [GH-9813]
30-
* provider/google: fix for looking up project image families [GH-9243]
31-
* provider/openstack: Don't pass `shared` in FWaaS Policy unless it's set [GH-9830]
32-
* provider/openstack: openstack_fw_firewall_v1 `admin_state_up` should default to true [GH-9832]
21+
* core: Provisioners in modules do not crash during `apply` (regression). ([#9846](https://github.com/hashicorp/terraform/issues/9846))
22+
* core: Computed bool fields with non-bool values will not crash ([#9812](https://github.com/hashicorp/terraform/issues/9812))
23+
* core: `formatlist` interpolation function accepts an empty list ([#9795](https://github.com/hashicorp/terraform/issues/9795))
24+
* core: Validate outputs have a name ([#9823](https://github.com/hashicorp/terraform/issues/9823))
25+
* core: Validate variables have a name ([#9818](https://github.com/hashicorp/terraform/issues/9818))
26+
* command/apply: If a partial set of required variables are provided with `-var`, ask for the remainder ([#9794](https://github.com/hashicorp/terraform/issues/9794))
27+
* command/fmt: Multiline strings aren't erroneously indented ([#9859](https://github.com/hashicorp/terraform/issues/9859))
28+
* provider/aws: Fix issue setting `certificate_upload_date` in `aws_api_gateway_domain_name` ([#9815](https://github.com/hashicorp/terraform/issues/9815))
29+
* provider/azurerm: allow storage_account resource with name "$root" ([#9813](https://github.com/hashicorp/terraform/issues/9813))
30+
* provider/google: fix for looking up project image families ([#9243](https://github.com/hashicorp/terraform/issues/9243))
31+
* provider/openstack: Don't pass `shared` in FWaaS Policy unless it's set ([#9830](https://github.com/hashicorp/terraform/issues/9830))
32+
* provider/openstack: openstack_fw_firewall_v1 `admin_state_up` should default to true ([#9832](https://github.com/hashicorp/terraform/issues/9832))
3333

3434
PLUGIN CHANGES:
3535

36-
* Fields in resources can now have both `Optional` and `ConflictsWith` [GH-9825]
36+
* Fields in resources can now have both `Optional` and `ConflictsWith` ([#9825](https://github.com/hashicorp/terraform/issues/9825))
3737

3838
## 0.7.8 (November 1, 2016)
3939

terraform/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Version = "0.7.9"
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.7.8"
5+
h.version = "0.7.9"
66
h.github_slug = "hashicorp/terraform"
77
end
88

0 commit comments

Comments
 (0)