Skip to content

Commit 7c25ef8

Browse files
committed
v0.9.1
1 parent 38d29b6 commit 7c25ef8

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

CHANGELOG.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
## 0.9.1 (unreleased)
1+
## 0.9.1 (March 17, 2017)
22

33
BACKWARDS IMCOMPATIBILITIES / NOTES:
44

5-
* provider/pagerduty: the deprecated `name_regex` field has been removed from vendor data source [GH-12396]
5+
* provider/pagerduty: the deprecated `name_regex` field has been removed from vendor data source ([#12396](https://github.com/hashicorp/terraform/issues/12396))
66

77
FEATURES:
88

9-
* **New Provider:** `kubernetes` [GH-12372]
10-
* **New Resource:** `kubernetes_namespace` [GH-12372]
11-
* **New Resource:** `kubernetes_config_map` [GH-12753]
12-
* **New Data Source:** `dns_a_record_set` [GH-12744]
13-
* **New Data Source:** `dns_cname_record_set` [GH-12744]
14-
* **New Data Source:** `dns_txt_record_set` [GH-12744]
9+
* **New Provider:** `kubernetes` ([#12372](https://github.com/hashicorp/terraform/issues/12372))
10+
* **New Resource:** `kubernetes_namespace` ([#12372](https://github.com/hashicorp/terraform/issues/12372))
11+
* **New Resource:** `kubernetes_config_map` ([#12753](https://github.com/hashicorp/terraform/issues/12753))
12+
* **New Data Source:** `dns_a_record_set` ([#12744](https://github.com/hashicorp/terraform/issues/12744))
13+
* **New Data Source:** `dns_cname_record_set` ([#12744](https://github.com/hashicorp/terraform/issues/12744))
14+
* **New Data Source:** `dns_txt_record_set` ([#12744](https://github.com/hashicorp/terraform/issues/12744))
1515

1616
IMPROVEMENTS:
1717

1818
* command/init: `-backend-config` accepts `key=value` pairs
19-
* provider/aws: Improved error when failing to get S3 tags [GH-12759]
20-
* provider/aws: Validate CIDR Blocks in SG and SG rule resources [GH-12765]
21-
* provider/aws: Add KMS key tag support [GH-12243]
22-
* provider/aws: Allow `name_prefix` to be used with various IAM resources [GH-12658]
23-
* provider/openstack: Add timeout support for Compute resources [GH-12794]
24-
* provider/scaleway: expose public IPv6 information on scaleway_server [GH-12748]
19+
* provider/aws: Improved error when failing to get S3 tags ([#12759](https://github.com/hashicorp/terraform/issues/12759))
20+
* provider/aws: Validate CIDR Blocks in SG and SG rule resources ([#12765](https://github.com/hashicorp/terraform/issues/12765))
21+
* provider/aws: Add KMS key tag support ([#12243](https://github.com/hashicorp/terraform/issues/12243))
22+
* provider/aws: Allow `name_prefix` to be used with various IAM resources ([#12658](https://github.com/hashicorp/terraform/issues/12658))
23+
* provider/openstack: Add timeout support for Compute resources ([#12794](https://github.com/hashicorp/terraform/issues/12794))
24+
* provider/scaleway: expose public IPv6 information on scaleway_server ([#12748](https://github.com/hashicorp/terraform/issues/12748))
2525

2626
BUG FIXES:
2727

28-
* core: Fix panic when an undefined module is reference [GH-12793]
29-
* core: Fix regression from 0.8.x when using a data source in a module [GH-12837]
30-
* command/apply: Applies from plans with backends set will reuse the backend rather than local [GH-12785]
31-
* command/init: Changing only `-backend-config` detects changes and reconfigures [GH-12776]
32-
* command/init: Fix legacy backend init error that could occur when upgrading [GH-12818]
33-
* command/push: Detect local state and error properly [GH-12773]
34-
* command/refresh: Allow empty and non-existent state [GH-12777]
35-
* provider/aws: Get the aws_lambda_function attributes when there are great than 50 versions of a function [GH-11745]
36-
* provider/aws: Correctly check for nil cidr_block in aws_network_acl [GH-12735]
37-
* provider/aws: Stop setting weight property on route53_record read [GH-12756]
38-
* provider/google: Fix the Google provider asking for account_file input on every run [GH-12729]
39-
* provider/profitbricks: Prevent panic on profitbricks volume [GH-12819]
28+
* core: Fix panic when an undefined module is reference ([#12793](https://github.com/hashicorp/terraform/issues/12793))
29+
* core: Fix regression from 0.8.x when using a data source in a module ([#12837](https://github.com/hashicorp/terraform/issues/12837))
30+
* command/apply: Applies from plans with backends set will reuse the backend rather than local ([#12785](https://github.com/hashicorp/terraform/issues/12785))
31+
* command/init: Changing only `-backend-config` detects changes and reconfigures ([#12776](https://github.com/hashicorp/terraform/issues/12776))
32+
* command/init: Fix legacy backend init error that could occur when upgrading ([#12818](https://github.com/hashicorp/terraform/issues/12818))
33+
* command/push: Detect local state and error properly ([#12773](https://github.com/hashicorp/terraform/issues/12773))
34+
* command/refresh: Allow empty and non-existent state ([#12777](https://github.com/hashicorp/terraform/issues/12777))
35+
* provider/aws: Get the aws_lambda_function attributes when there are great than 50 versions of a function ([#11745](https://github.com/hashicorp/terraform/issues/11745))
36+
* provider/aws: Correctly check for nil cidr_block in aws_network_acl ([#12735](https://github.com/hashicorp/terraform/issues/12735))
37+
* provider/aws: Stop setting weight property on route53_record read ([#12756](https://github.com/hashicorp/terraform/issues/12756))
38+
* provider/google: Fix the Google provider asking for account_file input on every run ([#12729](https://github.com/hashicorp/terraform/issues/12729))
39+
* provider/profitbricks: Prevent panic on profitbricks volume ([#12819](https://github.com/hashicorp/terraform/issues/12819))
4040

4141

4242
## 0.9.0 (March 15, 2017)

terraform/version.go

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

0 commit comments

Comments
 (0)