summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 18.0.46 by Chef Expeditorv18.0.46lcg/disable-knife-testChef Expeditor2022-02-198-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12618 from chef/lcg/disable-knife-testLamont Granquist2022-02-181-2/+4
|\
| * Disable knife gem install in kitchen testsLamont Granquist2022-02-181-2/+4
|/ | | | | | | | | | | | | | | | | | | | This causes horrible issues. We are installing knife in a TK virt and can't really build it and install it as a test (hacking up appbundler to do this would largely invalidate the test since we wouldn't be testing customer behavior) and as such it needs to be installed from rubygems. That means installing knife-17, which pulls down chef-17 which currently has a dep on diff-lcs 1.3.x which conflicts with 1.5.x which throws the errors around the binstubs conflicting (which may or may not be a rubygems bug, I investigated that a bit and couldn't determine why that is happening since the 3rd line has the magic rubygems comment). We can't just use "--force" as an option since that'll ignore deps and stuff as well which is precisely the kinds of things that we're trying to catch. So for now this test is more pain that it is worth. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 18.0.45 by Chef Expeditorv18.0.45Chef Expeditor2022-02-178-21/+22
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12611 from ↵Lamont Granquist2022-02-171-6/+6
|\ | | | | | | chef/expeditor/chef/chefstyle_8459a2f943dcef42a27518563eaf0b2dad3b4972
| * Bump chef/chefstyle to 8459a2f943dcef42a27518563eaf0b2dad3b4972Chef Expeditor2022-02-171-6/+6
|/ | | | | | This pull request was triggered automatically via Expeditor when 8459a2f943dcef42a27518563eaf0b2dad3b4972 was merged. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 18.0.44 by Chef Expeditorv18.0.44Chef Expeditor2022-02-168-21/+22
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12595 from collinmcneese/cmcneese/12589Lamont Granquist2022-02-164-7/+7
|\
| * fixes for #12589 for compliance audit-enforcer reporterCollin McNeese2022-02-164-7/+7
| | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
* | Bump version to 18.0.43 by Chef Expeditorv18.0.43Chef Expeditor2022-02-168-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12592 from ↵Tim Smith2022-02-161-1/+1
|\ \ | | | | | | | | | | | | chef/dependabot/bundler/omnibus/main/omnibus-software-d602268 Bump omnibus-software from `a4f4849` to `d602268` in /omnibus
| * | Bump omnibus-software from `a4f4849` to `d602268` in /omnibusdependabot[bot]2022-02-161-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `a4f4849` to `d602268`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/a4f484966e053bace9e58a4751da85584069fdcf...d60226874b63a6076d6ed649e75be6e1d6972e44) --- updated-dependencies: - dependency-name: omnibus-software dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump version to 18.0.42 by Chef Expeditorv18.0.42Chef Expeditor2022-02-168-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12598 from ↵Tim Smith2022-02-161-1/+1
|\ \ | |/ |/| | | | | chef/IPACK-49-add-open-ssl-1-1-1-m-to-omnibus-software Pin openssl to 1.1.1m
| * masterjayashri garud2022-02-151-1/+1
| | | | | | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* | Bump version to 18.0.41 by Chef Expeditorv18.0.41Chef Expeditor2022-02-158-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 18.0.40 by Chef Expeditorv18.0.40Chef Expeditor2022-02-158-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12525 from neha-p6/fix_resource_subscribes_specLamont Granquist2022-02-152-4/+13
|\ \
| * | Update resource build calls to use resource_context for Subscribes specsNeha Pansare2022-02-091-7/+7
| | | | | | | | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
| * | Fix existing unit test casesNeha Pansare2022-02-091-3/+3
| | | | | | | | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
| * | Validate resource spec passed to subscribesneha-p62022-02-092-0/+9
| | | | | | | | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* | | Merge pull request #12581 from neha-p6/avoid_multiple_config_callsLamont Granquist2022-02-152-2/+13
|\ \ \
| * | | Avoid calculating etc_chef_dir multiple times on startup, add test casesNeha Pansare2022-02-152-2/+13
| | |/ | |/| | | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* | | Bump version to 18.0.39 by Chef Expeditorv18.0.39Chef Expeditor2022-02-158-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 18.0.38 by Chef Expeditorv18.0.38Chef Expeditor2022-02-158-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #12585 from ↵Tim Smith2022-02-151-1/+1
|\ \ \ | | | | | | | | | | | | | | | | chef/dependabot/bundler/omnibus/main/omnibus-software-a4f4849 Bump omnibus-software from `91c1297` to `a4f4849` in /omnibus
| * | | Bump omnibus-software from `91c1297` to `a4f4849` in /omnibusdependabot[bot]2022-02-151-3/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `91c1297` to `a4f4849`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/91c12979539996aae8573eb2e9c64f10c0c210df...a4f484966e053bace9e58a4751da85584069fdcf) --- updated-dependencies: - dependency-name: omnibus-software dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #12584 from ↵Tim Smith2022-02-151-4/+4
|\ \ \ | |/ / |/| | | | | | | | chef/dependabot/bundler/omnibus/main/omnibus-cf9ef0a Bump omnibus from `55e74ac` to `cf9ef0a` in /omnibus
| * | Bump omnibus from `55e74ac` to `cf9ef0a` in /omnibusdependabot[bot]2022-02-151-4/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [omnibus](https://github.com/chef/omnibus) from `55e74ac` to `cf9ef0a`. - [Release notes](https://github.com/chef/omnibus/releases) - [Commits](https://github.com/chef/omnibus/compare/55e74aca933dc0737099498f0432d95fe8e14cf6...cf9ef0a34a441d0047bb3113c1a19cc4a376d7b3) --- updated-dependencies: - dependency-name: omnibus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump version to 18.0.37 by Chef Expeditorv18.0.37Chef Expeditor2022-02-148-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12579 from chef/lcg/fix-hab-buildsLamont Granquist2022-02-141-2/+2
|\ \
| * | Fix windows hab builds with rake install:localLamont Granquist2022-02-141-2/+2
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 18.0.36 by Chef Expeditorv18.0.36Chef Expeditor2022-02-147-18/+18
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #12578 from chef/lcg/fix-hab-buildsLamont Granquist2022-02-141-1/+1
|\ \ \ | |/ /
| * | Fix habitat builds by using `rake install:local`Lamont Granquist2022-02-141-1/+1
|/ / | | | | | | | | | | | | No idea why I had to do this last year for omnibus builds and now this year for everything else. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 18.0.35 by Chef Expeditorv18.0.35Chef Expeditor2022-02-148-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 18.0.34 by Chef Expeditorv18.0.34Chef Expeditor2022-02-148-21/+22
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12576 from ↵Tim Smith2022-02-141-3/+3
|\ \ | | | | | | | | | | | | chef/dependabot/bundler/omnibus/main/omnibus-software-91c1297 Bump omnibus-software from `c7a43ec` to `91c1297` in /omnibus
| * | Bump omnibus-software from `c7a43ec` to `91c1297` in /omnibusdependabot[bot]2022-02-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `c7a43ec` to `91c1297`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/c7a43ec60aa452698fc37fcea12929b5db200d95...91c12979539996aae8573eb2e9c64f10c0c210df) --- updated-dependencies: - dependency-name: omnibus-software dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #12574 from chef/expeditor/_corefoundation_0.3.13Tim Smith2022-02-141-6/+6
|\ \ \ | |/ / |/| | Bump corefoundation to 0.3.13
| * | Bump corefoundation to 0.3.13Chef Expeditor2022-02-141-6/+6
|/ / | | | | | | | | | | This pull request was triggered automatically via Expeditor when corefoundation 0.3.13 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Add examples to the group resourceTim Smith2022-02-131-1/+25
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 18.0.33 by Chef Expeditorv18.0.33Chef Expeditor2022-02-098-21/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12565 from chef/fix_almaTim Smith2022-02-081-0/+1
|\ | | | | Make sure network scripts dir exists on alma
| * Make sure network scripts dir exists on almaTim Smith2022-02-081-0/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update releasing_chef_infra.mdTim Smith2022-02-081-4/+2
|
* Bump version to 18.0.32 by Chef Expeditorv18.0.32Chef Expeditor2022-02-088-19/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12399 from chef/netftpTim Smith2022-02-073-10/+24
|\ | | | | net-ftp isn't bundled in Ruby 3.1 anymore so dep on it
| * net-ftp isn't bundled in Ruby 3.1 anymore so dep on itTim Smith2022-02-073-10/+24
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #12544Chef Expeditor2022-02-081-3/+4
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.