summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update libarchive to 3.5.1libarchiveTim Smith2021-03-171-1/+1
| | | | | | A pile of nice bug fixes 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>
| * | | Bump chef/ohai to 771a034fdc9c9860d8c8d5d289615056ea74e8f6Chef Expeditor2021-03-151-2/+2
|/ / / | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when 771a034fdc9c9860d8c8d5d289615056ea74e8f6 was merged. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | | Merge pull request #11184 from chef/bundler_updatesTim Smith2021-03-152-2/+31
|\ \ \ | | | | | | | | Add an expeditor script specific to bundler updated gems
| * | | Fix interpolation and use the right variableTim Smith2021-03-151-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add an expeditor script specific to bundler updated gemsTim Smith2021-03-152-2/+31
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | The more I hacked on the previous script the more I realized they're not doing the same thing. This script is not concerned with things that happened via rubygems promotes. It's just running bundle update when a new commit is available in the repo. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.0.150 by Chef Expeditorv17.0.150Chef Expeditor2021-03-157-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11183 from chef/expeditor/mixlib-authentication_3.0.10Tim Smith2021-03-151-6/+6
|\ \ \ | |_|/ |/| | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Bump mixlib-authentication to 3.0.10Chef Expeditor2021-03-151-6/+6
|/ / | | | | | | | | | | This pull request was triggered automatically via Expeditor when mixlib-authentication 3.0.10 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Update RELEASE_NOTES.mdTim Smith2021-03-121-0/+1
|/ | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.149 by Chef Expeditorv17.0.149Chef Expeditor2021-03-127-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11177 from ↵Tim Smith2021-03-121-5/+5
|\ | | | | | | | | chef/dependabot/bundler/omnibus/master/omnibus-dd57896 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump omnibus from `4a3c044` to `dd57896` in /omnibusdependabot-preview[bot]2021-03-121-5/+5
|/ | | | | | | Bumps [omnibus](https://github.com/chef/omnibus) from `4a3c044` to `dd57896`. - [Release notes](https://github.com/chef/omnibus/releases) - [Commits](https://github.com/chef/omnibus/compare/4a3c044138a2415dfb21ef53603f0a941407a2f0...dd5789621fa32da5846b9cb92ea902015265734c) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #11174 from chef/tduffield/mac-11-configTim Smith2021-03-121-1/+1
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use the new macOS 11 settingTom Duffield2021-03-121-1/+1
|/ | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Update RELEASE_NOTES.mdTim Smith2021-03-111-1/+2
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.148 by Chef Expeditorv17.0.148Chef Expeditor2021-03-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11138 from chef/lcg/arm-buildsLamont Granquist2021-03-111-0/+2
|\ | | | | M1 Mac arm builds
| * Testing M1 Mac arm buildsLamont Granquist2021-03-061-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Stop chowning the chef install dir in the postinstconfig_permsTim Smith2021-03-111-5/+0
| | | | | | | | | | | | We entirely remove /opt/chef now so there should be no need to do this IO intensive operation. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.147 by Chef Expeditorv17.0.147Chef Expeditor2021-03-117-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11168 from chef/post_installTim Smith2021-03-111-4/+3
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Create client.rb in postinst with 640 perms not 644post_installTim Smith2021-03-101-4/+3
| | | | | | | | | | | | | | | | | | This matches the permissions we give this file in the chef_client_config resource and in the chef-client cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.0.146 by Chef Expeditorv17.0.146Chef Expeditor2021-03-117-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Update RELEASE_NOTES.mdTim Smith2021-03-111-1/+1
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #11171 from ↵Tim Smith2021-03-112-1/+15
|\ \ \ | | | | | | | | | | | | | | | | joshuamiller01/dont_run_file_verifiers_unless_changing_content Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | only run file verifiers when the contents changedJoshua Miller2021-03-112-1/+15
|/ / / | | | | | | | | | Signed-off-by: Joshua Miller <joshmiller@fb.com>
* | | Update RELEASE_NOTES.mdTim Smith2021-03-101-13/+24
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Update RELEASE_NOTES.mdTim Smith2021-03-101-0/+3
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Update RELEASE_NOTES.mdTim Smith2021-03-101-0/+1
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Update RELEASE_NOTES.mdTim Smith2021-03-101-0/+1
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.0.145 by Chef Expeditorv17.0.145Chef Expeditor2021-03-107-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.