summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix node['fqdn'] for broken reverse record lookuplcg/fix-fqdn-for-busted-reverse-lookupLamont Granquist2021-10-282-2/+22
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If broken.example.org has an A record to an IP address with no PTR record (lets say to 10.20.30.40 which does not resolve in the configured DNS servers): ``` [23] pry(main)> Addrinfo.getaddrinfo("broken.example.org", nil, nil, nil, nil, Socket::AI_CANONNAME).first.canonname => "broken.example.org" ``` vs: ``` > Addrinfo.getaddrinfo("broken.example.org", nil).first.getnameinfo.first => "10.20.30.40" ``` Effectively this change makes the ruby code behave like `hostname -f` does which has the same behavior. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 17.7.6 by Chef Expeditorv17.7.6Chef Expeditor2021-10-253-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1702 from chef/dependabot/bundler/chefstyle-2.1.1Tim Smith2021-10-253-7/+7
|\ \ | | | | | | Update chefstyle requirement from 2.1.0 to 2.1.1
| * | Update quotesTim Smith2021-10-252-6/+6
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update chefstyle requirement from 2.1.0 to 2.1.1dependabot[bot]2021-10-251-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.0...v2.1.1) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update CHANGELOG.md to reflect the promotion of 17.7.5Chef Expeditor2021-10-211-16/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.7.5 by Chef Expeditorv17.7.5Chef Expeditor2021-10-213-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1699 from chef/lcg/fix-deprecation-errorTim Smith2021-10-219-118/+58
|\ \ | | | | | | Fix hostname deprecation error
| * | This might be a dirty thing to doLamont Granquist2021-10-211-1/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | turn off fail-fastLamont Granquist2021-10-212-0/+2
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | omit SortedSet directly from ConstantHelperLamont Granquist2021-10-212-3/+2
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | move require to top of definitionlcg/fix-deprecation-errorLamont Granquist2021-10-211-1/+2
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Fix windows hostname plugin specsLamont Granquist2021-10-211-2/+2
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Cannot using require gating hereLamont Granquist2021-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | It causes a constant redefinition error when SortedSet gets removed by the ConstantHelper Mixin. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | revert back to prior behaviorLamont Granquist2021-10-203-6/+4
| | | | | | | | | | | | | | | | | | | | | if DNS fails after 3 tries we should probably leave this unset so we do not silently fall back to the short hostname. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Fix hostname deprecation errorLamont Granquist2021-10-205-111/+51
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 17.7.4 by Chef Expeditorv17.7.4Chef Expeditor2021-10-213-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1680 from chef/testingTim Smith2021-10-202-2/+2
|\ \ | | | | | | Add unit testing on windows
| * | Don't fail if running on D: on windowstestingTim Smith2021-10-201-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add unit testing on windowsTim Smith2021-10-201-1/+1
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.7.3 by Chef Expeditorv17.7.3Chef Expeditor2021-10-203-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1701 from chef/macos_testingTim Smith2021-10-201-1/+2
|\ \ | | | | | | Exec ohai on macOS and Windows in tests
| * | Exec ohai on macOS and Windows in testsTim Smith2021-10-201-1/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.7.2 by Chef Expeditorv17.7.2Chef Expeditor2021-10-203-5/+6
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1700 from chef/macos_testingTim Smith2021-10-201-1/+2
|\ \ \ | |/ / | | | Run macos unit tests in GitHub Actions
| * | Add macos unit testingTim Smith2021-10-201-1/+2
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Fix spelling mistakeTim Smith2021-10-161-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Remove ohai 15Tim Smith2021-10-081-2/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.7.1 by Chef Expeditorv17.7.1Chef Expeditor2021-10-083-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1698 from tecracer-theinen/fix/remote-ohaiTim Smith2021-10-082-2/+8
|\ \ | | | | | | Fix handling of remote targets for Ohai
| * | Fix handling of remote targets for OhaiThomas Heinen2021-10-082-2/+8
|/ / | | | | | | Signed-off-by: Thomas Heinen <theinen@tecracer.de>
* | Bump version to 17.7.0 by Chef Expeditorv17.7.0Chef Expeditor2021-10-053-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1669 from knightorc/fix_ohai_windows_packages_wow6432nodeTim Smith2021-10-051-2/+2
|\ \ | | | | | | ohai/plugins/packages.rb - order change - present in both ohai 16 and 17 - impact chef 16/17
| * | ohai/plugins/packages.rb - order change - impact chef16/17Wade Peacock2021-05-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change order of collect_programs_from_registry_key move collection of Wos6432Node before HKEY_CURRENT_USER When located last, ohai packages does not report Wow6432 software Found when updating from Chef 15 to Chef 16 Signed-off-by: Wade Peacock <knightorc@xqqme.com>
* | | Update CHANGELOG.md to reflect the promotion of 17.6.0Chef Expeditor2021-09-301-12/+9
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 17.6.0 by Chef Expeditorv17.6.0Chef Expeditor2021-09-303-5/+6
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1696 from MatthewMassey/tc_qdisc_parsingTim Smith2021-09-302-0/+185
|\ \ \ | | | | | | | | tc qdisc plugin
| * \ \ Merge branch 'tc_qdisc_parsing' of https://github.com/MatthewMassey/ohai ↵Matthew Massey2021-09-300-0/+0
| |\ \ \ | | | | | | | | | | | | | | | into tc_qdisc_parsing
| | * | | initial commit of plugin to parse tc qdiscsMatthew Massey2021-09-302-0/+185
| | | |/ | | |/| | | | | | | | | Signed-off-by: Matthew Massey <matthewmassey@fb.com>
| * | | initial commit of plugin to parse tc qdiscsMatthew Massey2021-09-302-0/+185
| |/ / | | | | | | | | | Signed-off-by: Matthew Massey <matthewmassey@fb.com>
* | | Bump version to 17.5.3 by Chef Expeditorv17.5.3Chef Expeditor2021-09-303-4/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1695 from chef/dependabot/bundler/chefstyle-2.1.0Tim Smith2021-09-301-1/+1
|\ \ \ | |/ / |/| | Update chefstyle requirement from 2.0.9 to 2.1.0
| * | Update chefstyle requirement from 2.0.9 to 2.1.0dependabot/bundler/chefstyle-2.1.0dependabot[bot]2021-09-301-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.0.9...v2.1.0) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update CHANGELOG.md to reflect the promotion of 17.5.2Chef Expeditor2021-08-281-15/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.5.2 by Chef Expeditorv17.5.2Chef Expeditor2021-08-273-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1692 from chef/dependabot/bundler/chefstyle-2.0.9Tim Smith2021-08-271-1/+1
|\ \ | | | | | | Update chefstyle requirement from 2.0.8 to 2.0.9
| * | Update chefstyle requirement from 2.0.8 to 2.0.9dependabot/bundler/chefstyle-2.0.9dependabot[bot]2021-08-271-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.0.8...v2.0.9) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump version to 17.5.1 by Chef Expeditorv17.5.1Chef Expeditor2021-08-253-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1690 from chef/new_ec2_metadataTim Smith2021-08-251-4/+26
|\ \ | | | | | | Update the list of EC2 metadata versions we support
| * | Update the list of EC2 metadata versions we supportTim Smith2021-08-251-4/+26
| | | | | | | | | | | | | | | | | | Use the latest and greatest Signed-off-by: Tim Smith <tsmith@chef.io>