From e2e16ceca492567e3794eb68ef11bc6cd3153509 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 7 Jan 2016 21:16:32 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6f36aa10..268856dbb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ IMPROVEMENTS: * provider/aws: Retry MalformedPolicy errors due to newly created principals in S3 Buckets [GH-4315] * provider/aws: Validate `name` on `db_subnet_group` against AWS requirements [GH-4340] * provider/aws: wait for ASG capacity on update [GH-3947] + * provider/aws: Add validation for ECR repository name [GH-4431] * provider/cloudstack: performance improvements [GH-4150] * provider/docker: Add support for setting the entry point on `docker_container` resources [GH-3761] * provider/docker: Add support for setting the restart policy on `docker_container` resources [GH-3761] @@ -77,7 +78,6 @@ BUG FIXES: * provider/aws: Fix issue with Elastic IPs not recognizing when they have been unassigned manually [GH-4387] * provider/aws: Use body or URL for all CloudFormation stack updates [GH-4370] * provider/aws: Fix template_url/template_body conflict [GH-4540] - * provider/aws: Add validation for ECR repository name [GH-4431] * provider/aws: Fix bug w/ changing ECS svc/ELB association [GH-4366] * provider/azure: Update for [breaking change to upstream client library](https://github.com/Azure/azure-sdk-for-go/commit/68d50cb53a73edfeb7f17f5e86cdc8eb359a9528). [GH-4300] * provider/digitalocean: Fix issue where a floating IP attached to a missing droplet causes a panic [GH-4214]