Commit graph

8498 commits

Author SHA1 Message Date
Chef Expeditor
381a48eb9a Bump version to 4.23.7 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-09-14 15:54:49 +00:00
Nick Schwaderer
668197f726
Merge pull request #5213 from inspec/ns/windows
skip_windows! documentation and clearing
2020-09-14 16:53:15 +01:00
Chef Expeditor
c8a3922d2c Bump version to 4.23.6 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-09-14 14:57:57 +00:00
Nick Schwaderer
94224e0695
Merge pull request #5210 from Udyrfrykte/master
Improve handling of bracketed options in deb source
2020-09-14 15:56:25 +01:00
Nick Schwaderer
1a1205c729 Fixes many of the old skip_windows instances
Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
2020-09-14 15:55:10 +01:00
Chef Expeditor
4c1c4b08b4 Bump version to 4.23.5 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-09-14 14:28:04 +00:00
Nick Schwaderer
7573a5b3ba
Merge pull request #5246 from inspec/autoload_pry
autoload pry
2020-09-14 15:26:32 +01:00
Chef Expeditor
74f9475066 Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
2020-09-14 12:56:07 +00:00
mwrock
60a79d7db7 autoload pry
Signed-off-by: mwrock <matt@mattwrock.com>
2020-09-09 16:55:48 -07:00
Chef Expeditor
29bc849474 Bump version to 4.23.4 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-09-02 14:59:10 +00:00
Nick Schwaderer
508861b80f
Merge pull request #5232 from rgeissert/processes-output-truncation-issue
Run ps with an ulimited width on linux
2020-09-02 15:57:42 +01:00
Raphael Geissert
b2e62b5b2f Run ps with an ulimited width on linux
On some systems the output of ps may be truncated, which may prevent
profiles from working as intended.

Some implementations specifically mention that the output width is
undefined "(it may be 80, unlimited, determined by the TERM variable,
and so on)".

This fixes #5226.

Signed-off-by: Raphael Geissert <atomo64@gmail.com>
2020-09-02 08:34:11 +02:00
Chef Expeditor
d00706b9a6 Bump version to 4.23.3 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-28 08:18:45 +00:00
Nick Schwaderer
17818113f8
Merge pull request #5229 from inspec/license
Allow license-acceptance 2.x gem dep
2020-08-28 09:17:20 +01:00
Tim Smith
d2775e6b69 Allow license-acceptance 2.x gem dep
This release bumps the tty deps so we can bring in newer versions of
those libs in chef and workstation.

Signed-off-by: Tim Smith <tsmith@chef.io>
2020-08-27 11:18:33 -07:00
Chef Expeditor
7126b7fea1 Bump version to 4.23.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-27 11:44:49 +00:00
Nick Schwaderer
1d71ce141a
Merge pull request #5185 from StylusEaterChef/amd/issue-5183
First pass at fixing issue #5183.
2020-08-27 12:43:18 +01:00
Chef Expeditor
427499a1e4 Bump version to 4.23.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-27 10:41:31 +00:00
Nick Schwaderer
1333fcd821
Merge pull request #5211 from tecracer-theinen/feature/configurable-input-cache
Add ability to disable input caching for kitchen-inspec use
2020-08-27 11:39:58 +01:00
Nick Schwaderer
6d8f0e411c
Merge pull request #5169 from inspec/ns/fixing_expeditor_issue_docs
Update docs for known expeditor issues and resolutions
2020-08-27 11:31:05 +01:00
Chef Expeditor
30c86eb0e0 Bump version to 4.23.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-27 10:19:03 +00:00
Chef Expeditor
94afddbc55 Bump version to 4.22.23 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-27 10:16:30 +00:00
Nick Schwaderer
6a60b456ba
Merge pull request #5054 from inspec/cw/run-data-filters
RunData Filters; sensitive inputs; suppress diff; sorted output
2020-08-27 11:15:57 +01:00
Nick Schwaderer
516f501048
Merge pull request #5151 from bcwood/patch-1
changed inspec.yml example to use platform-family instead of os-family, since that's the recommended property name
2020-08-27 11:14:40 +01:00
Chef Expeditor
1b057c5728 Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-27 08:45:07 +00:00
Chef Expeditor
2dff165032 Bump version to 4.22.22 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-26 13:19:54 +00:00
Nick Schwaderer
c34b5d71b7
Merge pull request #5228 from inspec/revert_feature_branch
Currently disables feature branch which may be upsetting builder
2020-08-26 14:18:22 +01:00
Nick Schwaderer
6f1d7499a9 Currently disables feature branch which may be upsetting builder
Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
2020-08-26 14:11:13 +01:00
Chef Expeditor
1f2da1c523 Bump version to 4.22.21 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-26 10:37:45 +00:00
Nick Schwaderer
33661ab68e
Merge pull request #5217 from inspec/csnapp/add_macos11
Add MacOS 11 Tester
2020-08-26 11:36:04 +01:00
Christopher A. Snapp
225162c930
Add MacOS 11 Tester
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
2020-08-25 10:56:38 -06:00
Chef Expeditor
6f8b48ed26 Bump version to 4.22.20 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-25 15:28:19 +00:00
Nick Schwaderer
e761f8fb0c
Merge pull request #5219 from ramereth/mysql-session-fixes
Fix mysql_session stdout, stderr and exit_status parameters
2020-08-25 16:26:49 +01:00
Thomas Heinen
1d7d0ec203 Add documentation for cache deactivation
Signed-off-by: Thomas Heinen <theinen@tecracer.de>
2020-08-25 11:38:12 +02:00
Chef Expeditor
5f272c283d Bump version to 4.22.19 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-24 09:39:46 +00:00
Nick Schwaderer
427e738d53
Merge pull request #5220 from inspec/ns/release_branch_for_expeditor
Create expeditor-development release branch
2020-08-24 10:36:56 +01:00
Nick Schwaderer
b9e52eebda Create expeditor-development release branch
This will allow us to work with PRs against a non-Master branch to iterate expeditor work

Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
2020-08-24 10:35:48 +01:00
Lance Albertson
08b7e584d7 Fix mysql_session stdout, stderr and exit_status parameters
A feature introduced in #5124 changed how the mysql_session resource works to
where stdout, stderr, and exit_status no longer worked. The Lines class only
exposes output instead of stdout, stderr and exit_status.

As a work around, this adds backwards compatibilty for stdout, stderr and
exit_status parameters. In addition I updated the documentation to prefer output
over stdout/stderr.

This fixes #5218.

Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-08-23 18:55:58 -07:00
Chef Expeditor
2f83bc7212 Bump version to 4.22.18 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-20 21:07:55 +00:00
Tim Smith
39e7f2e2c2
Merge pull request #5197 from inspec/debian_8_eol
Don't build packages for EOL Debian 8
2020-08-20 14:06:30 -07:00
Chef Expeditor
40a81a580f Bump version to 4.22.17 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-17 15:47:56 +00:00
Tim Smith
0e96da6dbc
Merge pull request #5198 from inspec/bump_ruby
Signed-off-by: Tim Smith <tsmith@chef.io>
2020-08-17 08:46:27 -07:00
Thomas Heinen
a613e75971 Add ability to disable input caching for kitchen-inspec use
Signed-off-by: Thomas Heinen <theinen@tecracer.de>
2020-08-17 15:49:00 +02:00
Chef Expeditor
270cc7e95d Bump version to 4.22.16 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-17 10:48:42 +00:00
Nick Schwaderer
d1042bc7d4
Merge pull request #5202 from inspec/readme
Don't ship the readme in the gem
2020-08-17 11:47:01 +01:00
Udyrfrykte
fe74f4fd5b Improve apt.rb's read_debs
Make it better at handling whitespace in bracketed options

Signed-off-by: Benoît Gastinne <Udyrfrykte@users.noreply.github.com>
2020-08-17 11:38:40 +02:00
Chef Expeditor
80149958e8 Bump version to 4.22.15 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-08-13 20:55:05 +00:00
Tim Smith
22dc804160
Merge pull request #5203 from inspec/html_dep
Remove htmlentities dependency
2020-08-13 13:53:32 -07:00
Tim Smith
cfcf21482b Don't ship the readme in the gem
We're just deleting this from chef and workstation anyways. It's buried deep in the install directory and doesn't do anyone any good.

Signed-off-by: Tim Smith <tsmith@chef.io>
2020-08-13 13:49:20 -07:00
Tim Smith
78b3020d12 Don't build packages for EOL Debian 8
Debian 8 is out of support and we shouldn't produce packages for it anymore.

Signed-off-by: Tim Smith <tsmith@chef.io>
2020-08-13 13:48:41 -07:00