From 2b16da460310cd983d9e29342c437e55e2f04ab3 Mon Sep 17 00:00:00 2001 From: "Eric J. Holmes" Date: Thu, 11 Aug 2016 13:26:53 -0700 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c6aeffe..46cd4ae70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Empire now supports sending internal metrics to statsd or dogstatsd [#953](https://github.com/remind101/empire/pull/953) * Attached and detached runs now have an `empire.user` label attached to them [#965](https://github.com/remind101/empire/pull/965) * You can now provide the name of a process defined in the Procfile when calling `emp run` [#967](https://github.com/remind101/empire/pull/967) +* Empire now includes experimental support for the new [Application Load Balancers](https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer/) by setting the `LOAD_BALANCER_TYPE=alb` environment variable. [#969](https://github.com/remind101/empire/pull/969) **Improvements**