From 11631b53c31905696b0d53c5ccd100dbe2149d73 Mon Sep 17 00:00:00 2001 From: Jason Riddle Date: Mon, 25 Jan 2016 19:29:35 -0500 Subject: [PATCH] Add no_proxy chef provisioner fix to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6411c958a4..9cf2fe6488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ BUG FIXES: * provider/mailgun: Handle the fact that the domain destroy API is eventually consistent [GH-4777] * provider/template: Fix race causing sporadic crashes in template_file with count > 1 [GH-4694] * provider/template: Add support for updating `template_cloudinit_config` resources [GH-4757] + * provisioner/chef: Add ENV['no_proxy'] to chef provisioner if no_proxy is detected [GH-4661] ## 0.6.9 (January 8, 2016)