You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,28 @@
1
1
## 0.7.8 (Unreleased)
2
2
3
-
BUG FIXES:
3
+
FEATURES:
4
4
5
-
* provider/aws: Fix issue importing AWS Instances and setting the correct `associate_public_ip_address` value [GH-9453]
6
-
* provider/datadog: Ignore float/int diffs on thresholds [GH-9466]
5
+
***Experimental new apply graph:**`terraform apply` is getting a new graph
6
+
creation process for 0.8. This is now available behind a flag `-Xnew-apply`
7
+
(on any command). This will become the default in 0.8. There may still be
8
+
bugs. [GH-9388]
7
9
8
10
IMPROVEMENTS:
9
11
10
12
* provider/aws: No longer require `route_table_ids` list in `aws_vpc_endpoint` resources [GH-9357]
11
13
14
+
BUG FIXES:
15
+
16
+
* provider/aws: Fix issue importing AWS Instances and setting the correct `associate_public_ip_address` value [GH-9453]
17
+
* provider/datadog: Ignore float/int diffs on thresholds [GH-9466]
12
18
13
19
## 0.7.7 (October 18, 2016)
14
20
15
21
FEATURES:
16
22
17
23
***New Data Source:**`scaleway_bootsscript`. ([#9386](https://github.com/hashicorp/terraform/issues/9386))
18
24
***New Data Source:**`scaleway_image`. [GH9386]
19
-
25
+
20
26
IMPROVEMENTS:
21
27
22
28
* core: When the environment variable TF_LOG_PATH is specified, debug logs are now appended to the specified file instead of being truncated. ([#9440](https://github.com/hashicorp/terraform/pull/9440))
@@ -66,7 +72,7 @@ IMPROVEMENTS:
66
72
* provider/azurerm: `azurerm_cdn_profile` resources can now be imported ([#9306](https://github.com/hashicorp/terraform/issues/9306))
67
73
* provider/datadog: add support for Datadog dashboard "type" and "style" options ([#9228](https://github.com/hashicorp/terraform/issues/9228))
68
74
* provider/scaleway: `region` is now supported for provider configuration
69
-
75
+
70
76
BUG FIXES:
71
77
* core: Local state can now be refreshed when no resources exist ([#7320](https://github.com/hashicorp/terraform/issues/7320))
* provider/aws: API Gateway Custom Authorizer ([#8535](https://github.com/hashicorp/terraform/issues/8535))
229
-
* provider/aws: Add MemoryReservation To `aws_ecs_container_definition` data source ([#8437](https://github.com/hashicorp/terraform/issues/8437))
235
+
* provider/aws: Add MemoryReservation To `aws_ecs_container_definition` data source ([#8437](https://github.com/hashicorp/terraform/issues/8437))
230
236
* provider/aws: Add ability Enable/Disable For ELB Access logs ([#8438](https://github.com/hashicorp/terraform/issues/8438))
231
237
* provider/aws: Add support for assuming a role prior to performing API operations ([#8638](https://github.com/hashicorp/terraform/issues/8638))
232
238
* provider/aws: Export `arn` of `aws_autoscaling_group` ([#8503](https://github.com/hashicorp/terraform/issues/8503))
@@ -236,14 +242,14 @@ IMPROVEMENTS:
236
242
* provider/aws: Support for lifecycle hooks at ASG creation ([#5620](https://github.com/hashicorp/terraform/issues/5620))
237
243
* provider/consul: Make provider settings truly optional ([#8551](https://github.com/hashicorp/terraform/issues/8551))
238
244
* provider/statuscake: Add support for contact-group id in statuscake test ([#8417](https://github.com/hashicorp/terraform/issues/8417))
239
-
245
+
240
246
BUG FIXES:
241
247
* core: Changing a module source from file to VCS no longer errors ([#8398](https://github.com/hashicorp/terraform/issues/8398))
242
248
* core: Configuration is now validated prior to input, fixing an obscure parse error when attempting to interpolate a count ([#8591](https://github.com/hashicorp/terraform/issues/8591))
243
249
* core: JSON configuration with resources with a single key parse properly ([#8485](https://github.com/hashicorp/terraform/issues/8485))
244
250
* core: States with duplicate modules are detected and an error is shown ([#8463](https://github.com/hashicorp/terraform/issues/8463))
245
251
* core: Validate uniqueness of variables/outputs in a module ([#8482](https://github.com/hashicorp/terraform/issues/8482))
246
-
* core: `-var` flag inputs starting with `/` work
252
+
* core: `-var` flag inputs starting with `/` work
247
253
* core: `-var` flag inputs starting with a number work and was fixed in such a way that this should overall be a lot more resilient to inputs ([#8044](https://github.com/hashicorp/terraform/issues/8044))
0 commit comments