summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* No changes, generating a buildlcg/generate-buildsLamont Granquist2021-03-231-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 17.0.163 by Chef Expeditorv17.0.163Chef Expeditor2021-03-236-16/+16
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11212 from chef/lcg/generate-new-buildsLamont Granquist2021-03-221-1/+1
|\ | | | | generate a new version + build on master
| * generate a new version + build on masterLamont Granquist2021-03-221-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump the timeout up for gecode/depselector/berks installsLamont Granquist2021-03-221-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* skip the chef gem in the post-bundle-installLamont Granquist2021-03-221-0/+2
| | | | | | | | this shouldn't be there, but it always causes problems if it accidentally exists in the image and we try to install it before the rest of the deps are in place Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 17.0.162 by Chef Expeditorv17.0.162Chef Expeditor2021-03-227-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11209 from chef/lcg/fix-ruby3-omnibus-testsLamont Granquist2021-03-223-28/+27
|\ | | | | Fix the ruby-3 omnibus builds/tests
| * Fix the ruby-3 omnibus builds/testsLamont Granquist2021-03-223-29/+28
| | | | | | | | | | | | This switches omnibus to using the post-bundle-install hook Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 17.0.161 by Chef Expeditorv17.0.161Chef Expeditor2021-03-197-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11205 from ↵Tim Smith2021-03-191-1/+1
|\ \ | |/ |/| | | | | chef/dependabot/bundler/omnibus/master/ohai-16.10.7 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump ohai from 16.10.6 to 16.10.7 in /omnibusdependabot/bundler/omnibus/master/ohai-16.10.7dependabot-preview[bot]2021-03-181-1/+1
| | | | | | | | | | | | | | | | Bumps [ohai](https://github.com/chef/ohai) from 16.10.6 to 16.10.7. - [Release notes](https://github.com/chef/ohai/releases) - [Changelog](https://github.com/chef/ohai/blob/v16.10.7/CHANGELOG.md) - [Commits](https://github.com/chef/ohai/compare/v16.10.6...v16.10.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump version to 17.0.160 by Chef Expeditorv17.0.160Chef Expeditor2021-03-187-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10922 from chef/lcg/ruby-3.0Lamont Granquist2021-03-1819-108/+190
|\ | | | | Ruby 3.0 fixes and post-bundle-install hook
| * ruby 3.0 fixes and post-bundle-install hookLamont Granquist2021-03-1819-108/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly this is all fixes necessary for ruby 3.0 There's the addition of the appbundle hook which lets us better pull git gems into appbundler Note carefully how after adding the post-bundle-install.rb that trying to pre appbundle-update ohai pulls in chef/chef as bundle installed git gem which fails to install so we go back to only using one appbundle-update on chef/chef and removing the chef/ohai one (which may fix other bugs). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 17.0.159 by Chef Expeditorv17.0.159Chef Expeditor2021-03-187-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11202 from chef/pr_azureLamont Granquist2021-03-171-2/+5
|\ | | | | Fix Azure to trigger correctly on PRs
| * Fix Azure to trigger correctly on PRspr_azureTim Smith2021-03-171-2/+5
|/ | | | | | Our old config does not make sense based on my reading of the docs Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix typo in release notesTim Smith2021-03-171-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.158 by Chef Expeditorv17.0.158Chef Expeditor2021-03-187-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update RELEASE_NOTES.mdTim Smith2021-03-171-0/+1
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #11201 from chef/lcg/execute-login-optionTim Smith2021-03-174-6/+12
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add login option to execute resourceLamont Granquist2021-03-174-6/+12
| | | | | | | | | | | | | | | | | | | | This implements https://github.com/chef/mixlib-shellout/pull/78 in the execute resource. Default stays the same. Using `login true` useful things happen like the environment being set correctly including USER and HOME. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 17.0.157 by Chef Expeditorv17.0.157Chef Expeditor2021-03-187-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11200 from chef/16.11_notesTim Smith2021-03-171-0/+31
|\ \ | |/ |/| Add release notes for Chef Infra Client 16.11
| * Update RELEASE_NOTES.md Tim Smith2021-03-171-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2021-03-171-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Add release notes for Chef Infra Client 16.1116.11_notesTim Smith2021-03-171-0/+31
|/ | | | | | New stuff! Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.156 by Chef Expeditorv17.0.156Chef Expeditor2021-03-177-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11198 from chef/fix_specs_complianceTim Smith2021-03-172-6/+20
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update specs for compliance_phase attribute being false by defaultTim Smith2021-03-171-5/+18
| | | | | | | | | | | | When we're trying to test the magic set it to nil Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix compliance phase specsTim Smith2021-03-171-1/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.155 by Chef Expeditorv17.0.155Chef Expeditor2021-03-177-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11195 from chef/compliance_opt_inTim Smith2021-03-171-2/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Disable compliance phase by defaultTim Smith2021-03-171-2/+2
|/ | | | | | | Require an explicit opt-in for this feature due to named run lists and override run lists breaking the detection Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.154 by Chef Expeditorv17.0.154Chef Expeditor2021-03-167-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11191 from ↵Tim Smith2021-03-161-3/+3
|\ | | | | | | | | chef/dependabot/bundler/omnibus/master/omnibus-software-f903311 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump omnibus-software from `daeb384` to `f903311` in /omnibusdependabot-preview[bot]2021-03-161-3/+3
|/ | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `daeb384` to `f903311`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/daeb384f6a55f10e20581dcd466973d43f9a9886...f903311ba8ae9ff8f1e7bd7a9c21421fd39f7c7e) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump version to 17.0.153 by Chef Expeditorv17.0.153Chef Expeditor2021-03-167-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11181 from ramereth/fix-users-manageLamont Granquist2021-03-154-13/+25
|\
| * Temporarily disable use of users cookbook on WindowsLance Albertson2021-03-151-16/+17
| | | | | | | | | | | | | | There seems to be an issue with the users cookbook on Windows that needs to be addressed. Comment this test out for now until it can be fixed. Signed-off-by: Lance Albertson <lance@osuosl.org>
| * Set password to something longer than 4 chars for MacOSLance Albertson2021-03-151-1/+1
| | | | | | | | | | | | | | | | This is currently using `my_awesome_password` which is the same example used in the users resource. This was made by running `mkpasswd -m sha-512` on a linux system. Signed-off-by: Lance Albertson <lance@osuosl.org>
| * Fix users_manage usage in kitchen-testsLance Albertson2021-03-153-0/+11
| | | | | | | | | | | | | | | | | | The use of data bags in the users cookbook was removed in 6.0.0 [1]. This applies the recommended workaround and allow the integration tests to pass. [1] https://github.com/sous-chefs/users/blob/master/CHANGELOG.md#600---2021-03-12 Signed-off-by: Lance Albertson <lance@osuosl.org>
* | Merge pull request #11178 from chef/platform_supportTim Smith2021-03-151-10/+8
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update how we describe Alma Linux in release notesplatform_supportTim Smith2021-03-121-10/+8
| | | | | | | | | | | | | | | | | | Clarify this is not a commercially supported distribution in chef. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.0.152 by Chef Expeditorv17.0.152Chef Expeditor2021-03-157-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11186 from chef/expeditor/train-core_3.5.4Tim Smith2021-03-151-1/+1
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Bump train-core to 3.5.4Chef Expeditor2021-03-151-1/+1
|/ / / | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when train-core 3.5.4 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | | Bump version to 17.0.151 by Chef Expeditorv17.0.151Chef Expeditor2021-03-157-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11185 from ↵Tim Smith2021-03-151-2/+2
|\ \ \ | | | | | | | | | | | | | | | | chef/expeditor/chef/ohai_771a034fdc9c9860d8c8d5d289615056ea74e8f6 Signed-off-by: Tim Smith <tsmith@chef.io>