summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update the XCP-ng Linux DetectionxcpTim Smith2021-03-092-8/+12
| | | | | | | | - All supported releases have an /etc/os-release file so nuke the legacy detection - The platform ID in the os-release file is XCP-ng in 7 and xenserver in 8 (this is a bug IMO) so update the XCP match - Downcase platform IDs. It seems like everyone makes these lowercase, but XCP-ng. There may be others and ohai platforms need to be lowercase Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.26 by Chef Expeditorv17.0.26Chef Expeditor2021-03-093-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1631 from hron84/feature/add-support-sangoma-linuxTim Smith2021-03-091-1/+1
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add support for Sangoma LinuxGabor Garami2021-03-091-1/+1
|/
* Bump version to 17.0.25 by Chef Expeditorv17.0.25Chef Expeditor2021-03-073-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1630 from chef/rubocop_perfTim Smith2021-03-062-2/+2
|\ | | | | Update rubocop-performance to 1.10.1 and revert optimization
| * Update rubocop-performance to 1.10.1Tim Smith2021-03-062-2/+2
| | | | | | | | | | | | | | This has some nice bugfixes. Revert the previous optimization that broke things Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.24 by Chef Expeditorv17.0.24Chef Expeditor2021-03-013-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1629 from chef/rubocop_perfTim Smith2021-03-012-2/+2
|\ \ | |/ | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Resolve new rubocop-performance warningrubocop_perfTim Smith2021-02-282-2/+2
|/ | | | | | Looks like this comparison is 2x faster on average according to docs Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove empty line in specTim Smith2021-02-231-1/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.23 by Chef Expeditorv17.0.23Chef Expeditor2021-02-243-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1627 from jaymzh/virtualizationTim Smith2021-02-232-1/+17
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Detect docker properly even if it's within virtualizationPhil Dibowitz2021-02-232-1/+17
|/ | | | | | | | Docker is docker even if it is within other things. Closes #1626 Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Bump version to 17.0.22 by Chef Expeditorv17.0.22Chef Expeditor2021-02-233-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1625 from chef/fix_hab_ohaiTim Smith2021-02-231-6/+8
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Don't return in the hab pluginTim Smith2021-02-221-6/+8
|/ | | | | | | Returning in an ohai collect block stops the ohai run entirely without any data being returned. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.21 by Chef Expeditorv17.0.21Chef Expeditor2021-02-223-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1624 from collinmcneese/effortless_checkTim Smith2021-02-222-0/+30
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update lib/ohai/plugins/chef.rb CollinM2021-02-221-1/+1
| | | | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io> Co-authored-by: Tim Smith <tsmith84@gmail.com>
| * Adds chef_effortless collection to chef pluginCollin McNeese2021-02-222-0/+30
|/ | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
* Bump version to 17.0.20 by Chef Expeditorv17.0.20Chef Expeditor2021-02-203-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1623 from collinmcneese/habitat_pluginTim Smith2021-02-192-0/+137
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * updates for habitat plugin from PR recommendationsCollin McNeese2021-02-191-10/+9
| | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * Updates habitat plugin to not be run by defaultCollin McNeese2021-02-191-1/+0
| | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * Updates habitat plugin to be optionalCollin McNeese2021-02-191-0/+1
| | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * Updates habitat plugin to use path returned from which for shell_outsCollin McNeese2021-02-192-10/+10
| | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * fixes hab guardCollin McNeese2021-02-191-1/+1
| | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * updates Habitat plugin to guard for hab binary existingCollin McNeese2021-02-192-3/+10
| | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * additional linting fixesCollin McNeese2021-02-152-2/+2
| | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * linting fixes for pipelineCollin McNeese2021-02-152-3/+4
| | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * updates habitat plugin to shell out with hab command rather than looking at ↵Collin McNeese2021-02-152-34/+63
| | | | | | | | | | | | filesystem. Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * Adds rescue to version check for HabitatCollin McNeese2021-02-131-1/+3
| | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * Pipeline linting fixesCollin McNeese2021-02-131-8/+8
| | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * Adds Habitat pluginCollin McNeese2021-02-132-0/+99
|/ | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
* Bump version to 17.0.19 by Chef Expeditorv17.0.19Chef Expeditor2021-02-113-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1620 from chef/alibabaTim Smith2021-02-105-1/+296
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add specs for Alibaba metadata fetchingTim Smith2021-02-102-1/+90
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add cloud spec for AlibabaTim Smith2021-02-102-3/+34
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update note about API versionsalibabaTim Smith2021-02-081-4/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add alibaba to the cloud pluginTim Smith2021-02-071-1/+18
| | | | | | | | | | | | This way you get the cloud info when on Alibaba Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add Alibaba cloud pluginTim Smith2021-02-072-0/+159
| | | | | | | | | | | | Detects Alibaba on Linux boxes and fetches metadata Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.18 by Chef Expeditorv17.0.18Chef Expeditor2021-02-073-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1618 from chef/alibabaTim Smith2021-02-071-6/+7
|\ \ | |/
| * Add platform / platform_family detection for Alibaba Cloud LinuxTim Smith2021-02-071-6/+7
| | | | | | | | | | | | | | Remap the OS provided alinux to alibabalinux (matching our amazon structure) Add this to RHEL since it's just CentOS 7.9 with additional packages and some services tweaked to boot faster Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.17 by Chef Expeditorv17.0.17Chef Expeditor2021-02-073-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1616 from jaymzh/windows_packagesTim Smith2021-02-071-4/+5
|\ \ | |/ |/| Update `packages` for Windows to be complete.
| * Update `packages` for Windows to be complete.Phil Dibowitz2021-02-031-4/+5
| | | | | | | | | | | | | | | | | | | | Per the [docs](https://docs.chef.io/resources/windows_package/), there are three locations packages can be registered, but we only look in 2, this adds all 3. Now packages show up that were otherwise missing. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | Bump version to 17.0.16 by Chef Expeditorv17.0.16Chef Expeditor2021-02-053-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1617 from ramereth/container-updatesTim Smith2021-02-052-0/+73
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>