Skip to content

Commit 6dbe1fc

Browse files
authored
v1.1.0 changelog
1 parent 65e5eac commit 6dbe1fc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 1.1.0 (Unreleased)
2+
3+
FEATURES:
4+
5+
* `schema.Provider.TerraformVersion` now defaults to "v0.11+compatible" to indicate when Terraform 0.10/0.11 CLI is communicating with the plugin. [GH-52]
6+
* `terraform plan` and `terraform apply` will now warn when the `-target` option is used, to draw attention to the fact that the result of applying the plan is likely to be incomplete, and to remind to re-run `terraform plan` with no targets afterwards to ensure that the configuration has converged. [GH-182]
7+
* config: New function `parseint` for parsing strings containing digits as integers in various bases. [GH-181]
8+
* config: New function `cidrsubnets`, which is a companion to the existing function `cidrsubnet` which can allocate multiple consecutive subnet prefixes (possibly of different prefix lengths) in a single call. [GH-187]
9+
10+
BUG FIXES:
11+
12+
* Fix persistence of private data in acceptance tests. [GH-183]
13+
* command/import: fix error during import when implied provider was not used. [GH-184]
14+
* Fix evaluation errors when an indexed data source is evaluated during refresh. [GH-188]
15+
116
# 1.0.0 (September 17, 2019)
217

318
This SDK is functionally equivalent to the "legacy" SDK in `hashicorp/terraform` [`v0.12.9`](https://github.com/hashicorp/terraform/blob/v0.12.9/CHANGELOG.md).

0 commit comments

Comments
 (0)