Commit graph

8740 commits

Author SHA1 Message Date
Chef Expeditor
0de31653da Bump version to 4.25.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-15 15:13:41 +00:00
Clinton Wolfe
1539a58c6b
Build arm packages for Debian/SLES/Ubuntu (5386) 2021-01-15 10:12:28 -05:00
Tim Smith
79bd1b33be Build arm packages for Debian/SLES/Ubuntu
This matches Infra Client

Signed-off-by: Tim Smith <tsmith@chef.io>
2021-01-14 14:26:39 -08:00
Chef Expeditor
52ef1f4400 Bump version to 4.24.33 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-13 16:41:55 +00:00
Clinton Wolfe
828df9276f
Allow for rspec 3.9 in the gemspec 2021-01-13 11:40:42 -05:00
Chef Expeditor
903ac3916c Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-13 14:39:33 +00:00
Tim Smith
cfee7ce474 Allow for rspec 3.9 in the gemspec
rspec 3.10 is causing issues with chef/chef tests due to changes in
rspec-mock that we're working to resolve. Right now we'd like to get the
latest inspec releases into chef/chef w/o the need for rspec 3.10. At
runtime inspec doesn't need 3.10, but it does need it for tests, so
let's make sure we bring it in via the gemfile, but allow the older 3.9
release at runtime.

Signed-off-by: Tim Smith <tsmith@chef.io>
2021-01-12 13:51:17 -08:00
Chef Expeditor
89289eed83 Bump version to 4.24.32 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-12 21:04:39 +00:00
Clinton Wolfe
9330fc9e97
Update minimum ruby version in README 2021-01-12 16:03:07 -05:00
Chef Expeditor
c6528568a3 Bump version to 4.24.31 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-12 20:36:35 +00:00
Chef Expeditor
1e8dd0ae1e Bump version to 4.24.30 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-12 20:33:51 +00:00
Clinton Wolfe
fc5e22f595 Update minimum ruby version in README
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-01-12 15:14:57 -05:00
Clinton Wolfe
1086383703
Update faraday requirement from >= 0.9.0, < 1.2 to >= 0.9.0, < 1.4 2021-01-12 12:36:31 -05:00
Clinton Wolfe
10e3ac46fd
clarify the inspec check command (5379) 2021-01-12 11:13:52 -05:00
Clinton Wolfe
13c83ba5f2
Avoid pulling in the local context when building the docker image (5360) 2021-01-12 09:55:39 -05:00
Chef Expeditor
40417f7266 Update CHANGELOG.md with details from pull request #5362
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-12 14:37:37 +00:00
Clinton Wolfe
bc7433fc5a
Switch Docker build to be omnibus-based (5362) 2021-01-12 09:36:18 -05:00
Nathaniel Kierpiec
fbe6d6b677 Add share drive mount
Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
2021-01-11 17:52:30 -05:00
Nathaniel Kierpiec
6902fcf8df Update dockerfile to run inspec like before
Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
2021-01-11 17:51:56 -05:00
Nathaniel Kierpiec
67f511d097 Remove expeditor prefixed args
Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
2021-01-11 17:51:56 -05:00
Nathaniel Kierpiec
7cadad2800 Update dockerfile to pull inspec from packages.chef.io since they wont be
on rubygems at the time of promotion

Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
2021-01-11 17:49:17 -05:00
Chef Expeditor
74533a76c4 Bump version to 4.24.29 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-08 19:12:09 +00:00
Clinton Wolfe
ecdb6308d5
Add ENV var to skip live net tests in plugin installer unit tests (5378) 2021-01-08 14:10:53 -05:00
chrisbirster
c117f18808 clarify the inspec check command
Signed-off-by: chrisbirster <me@chris.website>
2021-01-08 18:00:47 +00:00
Clinton Wolfe
9836c4a207 Add ENV var to skip live net tests in plugin installer unit tests
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-01-07 15:16:15 -05:00
Chef Expeditor
c642b0b242 Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-06 22:23:49 +00:00
Chef Expeditor
1ccaa3e482 Bump version to 4.24.28 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-06 21:05:21 +00:00
Clinton Wolfe
2edc82e951
Avoid ffi 1.14.2 2021-01-06 16:03:29 -05:00
Clinton Wolfe
05daaad9fc Avoid ffi 1.14.2
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-01-06 11:18:21 -05:00
Chef Expeditor
897b5b27a1 Bump version to 4.24.27 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-06 16:08:05 +00:00
Clinton Wolfe
0cad164371
Truncate code_desc when truncating reports (5372) 2021-01-06 11:06:49 -05:00
Clinton Wolfe
43e171b681 Truncate code_desc as well when truncating report message
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-01-05 18:12:09 -05:00
Clinton Wolfe
8c62c5ea69 Add failing tests to truncate code_desc when reporter message truncation is used
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-01-05 18:09:51 -05:00
Clinton Wolfe
c13f780b8f
add test for when run is not specified in waiver (5370) 2021-01-05 12:01:34 -05:00
Chef Expeditor
85a002f08c Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
2021-01-04 19:14:47 +00:00
dependabot-preview[bot]
9a83544e3a
Update faraday requirement from >= 0.9.0, < 1.2 to >= 0.9.0, < 1.4
Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v0.9.0...v1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01 07:02:24 +00:00
David Marshall
874ee77791 add test for when run is not specified in waiver
The existing documentation explicitly claims that not specifying “run” in a waiver is equivalent to specifying “run: false.” It turns out to be the case that the claim is completely false. This commit includes a test for a new control 18_waivered_no_expiry_default_run that behaves exactly like the control 04_waivered_no_expiry_ran_fails. That is, not specifying run in a waiver is the same as specifying “run: true.”

Signed-off-by: David Marshall <dmarshall@gmail.com>
2020-12-28 16:26:19 -08:00
Chef Expeditor
4ee82644e8 Bump version to 4.24.26 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-12-23 14:28:18 +00:00
Clinton Wolfe
72f682f23a
Updated Supported Platforms for MSSQL_SESSION 2020-12-23 09:26:28 -05:00
Kasey Linden
0d1aa2c3a4 added specific oses
Signed-off-by: Kasey Linden <kaseylinden@gmail.com>
2020-12-22 15:46:57 -06:00
Chef Expeditor
2ff2fb3735 Bump version to 4.24.25 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-12-21 21:13:06 +00:00
Clinton Wolfe
e5b00760c2
Remove hardcoded test failure date for skipped windows tests 2020-12-21 16:10:02 -05:00
Chef Expeditor
7bf9a8da65 Bump version to 4.24.24 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-12-21 20:27:57 +00:00
Clinton Wolfe
5d84e51a9c
Update parslet requirement from ~> 1.5 to >= 1.5, < 3.0 2020-12-21 15:26:06 -05:00
Clinton Wolfe
3b29eb69ab Remove windows test skip timebomb
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2020-12-21 15:17:24 -05:00
dependabot-preview[bot]
66a1f56944
Update parslet requirement from ~> 1.5 to >= 1.5, < 3.0
Updates the requirements on [parslet](https://github.com/kschiess/parslet) to permit the latest version.
- [Release notes](https://github.com/kschiess/parslet/releases)
- [Changelog](https://github.com/kschiess/parslet/blob/master/HISTORY.txt)
- [Commits](https://github.com/kschiess/parslet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-21 19:17:40 +00:00
Chef Expeditor
3ec394c548 Bump version to 4.24.23 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-12-21 19:16:02 +00:00
Clinton Wolfe
25401a238c
Bump chefstyle to 1.5.7 and run chefstyle -a 2020-12-21 14:14:11 -05:00
Clinton Wolfe
acc4b412ab Silence linter warning
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2020-12-21 13:25:04 -05:00
Clinton Wolfe
cdfb325ca3 Apply chefstyle -a, and manually remove duplicate requires
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2020-12-21 13:25:04 -05:00