Commit graph

9884 commits

Author SHA1 Message Date
Vasu1105
4bfef5281f Renamed the file_permissions property to users_permission
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2022-01-12 15:26:40 +05:30
Vasu1105
53ef84c8dd Adds property file_permissions and be_inherit matcher to the file resource for Windows.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2022-01-12 15:26:40 +05:30
Vasu1105
5c3ebc38b0 Updated docs.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2022-01-12 15:25:45 +05:30
Vasu1105
bc9cdc1219 Renamed the matcher to be_inherited.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2022-01-12 15:25:45 +05:30
Vasu1105
084bf70392 Adds user_permissions property to list user or group permissions on registry key and adds be_inherit matcher to check whether inheritance is enabled on the registry key
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2022-01-12 15:25:44 +05:30
Nikita Mathur
9f05946cda Update docs-chef-io/content/inspec/resources/iptables.md
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2022-01-12 14:56:41 +05:30
Chef Expeditor
01bc7afc7a Bump version to 4.53.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2022-01-10 01:46:58 +00:00
Clinton Wolfe
3664b0c47d
Merge pull request #5758 from inspec/nm/timezone-resource
Added Timezone Resource
2022-01-09 20:45:15 -05:00
Chef Expeditor
830f57785a Bump version to 4.52.17 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2022-01-10 01:30:41 +00:00
Clinton Wolfe
97c4002e82
Merge pull request #5771 from inspec/nm/package-latest
Check for latest - package resource
2022-01-09 20:28:55 -05:00
Chef Expeditor
1f3aab9ee1 Bump version to 4.52.16 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2022-01-10 01:26:53 +00:00
Clinton Wolfe
07c8036efb
Merge pull request #5776 from inspec/nm/msssql-newlines-fields-fix
Mssql session fix : Parsing multiline results
2022-01-09 20:25:07 -05:00
Chef Expeditor
d4ccbb80b9 Bump version to 4.52.15 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2022-01-10 01:21:25 +00:00
Clinton Wolfe
219fd428b7
Merge pull request #5772 from guyzyl/main
Fix broken link in README. Obvious fix.
2022-01-09 20:18:57 -05:00
Chef Expeditor
ec4fd3584e Bump version to 4.52.14 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2022-01-10 01:18:29 +00:00
Chef Expeditor
bf40836295 Bump version to 4.52.13 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2022-01-10 01:15:15 +00:00
Clinton Wolfe
ec1e49ff4a
Merge pull request #5773 from inspec/im/downloads_links
Fix downloads links
2022-01-09 20:14:45 -05:00
Chef Expeditor
5b308c2a7d Bump version to 4.52.12 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2022-01-10 01:12:17 +00:00
Clinton Wolfe
2bedb1a669
Merge pull request #5783 from inspec/eol_ruby25
Remove support for EOL Ruby 2.5
2022-01-09 20:12:00 -05:00
Clinton Wolfe
8558165efe
Merge pull request #5788 from inspec/dependabot/bundler/omnibus/omnibus-software-94ef29b
Bump omnibus-software from `d2525ab` to `94ef29b` in /omnibus
2022-01-09 20:10:22 -05:00
Chef Expeditor
c77469592a Bump version to 4.52.11 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2022-01-10 01:04:21 +00:00
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