From 10d3989585dcbfc71b5c5fd64a1ef489ec6b73cb Mon Sep 17 00:00:00 2001 From: Clint Date: Fri, 6 May 2016 15:49:06 -0500 Subject: [PATCH] Update CHANGELOG.md for AWS EIP change (#6525) * Update CHANGELOG.md noting the change in aws_eip field private_ip --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66db53d09..9b328b1cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## 0.6.16 (Unreleased) +BACKWARDS INCOMPATIBILITIES / NOTES: + + * provider/aws: `aws_eip` field `private_ip` is now a computed value, and cannot be set in your configuration. + Use `associate_with_private_ip` instead. See [GH-6521] + FEATURES: * **New provider:** `librato` [GH-3371]