From f118e02ecd5d2c85cfe7f9f6b986a7f5723b3da4 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Sat, 16 Apr 2016 22:58:25 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86bd8d9b0c..1c0ec85069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ BUG FIXES: * provider/aws: Show human-readable error message when failing to read an EBS volume [GH-6038] * provider/aws: set ASG `health_check_grace_period` default to 300 [GH-5830] * provider/aws: wait for IAM instance profile to propagate when creating Opsworks stacks [GH-6049] + * provider/aws: Don't read back `aws_opsworks_stack` cookbooks source password [GH-6203] * provider/azurerm: Fix detection of `azurerm_storage_account` resources removed manually [GH-5878] * provider/docker: Docker Image will be deleted on destroy [GH-5801] * provider/openstack: Fix Disabling DHCP on Subnets [GH-6052]