Commit graph

9994 commits

Author SHA1 Message Date
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
Vasu1105
af5c7924b3 Add proxy parameter to http resource.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-13 11:39:59 +05:30
Chef Expeditor
e56de7680c Bump version to 4.52.3 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-13 06:08:15 +00:00
Vasundhara Jagdale
a09690fde6
Merge pull request #5746 from inspec/vasundhara/update-docs-for-resource-properties
Fix docs to make property listing in the website docs more useful.
2021-12-13 11:36:55 +05:30
Nikita Mathur
5b6b136b5f Removed version section from timezone docs
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-10 16:08:31 +05:30
Amndeep Singh Mann
9f98ea0ecd descriptions for the profile
Signed-off-by: Amndeep Singh Mann <amann@mitre.org>
2021-12-09 23:08:38 -05:00
Amndeep Singh Mann
9ecfe11344 descriptions for exec-jsonmin
Signed-off-by: Amndeep Singh Mann <amann@mitre.org>
2021-12-09 19:18:06 -05:00
Amndeep Singh Mann
6598c4049e removed a future tense phrasing
Signed-off-by: Amndeep Singh Mann <amann@mitre.org>
2021-12-09 19:10:29 -05:00
Amndeep Singh Mann
a50f58d155 Added descriptions to all the primitive and exec_json schema objects
Signed-off-by: Amndeep Singh Mann <amann@mitre.org>
2021-12-09 19:07:59 -05:00
Nikita Mathur
4743da84f7 Added windows platform support for timezone resource
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-07 18:16:46 +05:30
Nikita Mathur
4008af0be8 Implemented timezone resource to test timezone configuration values
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-06 14:38:15 +05:30
Chef Expeditor
bf1a2b1296 Bump version to 4.52.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-06 08:43:53 +00:00
Clinton Wolfe
e37b3c38a3
Merge pull request #5717 from inspec/nm/oracle-session-nil
Oracle session fix when nil in query output
2021-12-06 03:42:01 -05:00
Chef Expeditor
d76d49ef4a Bump version to 4.52.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-06 08:41:28 +00:00
Clinton Wolfe
c902ef3ac3
Merge pull request #5755 from inspec/dependabot/bundler/omnibus/test-kitchen-3.2.2
Bump test-kitchen from 3.2.0 to 3.2.2 in /omnibus
2021-12-06 03:40:01 -05:00
Chef Expeditor
0264d83ae6 Bump version to 4.52.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-06 08:32:17 +00:00
Clinton Wolfe
a39de6cc6c
Merge pull request #5749 from inspec/nm/private-supermarket
Implemented CLI option for executing private supermarket profiles
2021-12-06 03:30:47 -05:00
Vasu1105
6f372bb6db Updated docs as per review comments.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-12-06 10:32:50 +05:30
Nikita Mathur
5203e114e6 Doc review changes
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-12-03 17:59:56 +05:30
dependabot[bot]
144f825c3b
Bump test-kitchen from 3.2.0 to 3.2.2 in /omnibus
Bumps [test-kitchen](https://github.com/test-kitchen/test-kitchen) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/test-kitchen/test-kitchen/releases)
- [Changelog](https://github.com/test-kitchen/test-kitchen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/test-kitchen/test-kitchen/compare/v3.2.0...v3.2.2)

---
updated-dependencies:
- dependency-name: test-kitchen
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-02 04:27:30 +00:00
Chef Expeditor
aaed395571 Bump version to 4.51.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-12-01 16:29:28 +00:00
Clinton Wolfe
8a778e7f5c
Merge pull request #5716 from inspec/10.14
Stop producing packages for macOS 10.14
2021-12-01 11:27:13 -05:00
Nikita Mathur
2dad0c5cf6 Linter test fix
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-11-30 16:25:31 +05:30
Nikita Mathur
06779f02e4 Oracle session fix when nil in query output
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-11-30 16:25:31 +05:30