summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow passing array to supports in mount againmount_arrayTim Smith2018-10-271-2/+2
| | | | | | | We try to coerce the array into a Hash, but we don't allow the Array value. This makes this actually work as we documented it. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.8 by Chef Expeditorv15.0.8Chef Expeditor2018-10-275-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7796 from chef/lcg/fix-external-testsTim Smith2018-10-261-1/+1
|\ | | | | add GEMFILE_MOD to pin ohai to github master
| * add GEMFILE_MOD to pin ohai to github masterlcg/fix-external-testsLamont Granquist2018-10-261-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.7 by Chef Expeditorv15.0.7Chef Expeditor2018-10-275-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7793 from chef/lcg/chef-15-shell-out-edge-conditionLamont Granquist2018-10-261-1/+3
|\ \ | |/ |/| shell_out auto-timeout still needs to be restricted to only providers
| * this still needs to be restricted to only providersLamont Granquist2018-10-261-1/+3
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.6 by Chef Expeditorv15.0.6Chef Expeditor2018-10-275-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7792 from chef/lcg/chef-15-cookbook-loaderLamont Granquist2018-10-265-142/+27
|\ | | | | Remove cookbook merging/shadowing from the cookbooker loader
| * bit of cleanuplcg/chef-15-cookbook-loaderLamont Granquist2018-10-262-3/+4
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Remove cookbook merging/shadowing from the cookbooker loaderLamont Granquist2018-10-265-140/+24
|/ | | | | | This has been deprecated since forever. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.5 by Chef Expeditorv15.0.5Chef Expeditor2018-10-265-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7790 from chef/require_recipeTim Smith2018-10-261-6/+0
|\ | | | | Remove legacy require_recipe DSL method
| * Remove legacy require_recipe DSL methodTim Smith2018-10-261-6/+0
| | | | | | | | | | | | | | We've been warning on this one for YEARS and we have a Foodcritic rule for it as well, which has been around since before I was at Chef. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.4 by Chef Expeditorv15.0.4Chef Expeditor2018-10-265-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7788 from chef/lcg/chef-15-shell-out-removalLamont Granquist2018-10-265-302/+3
|\ \ | |/ |/| Do the shell_out deprecations for Chef-15.
| * remove more deprecated specsLamont Granquist2018-10-261-30/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * more spec removallcg/chef-15-shell-out-removalLamont Granquist2018-10-261-56/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * delete the argument that will go away in chef 15Lamont Granquist2018-10-261-1/+0
| | | | | | | | | | | | almost forgot to delete it. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Do the shell_out deprecations for Chef-15.Lamont Granquist2018-10-263-215/+3
| | | | | | | | | | | | | | | | Whoever wrote the what-to-do-in-Chef-15 notes did a pretty decent job of it, but the specs for the timeouts could have used a pointer into the code where the TODOs were located, I got lost there for a few minutes... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.3 by Chef Expeditorv15.0.3Chef Expeditor2018-10-265-13/+14
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7784 from chef/descriptionsTim Smith2018-10-268-17/+17
|\ \ | | | | | | Update description fields from the docs site
| * | Update description fields from the docs sitedescriptionsTim Smith2018-10-268-17/+17
| | | | | | | | | | | | | | | | | | Minor syncs from the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.2 by Chef Expeditorv15.0.2Chef Expeditor2018-10-265-13/+13
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7786 from chef/prep_15Tim Smith2018-10-2618-34/+0
|\ \ \ | | | | | | | | Make all Chef 14 preview resources into full resources
| * | | Make all Chef 14 preview resources into full resourcesTim Smith2018-10-2618-34/+0
| | |/ | |/| | | | | | | | | | | | | These will now load and cookbook resources will not. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.1 by Chef Expeditorv15.0.1Chef Expeditor2018-10-265-12/+14
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7489 from chef/bootstrap_identity_fileTim Smith2018-10-262-6/+1
|\ \ \ | | | | | | | | Remove the deprecated knife bootstrap --identity-file flag
| * | | Remove the deprecated knife bootstrap --identity-file flagbootstrap_identity_fileTim Smith2018-08-132-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | Remove this deprecated flag Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.0.0 by Chef Expeditorv15.0.0Chef Expeditor2018-10-261-1/+9
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7785 from chef/prep_15Tim Smith2018-10-269-52/+67
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | Start Chef 15 development
| * | Pull ohai from github so we can relax the chef-config depTim Smith2018-10-264-48/+57
| | | | | | | | | | | | | | | | | | | | | | | | Ohai has a ceiling on the chef-config version it will accept. I just kicked master to ohai 15 in the ohai repo. Pulling from master should allow this all to work now. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Start Chef 15 developmentTim Smith2018-10-265-4/+10
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 14.6.47Chef Expeditor2018-10-262-59/+56
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Add ohai 14.6 release notesTim Smith2018-10-251-0/+21
| |
* | Add mention of macOS Mojave to the release notesTim Smith2018-10-251-0/+4
| | | | | | We have the tester now
* | Merge pull request #7781 from chef/notesTim Smith2018-10-251-0/+68
|\ \ | | | | | | Add release notes for Chef 14.6
| * | Add release notes for Chef 14.6Tim Smith2018-10-251-0/+68
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.6.47 by Chef Expeditorv14.6.47Chef Expeditor2018-10-255-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7782 from chef/fix_localeTim Smith2018-10-251-1/+1
|\ \ \ | | | | | | | | Fix locale on RHEL 6 / Amazon Linux
| * | | Fix locale on RHEL 6 / Amazon LinuxTim Smith2018-10-251-1/+1
|/ / / | | | | | | | | | | | | | | | There was a double source in the command, which would fail. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.6.46 by Chef Expeditorv14.6.46Chef Expeditor2018-10-255-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7779 from chef/rakeTim Smith2018-10-252-3/+6
|\ \ \ | | | | | | | | Pin rake to 12.3.0 to prevent installing 2 copies in our install
| * | | Pin rake to 12.3.0 to prevent installing 2 copies in our installTim Smith2018-10-252-3/+6
|/ / / | | | | | | | | | | | | | | | We install 12.3.0 from the ruby 2.5 source. This prevents us from installing both 12.3.0 and 12.3.1 Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.6.45 by Chef Expeditorv14.6.45Chef Expeditor2018-10-255-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7780 from chef/schisamo/macos-mojaveTim Smith2018-10-252-4/+4
|\ \ \ | |/ / |/| | Add some retry/delay in HTTP functional tests
| * | Add some retry/delay in HTTP functional testsSeth Chisamore2018-10-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | We are seeing some failures when running the functional tests on our new Anka-based macOS testers. This small tweaks to the `Chef::Config` used in the specs fix the issues. Signed-off-by: Seth Chisamore <schisamo@chef.io>
* | | Bump version to 14.6.44 by Chef Expeditorv14.6.44Chef Expeditor2018-10-255-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7778 from chef/iso8601Tim Smith2018-10-254-5/+4
|\ \ \ | |/ / |/| | Move iso8601 gem to windows only gemspec
| * | Move iso8601 gem to windows only gemspecTim Smith2018-10-254-5/+4
|/ / | | | | | | | | | | We only use this in the windows_task resource. No need to ship it on *nix. This also brings in the latest release where I trimmed the files in the gem down. Signed-off-by: Tim Smith <tsmith@chef.io>