Nikita Mathur
6fafd446b1
Pinning minitest to 5.15.0 to fix build issue
...
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2022-06-27 21:07:32 +05:30
Chef Expeditor
b203ca099b
Bump version to 5.18.7 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-23 15:21:39 +00:00
Clinton Wolfe
2b8c2ee055
Merge pull request #6146 from inspec/dependabot/bundler/omnibus/octokit-4.25.0
...
Bump octokit from 4.23.0 to 4.25.0 in /omnibus
2022-06-23 11:20:40 -04:00
Chef Expeditor
1d05d080c6
Bump version to 5.18.6 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-22 16:34:30 +00:00
Clinton Wolfe
3b93164f4f
Merge pull request #6144 from inspec/nm/plugins-doc-send-report
...
Updated plugins doc with send_report functionality
2022-06-22 12:33:20 -04:00
dependabot[bot]
3094ea791a
Bump octokit from 4.23.0 to 4.25.0 in /omnibus
...
Bumps [octokit](https://github.com/octokit/octokit.rb ) from 4.23.0 to 4.25.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases )
- [Changelog](https://github.com/octokit/octokit.rb/blob/4-stable/RELEASE.md )
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.23.0...v4.25.0 )
---
updated-dependencies:
- dependency-name: octokit
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-15 21:59:11 +00:00
Nikita Mathur
465784a6b9
Updated plugins doc with send_report functionality
...
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2022-06-15 14:41:43 +05:30
Chef Expeditor
19c23979e0
Bump version to 5.18.5 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-13 18:25:48 +00:00
jayashrig158
ffbf2ff554
add ruby test 3.1 in verify pipeline ( #5892 )
...
* add ruby test 3.1 in verify pipeline
Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* updating rubygem to 3.3.3
Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* Test fixture plugin files for ABI 3.1.0
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
* Use kwargs to match new calling style for ERB in ruby 2.7 and 3.0
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
* Allow Date and Time data types, needed for waivers, since safe load is now the default for YAML
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
* Use Time.parse, not Time.new since the rules tightened for what you can pass the constructor for waiver dates
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
* Add ruby platform debug message to test parallel output
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
* Conditionalize permitted_classes in inputs yaml_load for <= 3.1.x only
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
* In ruby 3.1.0 net/pop3 is no more a default gem and that will require us to add it in Gemfile so trying with the byebug gem which we are bundling already
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
* CFINSPEC-166 Updated url fetcher to handle Net::OpenTimeout Exception on Windows
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
Co-authored-by: Clinton Wolfe <clintoncwolfe@gmail.com>
Co-authored-by: Vasu1105 <vasundhara.jagdale@chef.io>
2022-06-13 14:24:33 -04:00
Chef Expeditor
87ca2b0aa7
Bump version to 5.18.4 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-13 17:55:39 +00:00
Clinton Wolfe
93dc969b2d
Merge pull request #6136 from inspec/cw/add-inspec-6-release-branch
...
Add inspec-6 branch as release branch
2022-06-13 13:53:15 -04:00
Clinton Wolfe
6d23f817d0
Add inspec-6 branch as release branch
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2022-06-13 13:51:58 -04:00
Ian Maddaus
80d504e40e
Merge pull request #5977 from inspec/im/template
...
Update Hugo resource doc archetype
2022-06-12 23:28:52 -04:00
Ian Maddaus
23480ff772
Minor text fixes
...
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
2022-06-10 17:53:09 -04:00
Ian Maddaus
22e5d1513e
Use shortcodes in text, move shortcodes into inspec subdir
...
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
2022-06-10 16:47:46 -04:00
Ian Maddaus
6e53b15267
Update docs readme
...
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
2022-06-10 16:47:46 -04:00
Ian Maddaus
f1218c19a4
Update Hugo resource archetype
...
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
2022-06-10 16:47:46 -04:00
Chef Expeditor
79d3a6e342
Bump version to 5.18.3 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-10 20:43:59 +00:00
Ian Maddaus
34e0cfd3f6
Merge pull request #6007 from inspec/DK/matchers_review
...
Dk/matchers rewrite
2022-06-10 16:43:04 -04:00
Ian Maddaus
60f250eee6
Additional changes
...
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
2022-06-10 15:56:37 -04:00
Deepa Kumaraswamy
0685ff603c
Typo
...
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
2022-06-10 15:56:37 -04:00
Ian Maddaus
6f5c784043
Update docs-chef-io/content/inspec/matchers.md
2022-06-10 15:56:37 -04:00
Deepa Kumaraswamy
92a1909f85
Ian's comments
...
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
2022-06-10 15:56:37 -04:00
Deepa Kumaraswamy
dd24c34888
Update docs-chef-io/content/inspec/matchers.md
...
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
2022-06-10 15:56:37 -04:00
Deepa Kumaraswamy
de2b1de596
Update docs-chef-io/content/inspec/matchers.md
...
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
2022-06-10 15:56:37 -04:00
Deepa Kumaraswamy
0e5a1eb138
Some more edits
...
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
2022-06-10 15:56:37 -04:00
Deepa Kumaraswamy
7063a74c61
Ian's comments fixes
...
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
2022-06-10 15:56:37 -04:00
Deepa Kumaraswamy
3feeab14c2
heading changes
...
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
2022-06-10 15:56:37 -04:00
Deepa Kumaraswamy
08397f11c8
Matchers rewrite
...
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
2022-06-10 15:56:37 -04:00
Deepa Kumaraswamy
a020e6babb
Rewrite
...
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
2022-06-10 15:56:37 -04:00
Chef Expeditor
07107cdcd1
Bump version to 5.18.2 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-09 11:40:22 +00:00
Vasundhara Jagdale
1ab70578dc
Merge pull request #6132 from inspec/vasundhara/fix_lint_error_after_resource_id_merge
...
Fixed Lint/DuplicateMethods: Method Inspec::Resources::Service#resource_id is defined at both
2022-06-09 11:39:26 +00:00
Vasu1105
62405e261d
Fixed Lint/DuplicateMethods: Method Inspec::Resources::Service#resource_id is defined at both
...
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2022-06-09 16:19:59 +05:30
Chef Expeditor
7da11de098
Bump version to 5.18.1 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-08 21:33:00 +00:00
Clinton Wolfe
29ef063833
Merge pull request #6100 from inspec/ss/fix-processes-on-windows
...
CFINSPEC-291: Fix `processes` resource to consider processes without `path` on Windows
2022-06-08 17:32:00 -04:00
Chef Expeditor
406636f22a
Bump version to 5.18.0 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-08 21:08:29 +00:00
Clinton Wolfe
610e7aacea
Merge pull request #5995 from inspec/vasundhara/sign-profile-binary-format
...
CFINSPEC-167: Profile Signing Rollup
2022-06-08 17:07:27 -04:00
Clinton Wolfe
97af028ec5
Doc edits for clarification
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2022-06-08 17:00:24 -04:00
Chef Expeditor
625bb9b0e0
Bump version to 5.17.18 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-08 20:19:21 +00:00
Chef Expeditor
293d8e76de
Bump version to 5.17.17 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-08 20:16:48 +00:00
Clinton Wolfe
4b9cf11096
Merge pull request #6114 from inspec/dependabot/bundler/omnibus/main/berkshelf-8.0.2
...
Bump berkshelf from 8.0.0 to 8.0.2 in /omnibus
2022-06-08 16:15:12 -04:00
Chef Expeditor
980fabf35c
Bump version to 5.17.16 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-08 20:14:48 +00:00
Clinton Wolfe
6385ea9f74
Merge pull request #6126 from inspec/vasundhara/group_2_resource_id
...
Adds resource_id to group 2 resources
2022-06-08 16:14:45 -04:00
Clinton Wolfe
b0c1373d64
Merge pull request #6119 from inspec/vasundhara/group_1_resource_id_fix
...
CFINSPEC-262 - Handle resource_id in error situation
2022-06-08 16:13:38 -04:00
Clinton Wolfe
1d0118df86
Merge pull request #6118 from inspec/ss/fix-resource_id-nil-case
...
Handle resource_id in error situations
2022-06-08 16:12:41 -04:00
Chef Expeditor
27ec207255
Bump version to 5.17.15 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-08 20:12:31 +00:00
Clinton Wolfe
dd258e3926
Merge pull request #6115 from inspec/nm/add-resource-id-group-10
...
CFINSPEC 271 Group10 - Added resource_id in resources
2022-06-08 16:11:42 -04:00
Clinton Wolfe
37eee62150
Merge pull request #6112 from inspec/vasundhara/group12_add_resource_id
...
CFINSPEC-273 Adds resource_id group 12
2022-06-08 16:10:41 -04:00
Chef Expeditor
19900b7be5
Bump version to 5.17.14 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2022-06-08 20:10:26 +00:00
Clinton Wolfe
00b396b8fe
Merge pull request #6111 from inspec/vasundhara/group9_resource_ids
...
CFINSPEC-270 Adds resource_id group9
2022-06-08 16:09:15 -04:00