diff --git a/CHANGELOG.md b/CHANGELOG.md index b705ae719..50aa2ecec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ BUG FIXES: * builder/amazon: Scrub sensitive data from the logs. [GH-521] * builder/amazon: Handle the situation where an EC2 instance might not be immediately available. [GH-522] +* builder/amazon/chroot: Files copied into the chroot remove destination + before copy, fixing issues with dangling symlinks. [GH-500] * builder/digitalocean: don't panic if erroneous API response doesn't contain error message. [GH-492] * builder/digitalocean: scrub API keys from config debug output [GH-516]