summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1728 from chef/dependabot/bundler/chefstyle-2.2.1Lamont Granquist2022-02-081-1/+1
|\ \
| * | Update chefstyle requirement from 2.2.0 to 2.2.1dependabot/bundler/chefstyle-2.2.1dependabot[bot]2022-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Release notes](https://github.com/chef/chefstyle/releases) - [Changelog](https://github.com/chef/chefstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Network: Record xdp data from ip link. (#1730)Zeeshan Lokhandwala2022-02-082-0/+127
|/ / | | | | | | | | | | | | | | | | Recording the xdp data - mode, id and tag from the ip link output. This data is recorded within the iface hash while gathering link statistics. Added unit tests under network_spec.rb for all cases. Signed-off-by: Zeeshan Lokhandwala <zeeshanl@fb.com> Co-authored-by: Zeeshan Lokhandwala <zeeshanl@fb.com>
* | Bump version to 18.0.2 by Chef Expeditorv18.0.2Chef Expeditor2022-01-173-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1727 from chef/dependabot/bundler/rubocop-performance-1.13.2Tim Smith2022-01-171-1/+1
|\ \ | | | | | | Update rubocop-performance requirement from 1.13.1 to 1.13.2
| * | Update rubocop-performance requirement from 1.13.1 to 1.13.2dependabot/bundler/rubocop-performance-1.13.2dependabot[bot]2022-01-171-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump version to 18.0.1 by Chef Expeditorv18.0.1Chef Expeditor2022-01-073-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1724 from chef/dependabot/bundler/rubocop-performance-1.13.1Tim Smith2022-01-061-1/+1
|\ \ | | | | | | Update rubocop-performance requirement from 1.13.0 to 1.13.1
| * | Update rubocop-performance requirement from 1.13.0 to 1.13.1dependabot/bundler/rubocop-performance-1.13.1dependabot[bot]2022-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Bump version to 18.0.0 by Chef Expeditorv18.0.0Chef Expeditor2022-01-072-4/+5
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1722 from chef/18_releaseTim Smith2022-01-062-3/+3
|\ \ \ | | | | | | | | Update version to 18 and allow chef-utils/config 18.x
| * \ \ Merge branch 'main' into 18_releaseTim Smith2022-01-064-6/+15
| |\ \ \ | |/ / / |/| | |
* | | | Bump version to 17.9.2 by Chef Expeditorv17.9.2Chef Expeditor2022-01-063-5/+6
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #1725 from chef/dependabot/bundler/chefstyle-2.2.0Tim Smith2022-01-061-1/+1
|\ \ \ \ | |_|/ / |/| | | Update chefstyle requirement from 2.1.3 to 2.2.0
| * | | Update chefstyle requirement from 2.1.3 to 2.2.0dependabot/bundler/chefstyle-2.2.0dependabot[bot]2022-01-061-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Release notes](https://github.com/chef/chefstyle/releases) - [Changelog](https://github.com/chef/chefstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v2.1.3...v2.2.0) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Bump version to 17.9.1 by Chef Expeditorv17.9.1Chef Expeditor2021-12-273-4/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1723 from chef/dependabot/bundler/rubocop-performance-1.13.0Tim Smith2021-12-271-1/+1
|\ \ \
| * | | Update rubocop-performance requirement from 1.12.0 to 1.13.0dependabot/bundler/rubocop-performance-1.13.0dependabot[bot]2021-12-271-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
| * | Update version to 18 and allow chef-utils/config 18.x18_releaseTim Smith2021-12-222-3/+3
|/ / | | | | | | | | | | Get ready for the bump of Chef to 18 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update GitHub actions for 17-stableTim Smith2021-12-223-0/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Setup config for Ohai 18Tim Smith2021-12-221-0/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 17.9.0Chef Expeditor2021-12-171-14/+11
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.9.0 by Chef Expeditorv17.9.0Chef Expeditor2021-12-103-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1721 from chef/dont_fail_chefLamont Granquist2021-12-091-1/+1
|\ \
| * | Fix the exception handling in the chef pluginTim Smith2021-12-091-1/+1
|/ / | | | | | | | | | | This wasn't actually rescuing. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.8.0 by Chef Expeditorv17.8.0Chef Expeditor2021-12-093-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1720 from tecracer-theinen/feature/vmware-windows-and-typeTim Smith2021-12-092-13/+43
|\ \ | | | | | | Add support for VMware detection on Windows and details
| * | Add some testsThomas Heinen2021-12-092-12/+22
| | | | | | | | | | | | Signed-off-by: Thomas Heinen <theinen@tecracer.de>
| * | Add support for VMware detection on Windows and details about virtualization ↵Thomas Heinen2021-12-091-2/+22
|/ / | | | | | | | | | | platform Signed-off-by: Thomas Heinen <theinen@tecracer.de>
* | Bump version to 17.7.14 by Chef Expeditorv17.7.14Chef Expeditor2021-12-073-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1668 from andyjdavis/exceptionLogLevelLamont Granquist2021-12-071-1/+1
|\ \
| * | log plugin exception at warn levelAndrew Davis2021-09-251-1/+1
| |/ | | | | | | Signed-off-by: Andrew Davis <andrew.affinity@gmail.com>
* | Bump version to 17.7.13 by Chef Expeditorv17.7.13Chef Expeditor2021-12-063-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Fix parsing bug in the rpm plugin (#1719)Davide Cavalca2021-12-062-3/+13
| | | | | | Signed-off-by: Davide Cavalca <dcavalca@fb.com>
* | Update CHANGELOG.md to reflect the promotion of 17.7.12Chef Expeditor2021-12-021-14/+11
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.7.12 by Chef Expeditorv17.7.12Chef Expeditor2021-11-303-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Add new rpm plugin (#1718)Davide Cavalca2021-11-303-0/+2713
| | | | | | | | | | | | | | | | | | | | | | | | Add a basic plugin to expose configuration information from the RPM package manager. I specifically wrote this to expose the `_db_backend` macro, but figured it'd be useful to make it cover a bit more while at it. This plugin is enabled on all non-Windows platforms, because a port of RPM exists (and is sometimes used) on pretty much all platforms, even where it's not usually installed by default. Signed-off-by: Davide Cavalca <dcavalca@fb.com>
* | Bump version to 17.7.11 by Chef Expeditorv17.7.11Chef Expeditor2021-11-163-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1717 from chef/dependabot/bundler/chefstyle-2.1.3Tim Smith2021-11-161-1/+1
|\ \ | | | | | | Update chefstyle requirement from 2.1.2 to 2.1.3
| * | Update chefstyle requirement from 2.1.2 to 2.1.3dependabot[bot]2021-11-161-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Release notes](https://github.com/chef/chefstyle/releases) - [Changelog](https://github.com/chef/chefstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump version to 17.7.10 by Chef Expeditorv17.7.10Chef Expeditor2021-11-053-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1709 from chef/16_testingTim Smith2021-11-053-0/+3
|\ \ | | | | | | Run the github actions test on 16-stable too
| * | Run the github actions test on 16-stable tooTim Smith2021-11-053-0/+3
| | | | | | | | | | | | | | | | | | Make sure we test this branch Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.7.9 by Chef Expeditorv17.7.9Chef Expeditor2021-11-053-4/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1707 from chef/dependabot/bundler/rubocop-performance-1.12.0Tim Smith2021-11-051-1/+1
|\ \ \ | |/ / |/| | Update rubocop-performance requirement from 1.11.5 to 1.12.0
| * | Update rubocop-performance requirement from 1.11.5 to 1.12.0dependabot/bundler/rubocop-performance-1.12.0dependabot[bot]2021-11-011-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.11.5...v1.12.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update CHANGELOG.md to reflect the promotion of 17.7.8Chef Expeditor2021-10-281-13/+10
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.7.8 by Chef Expeditorv17.7.8Chef Expeditor2021-10-283-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1704 from chef/dependabot/bundler/chefstyle-2.1.2Tim Smith2021-10-281-1/+1
|\ \ | | | | | | Update chefstyle requirement from 2.1.1 to 2.1.2
| * | Update chefstyle requirement from 2.1.1 to 2.1.2dependabot/bundler/chefstyle-2.1.2dependabot[bot]2021-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Release notes](https://github.com/chef/chefstyle/releases) - [Changelog](https://github.com/chef/chefstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>