summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Gather zpool disks even if we use labels/guidsmore_zpoolTim Smith2020-10-292-3/+5
| | | | | | | | We were expecting the disk name for each device in the pool, but it's actually better to add them by disk id or guid. That entirely breaks out regex so use -L on linux to make sure we get the underlying disk. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.4 by Chef Expeditorv16.7.4Chef Expeditor2020-10-293-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1545 from chef/openindiana_workingTim Smith2020-10-292-25/+95
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use let for the plugin dataopenindiana_workingTim Smith2020-10-281-27/+28
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Collapse down the duplicate Solaris checksTim Smith2020-10-281-3/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Properly detect OpenIndiana and its version numbersTim Smith2020-10-282-6/+77
|/ | | | | | | | | | 1) Our regexes for the most part here were more complex than they needed to be 2) OpenIndiana's is now called OpenIndiana Hipster so the old regex was not working 3) Even the old regex only detected the major releae instead of the full 3 point version I doubt anyone is using the non-Hipster release at this point, but we detect it properly now and we have specs in place. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.3 by Chef Expeditorv16.7.3Chef Expeditor2020-10-293-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1544 from chef/NexentaTim Smith2020-10-281-2/+0
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove detection of EOL NexentaCoreNexentaTim Smith2020-10-281-2/+0
|/ | | | | | This was EOL'd October 31, 2012 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.2 by Chef Expeditorv16.7.2Chef Expeditor2020-10-293-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1543 from chef/omniosTim Smith2020-10-281-6/+40
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove some duplicate plugin.run callsomniosTim Smith2020-10-281-9/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add unit testing for omnios platform detectionTim Smith2020-10-281-0/+40
| | | | | | | | | | | | | | Make sure this actually works and act as a reference for what the output actually looks like. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.7.1 by Chef Expeditorv16.7.1Chef Expeditor2020-10-293-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1542 from chef/opensolarisTim Smith2020-10-281-3/+0
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove detection of opensolaris platformopensolarisTim Smith2020-10-281-3/+0
|/ | | | | | | OpenSolaris is beyond dead at this point and there's no reason to continue running checks to see if we're on it. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.0 by Chef Expeditorv16.7.0Chef Expeditor2020-10-203-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1536 from chef/nuke_yard_taskTim Smith2020-10-203-14/+0
|\ | | | | Remove the yard task for generating docs
| * Remove the yard task for generating docsnuke_yard_taskTim Smith2020-10-203-14/+0
| | | | | | | | | | | | | | If someone wants to generate docs they can just run yard against the repo. This is overengineered Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 16.6.5Chef Expeditor2020-10-141-16/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.6.5 by Chef Expeditorv16.6.5Chef Expeditor2020-10-143-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1525 from kcbraunschweig/issue1524Tim Smith2020-10-142-8/+19
|\ \ | | | | | | Include IAM role in ec2 data (issue #1524)
| * | Include IAM role and info in ec2 data (issue #1524)KC Braunschweig2020-10-082-8/+19
| | | | | | | | | | | | | | | | | | Signed-off-by: KC Braunschweig <kcb@fb.com> Co-authored-by: pete higgins <pete@peterhiggins.org>
* | | Bump version to 16.6.4 by Chef Expeditorv16.6.4Chef Expeditor2020-10-143-5/+6
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1503 from chef/lcg/ohai-target-modeTim Smith2020-10-1463-475/+704
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Update lib/ohai/mixin/chef_utils_wiring.rb lcg/ohai-target-modeLamont Granquist2020-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | | Update lib/ohai/mixin/os.rb Lamont Granquist2020-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | | Target Mode OhaiLamont Granquist2020-10-0163-483/+704
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 16.6.3 by Chef Expeditorv16.6.3Chef Expeditor2020-10-123-5/+6
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #1522 from vraravam/deprecate-color-biased-methodsTim Smith2020-10-123-5/+9
|\ \ \ \ | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Renamed 'whitelist' to 'allowlist' and 'blacklist' to 'denylist'Vijay A2020-10-123-5/+9
|/ / / / | | | | | | | | | | | | Signed-off-by: Vijay A <avijayr@protonmail.com>
* | | | Bump version to 16.6.2 by Chef Expeditorv16.6.2Chef Expeditor2020-10-083-5/+6
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #1526 from chef/remove-2.5Tim Smith2020-10-081-8/+0
|\ \ \ \ | |_|/ / |/| | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Remove ruby 2.5 from CI.Pete Higgins2020-10-081-8/+0
|/ / / | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Bump version to 16.6.1 by Chef Expeditorv16.6.1Chef Expeditor2020-10-033-5/+6
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1516 from jaymzh/passwdTim Smith2020-10-023-36/+294
|\ \ \ | |/ / |/| | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update RELEASE_NOTES.md Tim Smith2020-10-021-1/+1
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update RELEASE_NOTES.md Tim Smith2020-10-021-1/+1
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update RELEASE_NOTES.md Tim Smith2020-10-021-1/+1
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Move this all to WMIPhil Dibowitz2020-10-023-156/+187
| | | | | | | | | | | | | | | | | | This cuts down the time an order of magnitude. Signed-off-by: Phil Dibowitz <phil@ipom.com>
| * | Windows support for Passwd pluginPhil Dibowitz2020-10-012-36/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds Windows support for the passwd plugin. It's not fast, but I did work to improve the performance dropping it from 20 seconds to 8 seconds on a VM with only a few users and groups. The `get-localgroupmember` is the slow part (you have to run it one group at a time), so the more groups you have, the slower this will go. Note that unlike the Linux/Mac variety which will pick up nonlocal users and groups this one does not (yet). It isn't hard to add, there are the `get-aduser` and `get-adgroup` commands (if you have joined a domain), but this is a good start. And yes, I'll add tests when I have a moment. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | | Bump version to 16.6.0 by Chef Expeditorv16.6.0Chef Expeditor2020-09-303-4/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1521 from ↵Tim Smith2020-09-302-1/+64
|\ \ \ | |_|/ |/| | | | | | | | jasonwbarnett/feature/add-additional-detection-logic-for-azure Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Detect Azure when DHCP domain is set to reddog.microsoft.comJason Barnett2020-09-302-1/+64
|/ / | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | Update CHANGELOG.md to reflect the promotion of 16.5.6Chef Expeditor2020-09-281-12/+9
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.5.6 by Chef Expeditorv16.5.6Chef Expeditor2020-09-213-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1517 from chef/dependabot/bundler/rubocop-performance-1.8.1Tim Smith2020-09-211-1/+1
|\ \ | |/ |/| Update rubocop-performance requirement from 1.8.0 to 1.8.1
| * Update rubocop-performance requirement from 1.8.0 to 1.8.1dependabot-preview[bot]2020-09-211-1/+1
|/ | | | | | | | Updates the requirements on [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.8.0...v1.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump version to 16.5.5 by Chef Expeditorv16.5.5Chef Expeditor2020-09-173-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1514 from chef/lcg/chefstyle4Lamont Granquist2020-09-174-6/+6
|\ | | | | Signed-off-by: Lamont Granquist <lamont@chef.io>