summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | add changes from lamont's reviewCorey Hemminger2022-01-051-5/+3
| * | Merge branch 'chef:main' into patch-1Corey Hemminger2022-01-0571-179/+194
| |\ \
| * | | testCorey Hemminger2021-12-271-3/+3
| * | | linting fix and safe navigation fixCorey Hemminger2021-12-272-2/+2
| * | | update kitchen-test end_to_end recipes _chef_client_config.rbCorey Hemminger2021-12-271-0/+1
| * | | testCorey Hemminger2021-12-271-2/+2
| * | | linting fixesCorey Hemminger2021-12-271-1/+2
| * | | add safe navigationCorey Hemminger2021-12-271-3/+3
| * | | fix log_location directoryCorey Hemminger2021-12-271-1/+1
| * | | remove extra dir blockCorey Hemminger2021-12-271-11/+9
| * | | ensure config properties directories existCorey Hemminger2021-12-271-2/+4
* | | | Merge pull request #12439 from chef/dependabot/bundler/omnibus/main/omnibus-s...Tim Smith2022-01-131-8/+8
|\ \ \ \
| * | | | Bump omnibus-software from `94ef29b` to `2e637bf` in /omnibusdependabot/bundler/omnibus/main/omnibus-software-2e637bfdependabot[bot]2022-01-121-8/+8
| | |_|/ | |/| |
* | | | Bump version to 18.0.3 by Chef Expeditorv18.0.3Chef Expeditor2022-01-128-21/+22
* | | | Merge pull request #12441 from JHBoricua/fix_chef-sleep_documentation_example...Tim Smith2022-01-121-1/+1
|\ \ \ \
| * | | | fix typo in chef-sleep resource documentation example blockJose Hernandez2022-01-121-1/+1
|/ / / /
* | | | Bump version to 18.0.2 by Chef Expeditorv18.0.2Chef Expeditor2022-01-128-20/+21
* | | | Merge pull request #12440 from chef/fix_cleanupTim Smith2022-01-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix ruby cleanup breaking buildsTim Smith2022-01-121-2/+2
|/ / /
* | | Bump version to 18.0.1 by Chef Expeditorv18.0.1Chef Expeditor2022-01-118-22/+23
* | | Merge pull request #12437 from chef/amazon_2022Tim Smith2022-01-111-0/+2
|\ \ \
| * | | Add Amazon 2022 to our pipelineTim Smith2022-01-111-0/+2
|/ / /
* | | Bump version to 18.0.0 by Chef Expeditorv18.0.0Chef Expeditor2022-01-107-20/+21
* | | Merge pull request #12432 from chef/18.0Tim Smith2022-01-1019-62/+64
|\ \ \
| * | | Bump version to 18.0 and fix master references18.0Tim Smith2022-01-0719-62/+64
|/ / /
* | | Add new version constraintTim Smith2022-01-072-8/+10
* | | Bump version to 17.9.32 by Chef Expeditorv17.9.32Chef Expeditor2022-01-068-22/+23
* | | Merge pull request #12429 from chef/dependabot/bundler/omnibus/main/omnibus-s...Tim Smith2022-01-061-5/+5
|\ \ \
| * | | Bump omnibus-software from `b6dd27a` to `94ef29b` in /omnibusdependabot[bot]2022-01-061-5/+5
|/ / /
* | | Bump version to 17.9.31 by Chef Expeditorv17.9.31Chef Expeditor2022-01-068-20/+21
* | | Merge pull request #12427 from chef/expeditor/chef/ohai_fc48360746fa102f1c46e...Tim Smith2022-01-061-6/+6
|\ \ \ | |_|/ |/| |
| * | Bump chef/ohai to fc48360746fa102f1c46ed1aee82896d94a3d4a3expeditor/chef/ohai_fc48360746fa102f1c46ed1aee82896d94a3d4a3Chef Expeditor2022-01-061-6/+6
|/ /
* | Update CHANGELOG.md to reflect the promotion of 17.9.26Chef Expeditor2022-01-052-15/+19
* | Bump version to 17.9.30 by Chef Expeditorv17.9.30Chef Expeditor2022-01-048-20/+21
* | Bump version to 17.9.29 by Chef Expeditorv17.9.29Chef Expeditor2022-01-048-20/+21
* | Bump version to 17.9.28 by Chef Expeditorv17.9.28Chef Expeditor2022-01-048-20/+21
* | Merge pull request #12386 from chef/simplified_readLamont Granquist2022-01-0412-21/+21
|\ \
| * | Simplify file readssimplified_readTim Smith2021-12-1712-21/+21
* | | Bump version to 17.9.27 by Chef Expeditorv17.9.27Chef Expeditor2022-01-048-20/+21
* | | Bump version to 17.9.26 by Chef Expeditorv17.9.26Chef Expeditor2022-01-048-20/+21
* | | Bump version to 17.9.25 by Chef Expeditorv17.9.25Chef Expeditor2022-01-048-22/+23
* | | Merge pull request #12409 from chef/faster_knifeLamont Granquist2022-01-041-3/+2
|\ \ \
| * | | Reduce 213 requires from each knife callfaster_knifeTim Smith2021-12-251-3/+2
| | |/ | |/|
* | | Bump version to 17.9.24 by Chef Expeditorv17.9.24Chef Expeditor2022-01-048-20/+21
* | | Resolve Performance/Count warning (#12410)Tim Smith2022-01-041-1/+1
* | | Merge pull request #12411 from chef/Performance_RegexpMatchLamont Granquist2022-01-0412-15/+15
|\ \ \
| * | | Resolve Performance/RegexpMatch warningsPerformance_RegexpMatchTim Smith2021-12-2612-15/+15
| |/ /
* | | Merge pull request #12412 from chef/Performance_RedundantEqualityComparisonBlockLamont Granquist2022-01-044-27/+13
|\ \ \
| * | | Resolve all Performance/RedundantEqualityComparisonBlock warningsPerformance_RedundantEqualityComparisonBlockTim Smith2021-12-264-27/+13
| |/ /
* | | Merge pull request #12413 from chef/Performance_RedundantSortBlockLamont Granquist2022-01-042-2/+2
|\ \ \