summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump omnibus-software from `0dcaeb1` to `8d91dc6` in /omnibusdependabot/bundler/omnibus/master/omnibus-software-8d91dc6dependabot-preview[bot]2021-04-161-84/+5
| | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `0dcaeb1` to `8d91dc6`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/0dcaeb1940283bcb98c00dcfe9bb2821726ffa0a...8d91dc6a566aba77c864678680d4142561b2f655) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump version to 17.0.206 by Chef Expeditorv17.0.206Chef Expeditor2021-04-159-27/+29
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11374 from chef/rubocop_inlineTim Smith2021-04-142-23/+15
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add problem matchers for our Chefstyle run in GHTim Smith2021-04-142-23/+15
| | | | | | | | | | | | | | This will make it much easier for contributors to see where they make a mistake Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #11373Chef Expeditor2021-04-151-0/+2
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11373 from chef/cspellTim Smith2021-04-143-10/+24
|\ \ | |/ | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test running spellcheck in Github ActionsTim Smith2021-04-143-10/+24
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #11364Chef Expeditor2021-04-151-3/+4
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11364 from chef/gh_actionsTim Smith2021-04-144-29/+46
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Run choco tests on Windows 2016/2019gh_actionsTim Smith2021-04-144-20/+26
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move Chefstyle to GitHub ActionsTim Smith2021-04-132-10/+21
| | | | | | | | | | | | Test this on GH Actions Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.205 by Chef Expeditorv17.0.205Chef Expeditor2021-04-149-28/+29
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11368 from jasonwbarnett/update-to-consistent-namingTim Smith2021-04-148-35/+35
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use new_resource for load_current_value blocksJason Barnett2021-04-148-35/+35
|/ / | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | Bump version to 17.0.204 by Chef Expeditorv17.0.204Chef Expeditor2021-04-149-29/+30
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11358 from chef/btm/el-fipsTim Smith2021-04-141-0/+1
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Allow FIPS 140-2 OpenSSL FOM to build on x86_64 + PPC* EL architecturesbtm/el-fipsBryan McLellan2021-04-141-0/+1
|/ | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 17.0.203 by Chef Expeditorv17.0.203Chef Expeditor2021-04-129-28/+29
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11353 from ↵Tim Smith2021-04-121-6/+6
|\ | | | | | | | | chef/expeditor/chef/ohai_dd94465a83f5b5b485f2537472174fdb09727ee9 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump chef/ohai to dd94465a83f5b5b485f2537472174fdb09727ee9Chef Expeditor2021-04-121-6/+6
| | | | | | | | | | | | This pull request was triggered automatically via Expeditor when dd94465a83f5b5b485f2537472174fdb09727ee9 was merged. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Update RELEASE_NOTES.mdTim Smith2021-04-121-1/+0
| | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update RELEASE_NOTES.mdTim Smith2021-04-121-0/+1
|/ | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix a comment typoTim Smith2021-04-091-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Resolve spellcheck warnings in knife user createTim Smith2021-04-091-2/+2
| | | | | | Split the words. This is easier to read as well Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.202 by Chef Expeditorv17.0.202Chef Expeditor2021-04-099-28/+29
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Resolve chefstyle warningTim Smith2021-04-091-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #11326 from ramereth/rubygems-provider-dist-fixesTim Smith2021-04-093-5/+10
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Create ChefUtils::Dist::Workstation::DIR_SUFFIX dist constantLance Albertson2021-04-092-1/+6
| | | | | | | | | | | | | | This allows community distributions the ability to set the directory suffix for where Workstation resides (aka /opt/chef-workstation). Signed-off-by: Lance Albertson <lance@osuosl.org>
| * Update to use chef-workstation instead of chefdkLance Albertson2021-04-092-4/+4
| | | | | | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
| * Use dist constants in rubygems provider for is_omnibus? methodLance Albertson2021-04-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This resolves the following issue [1] which impacts community distributions when using the gem_package provider. Instead of using static names, use proper distribution constants which can be easily set by distributions. TODO: We should update chefdk with Workstation constants once those are created. [1] https://gitlab.com/cinc-project/distribution/client/-/issues/31 Signed-off-by: Lance Albertson <lance@osuosl.org>
* | Bump version to 17.0.201 by Chef Expeditorv17.0.201Chef Expeditor2021-04-099-29/+30
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11224 from ↵Tim Smith2021-04-094-27/+103
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/smriti/10948_knife_user_create_update_posistional_arguments Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Knife user create to work with only username and options --email and --passwordSmriti Garg2021-04-014-27/+103
| | | | | | | | | | | | Signed-off-by: Smriti Garg <sgarg@AD.MSYSTECHNOLOGIES.COM>
* | | Merge pull request #11342 from chef/1613Tim Smith2021-04-091-3/+73
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Fix typo1613Tim Smith2021-04-081-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Update RELEASE_NOTES.md Tim Smith2021-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Lance Albertson <lance@osuosl.org>
| * | | Add 16.13 release notesTim Smith2021-04-081-3/+73
|/ / / | | | | | | | | | | | | | | | A small release to get the dsc fix out and the Ubuntu FIPS support out Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Did not mean to commit thisLamont Granquist2021-04-081-1/+0
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 17.0.200 by Chef Expeditorv17.0.200Chef Expeditor2021-04-089-28/+29
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11339 from chef/fips_ubuntuTim Smith2021-04-081-0/+1
|\ \ \ | | | | | | | | Produce FIPS builds on Ubuntu as well
| * | | Produce FIPS builds on Ubuntu as wellTim Smith2021-04-081-0/+1
|/ / / | | | | | | | | | | | | | | | | | | Ubuntu Pro has FIPS modules. We should enable FIPS builds here since we're already held to legacy OpenSSL on Linux as is. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.0.199 by Chef Expeditorv17.0.199Chef Expeditor2021-04-088-25/+25
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11338 from chef/lcg/revert-bundler-versionLamont Granquist2021-04-081-1/+1
|\ \ \ | | | | | | | | revert change to bundler version
| * | | revert change to bundler versionLamont Granquist2021-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | see if this fixes m1 macs. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 17.0.198 by Chef Expeditorv17.0.198Chef Expeditor2021-04-089-29/+30
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #11336 from chef/lcg/ruby-3-buildsLamont Granquist2021-04-076-13/+11
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | Ruby-3.0 builds
| * | Ruby-3.0 buildsLamont Granquist2021-04-076-13/+11
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 17.0.197 by Chef Expeditorv17.0.197Chef Expeditor2021-04-089-28/+29
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.196 by Chef Expeditorv17.0.196Chef Expeditor2021-04-089-28/+29
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.195 by Chef Expeditorv17.0.195Chef Expeditor2021-04-089-28/+29
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.