summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-01-29 13:27:59 -0800
committerTim Smith <tsmith@chef.io>2019-01-29 13:27:59 -0800
commitd79be4b387b358e06b51df98db7387adafecefe9 (patch)
treebb729db9fcf4f2deaa6aa241309b74bd373696c4
parentebc3557fbbb6f944f8e21d5945789814cfaa36ed (diff)
downloadchef-d79be4b387b358e06b51df98db7387adafecefe9.tar.gz
Bump InSpec to 3.4.1
Also update the release notes Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile.lock2
-rw-r--r--RELEASE_NOTES.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 026ac2b86a..169b95f234 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -144,7 +144,7 @@ GEM
highline (1.7.10)
htmlentities (4.3.4)
iniparse (1.4.4)
- inspec-core (3.3.14)
+ inspec-core (3.4.1)
addressable (~> 2.4)
faraday (>= 0.9.0)
hashie (~> 3.4)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index cfa611903a..256a52777a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -10,15 +10,15 @@ The windows_certificate resource is now fully idempotent and properly imports pr
### apt_repository
-The apt_repository resource no longer creates .gpg directory in the user's home directory owned by root when installing repository keys.
+The apt_repository resource no longer creates .gpg directory in the user's home directory owned by root when installing repository keys. Thanks [@omry](http://github.com/omry) for reporting this issue.
### git
The git resource no longer displays the URL of the repository if the `sensitive` property is set.
-## InSpec 3.3.14
+## InSpec 3.4.1
-InSpec has been updated from 3.2.6 to 3.3.14. This new release adds `aws_billing_report` / `aws_billing_reports` resources and resolves multiple bugs.
+InSpec has been updated from 3.2.6 to 3.4.1. This new release adds new `aws_billing_report` / `aws_billing_reports` resources, resolves multiple bugs, and includes tons of under the hood improvements.
## New Deprecations