summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-01-29 13:53:02 -0800
committerGitHub <noreply@github.com>2019-01-29 13:53:02 -0800
commitb2af66883d27fb051c24f2df0517d601e32f7ea9 (patch)
tree9879520b04c14c1a6e2986c1e599d7806d33c4ea
parent750737535d0590f155341bd67e72ec0104ce3558 (diff)
parentd79be4b387b358e06b51df98db7387adafecefe9 (diff)
downloadchef-b2af66883d27fb051c24f2df0517d601e32f7ea9.tar.gz
Merge pull request #8192 from chef/bump_inspec_34
Bump InSpec to 3.4.1
-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