Update CHANGELOG.md for AWS EIP change (#6525)
* Update CHANGELOG.md noting the change in aws_eip field private_ip
This commit is contained in:
parent
99e0aec769
commit
10d3989585
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue