Update CHANGELOG.md
This commit is contained in:
parent
acf9aab692
commit
4519ba4cb9
|
@ -13,6 +13,7 @@ IMPROVEMENTS:
|
|||
* provider/aws: Export `arn` of `aws_autoscaling_group` [GH-8503]
|
||||
* provider/aws: More robust handling of Lambda function archives hosted on S3 [GH-6860]
|
||||
* provider/aws: `name_regex` attribute for local post-filtering of `aws_ami` data source results [GH-8403]
|
||||
* provider/statuscake: Add support for contact-group id in statuscake test [GH-8417]
|
||||
|
||||
BUG FIXES:
|
||||
* core: JSON configuration with resources with a single key parse properly [GH-8485]
|
||||
|
@ -24,7 +25,7 @@ BUG FIXES:
|
|||
* provider/aws: `aws_volume_attachment` detachment errors are caught [GH-8479]
|
||||
* provider/aws: Refresh `aws_route` from state if `aws_route_table` not found [GH-8443]
|
||||
* provider/aws: Increase `aws_route_table` timeouts from 1 min to 2 mins [GH-8465]
|
||||
* provider/aws: Remove unsafe ptr dereferencing from ECS/ECR GH-8514]
|
||||
* provider/aws: Remove unsafe ptr dereferencing from ECS/ECR [GH-8514]
|
||||
* provider/github: Remove unsafe ptr dereferencing [GH-8512]
|
||||
* provider/chef: Fix "invalid header" errors that could occur [GH-8382]
|
||||
|
||||
|
|
Loading…
Reference in New Issue