Commit graph

9863 commits

Author SHA1 Message Date
Clinton Wolfe
c1870c8311
Merge pull request #5785 from inspec/vasundhara/vmware_esxi_bash_resource_support
Adds esx platform support for bash resource
2022-01-09 20:02:37 -05:00
dependabot[bot]
7b0ea084f1
Bump omnibus-software from d2525ab to 94ef29b in /omnibus
Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `d2525ab` to `94ef29b`.
- [Release notes](https://github.com/chef/omnibus-software/releases)
- [Commits](d2525ab08e...94ef29b62a)

---
updated-dependencies:
- dependency-name: omnibus-software
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 04:21:23 +00:00
Vasu1105
ee9b167fb0 Adds esx platform support for bash resource
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2022-01-05 20:08:32 +05:30
Nikita Mathur
1956744fd6 Class name fix
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2022-01-04 14:29:12 +05:30
Tim Smith
48ff852289 Remove support for EOL Ruby 2.5
With the release of Ruby 3.1, Ruby 2.5 is now EOL. We should not be supporting an EOL release of Ruby.

Signed-off-by: Tim Smith <tsmith@chef.io>
2021-12-31 22:54:53 -05:00
Nikita Mathur
4b9692c6fd Added kernel parameters resource
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-31 14:57:57 +05:30
Chef Expeditor
69e07bf93b Bump version to 4.52.10 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-29 00:35:39 +00:00
Ian Maddaus
2643979ca8
Merge pull request #5780 from inspec/im/bump_hugo
Bump Hugo to 0.91.2
2021-12-28 19:34:04 -05:00
Ian Maddaus
857fc8d8ac Docs edits to clarify name property
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
2021-12-28 19:13:45 -05:00
Ian Maddaus
faf0b42fa0 Bump Hugo to 0.91.2
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
2021-12-28 15:27:05 -05:00
Nikita Mathur
13b8eceff8 Ip tables ignore rules comments option added for the resource
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-27 18:19:08 +05:30
Nikita Mathur
5a3c73b521 Fix for parsing faulty multiline results
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-24 16:41:53 +05:30
Nikita Mathur
d1cee33462 Test fixes
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-22 13:48:07 +05:30
Nikita Mathur
b0794c2262 Latest package info test cases for resource
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-21 16:40:58 +05:30
Ian Maddaus
5ac9c9ea7f Fix downloads links
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
2021-12-20 17:53:29 -05:00
Guy Zylberberg
f9e3a1fbf5 Fix broken link in README. Obvious fix. 2021-12-20 17:57:30 +02:00
Nikita Mathur
ff2f7f4b7b Matcher be_latest added for package resource and documentation
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-20 18:07:23 +05:30
Chef Expeditor
a0875c9786 Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-20 06:01:45 +00:00
Chef Expeditor
b3d7bfa0cc Bump version to 4.52.9 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-20 02:31:49 +00:00
Clinton Wolfe
c406cb73b3
Merge pull request #5762 from inspec/vasundhara/add_tls1.3_support_ssl_resource
Adds tls1.3 support in ssl resource.
2021-12-19 21:30:35 -05:00
Chef Expeditor
8d3f4c585b Update CHANGELOG.md with details from pull request #5680
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-17 19:34:44 +00:00
Clinton Wolfe
542c42b2e3
Merge pull request #5680 from inspec/chefstyle_example
Apply cookstyle to the example profile
2021-12-17 14:33:04 -05:00
Vasundhara Jagdale
34f01f7390 Update docs-chef-io/content/inspec/resources/ssl.md
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-17 16:28:10 +05:30
Vasu1105
331c191f09 Added additional docs to list all supported protocols.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-17 16:28:10 +05:30
Vasu1105
13fa3e930d Raises error for Connection error.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-17 16:28:10 +05:30
Vasu1105
b4ccc15121 Adds tls1.3 support in ssl resource.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-17 16:28:10 +05:30
Chef Expeditor
81a4516890 Bump version to 4.52.8 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-16 14:28:32 +00:00
Clinton Wolfe
2e35cb7a84
Merge pull request #5770 from inspec/nm/ruby-active-support-fix
Active support version fix for ruby versions less then 2.7
2021-12-16 09:27:15 -05:00
Nikita Mathur
f2bbf622b8 Active support version fix for ruby versions less then 2.7
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-16 13:46:26 +05:30
Clinton Wolfe
d05140adbf
Merge pull request #5759 from inspec/vasundhara/add-option-for-ssh-config-file
Add option to set ssh config file path for ssh transport
2021-12-14 07:54:31 -05:00
Chef Expeditor
9d0689adca Bump version to 4.52.7 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-14 12:54:20 +00:00
Clinton Wolfe
192774e0a2
Merge pull request #5764 from inspec/dependabot/bundler/omnibus/omnibus-2bf77bb
Bump omnibus from `2c309fa` to `2bf77bb` in /omnibus
2021-12-14 07:53:06 -05:00
dependabot[bot]
b141cad58b
Bump omnibus from 2c309fa to 2bf77bb in /omnibus
Bumps [omnibus](https://github.com/chef/omnibus) from `2c309fa` to `2bf77bb`.
- [Release notes](https://github.com/chef/omnibus/releases)
- [Commits](2c309fa8df...2bf77bb551)

---
updated-dependencies:
- dependency-name: omnibus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 09:31:06 +00:00
Clinton Wolfe
a8170b257c
Merge pull request #5757 from inspec/vasundhara/add_proxy_parameter_to_http_resource
Add proxy parameter to http resource
2021-12-14 04:30:06 -05:00
Chef Expeditor
ea4d703d89 Bump version to 4.52.6 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-14 09:27:39 +00:00
Chef Expeditor
de4806a650 Bump version to 4.52.5 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-14 09:25:30 +00:00
Clinton Wolfe
ec38ccda27
Merge pull request #5767 from inspec/dependabot/bundler/omnibus/omnibus-software-d2525ab
Bump omnibus-software from `8560231` to `d2525ab` in /omnibus
2021-12-14 04:25:28 -05:00
Clinton Wolfe
991eea7f59
Merge pull request #5765 from inspec/nm/alpine-pkgs-fix
Fix: Alpine packages list command to only list installed packages
2021-12-14 04:24:13 -05:00
Vasundhara Jagdale
69089d37c1 Update docs-chef-io/content/inspec/cli.md
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-14 11:58:51 +05:30
Vasundhara Jagdale
97b5416993 Update docs-chef-io/content/inspec/cli.md
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
2021-12-14 11:58:51 +05:30
Vasu1105
c6c7f1d6fc Updated InSpec cli docs to add --ssh-config-file option and few minor format fix.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-14 11:58:50 +05:30
Vasu1105
304593e5c8 Add option to set ssh config file path for ssh transport
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-14 11:58:50 +05:30
dependabot[bot]
4c96a4de3a
Bump omnibus-software from 8560231 to d2525ab in /omnibus
Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `8560231` to `d2525ab`.
- [Release notes](https://github.com/chef/omnibus-software/releases)
- [Commits](85602312dd...d2525ab08e)

---
updated-dependencies:
- dependency-name: omnibus-software
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 04:22:42 +00:00
Chef Expeditor
46dc7ad5b6 Bump version to 4.52.4 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-13 17:19:55 +00:00
Ian Maddaus
7d0bc2cdeb
Merge pull request #5763 from inspec/im/docs_fixes
Fix a bunch of docs formatting problems
2021-12-13 12:18:45 -05:00
Ian Maddaus
9e77a2f45b Fix a bunch of docs formatting problems
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
2021-12-13 11:46:16 -05:00
Nikita Mathur
2d798c3b32 Fix: Alpine packages list command to only list installed packages
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-13 16:02:18 +05:30
Vasundhara Jagdale
040c384d01 Update docs-chef-io/content/inspec/resources/http.md
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-13 11:39:59 +05:30
Vasu1105
b19b8ba55d Fixed lint and failing test
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-13 11:39:59 +05:30
Vasu1105
feaf9ef587 Adds documentation for proxy parameter for http resource.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-13 11:39:59 +05:30