summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add authors / copyrights to the openssl resourcesrelease_notes_moreTim Smith2018-08-245-0/+10
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.52 by Chef Expeditorv14.4.52Chef Expeditor2018-08-255-11/+12
|
* Merge pull request #7586 from chef/openssl_updatesTim Smith2018-08-247-16/+209
|\ | | | | Add openssl_x509_crl resource and fix default modes in x509_certificate / x509_request
| * Fix the openssl unit testsopenssl_updatesTim Smith2018-08-243-10/+12
| | | | | | | | | | | | | | Rename the fixes Update the mode tests Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add openssl_x509_crl resourceTim Smith2018-08-243-0/+192
| | | | | | | | | | | | This is another great resource added to the openssl cookbook by @juju482 at Institut National de l'Audiovisuel Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove mode defaults from x509_certificate / x509_requestTim Smith2018-08-242-8/+7
| | | | | | | | | | | | Just let the file resource handle this unless the user passes something. This will prevent warnings on Windows hosts. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7585 from chef/instructionsTim Smith2018-08-243-3/+5
|\ \ | | | | | | Update some build / updating instructions for development
| * | Update some build / updating instructions for developmentinstructionsTim Smith2018-08-243-3/+5
| |/ | | | | | | | | | | | | | | Update the readme with the correct rake tasks to build chef Fix a typo in the rake comments Add a comment we have in DK to remind folks that they need to update the deps after changing the overrides. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.51 by Chef Expeditorv14.4.51Chef Expeditor2018-08-245-11/+12
| |
* | Merge pull request #7583 from chef/announcementTim Smith2018-08-243-1/+18
|\ \ | | | | | | Update the announcement rake task with kitchen examples
| * | Update the announcement rake task with kitchen examplesannouncementTim Smith2018-08-243-1/+18
| |/ | | | | | | | | | | This was in DK before, but it made no sense there. This might convince some folks to test things when we cut a pre-release. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.50 by Chef Expeditorv14.4.50Chef Expeditor2018-08-245-11/+12
| |
* | Merge pull request #7580 from chef/yardTim Smith2018-08-243-12/+7
|\ \ | | | | | | Simplify / fix our yard doc Rake task
| * | Fix a yard syntax errorTim Smith2018-08-231-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Simplify / fix our yard doc Rake taskTim Smith2018-08-232-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | We were trying to parse out a readme file that doesn't exist and the license file which produced errors We namespaced the task in a way we don't do anywhere else. This matches our other gems now Tell people to use bundler in the errors instead of gem installing things We required rubygems which is not necessary Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #7582 from chef/sleep_expeditorTim Smith2018-08-241-0/+5
|\ \ \ | |_|/ |/| | Add a 120 second sleep to the dependency bumping
| * | Add a 120 second sleep to the dependency bumpingsleep_expeditorTim Smith2018-08-231-0/+5
| | | | | | | | | | | | | | | | | | See if waiting 2 minutes gives rubygems time to catch up. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.4.49 by Chef Expeditorv14.4.49Chef Expeditor2018-08-245-11/+12
|/ /
* | Merge pull request #7581 from chef/bumpsTim Smith2018-08-232-8/+8
|\ \ | |/ |/| Pull in latest omnibus definitions + new inspec/train
| * Pull in latest omnibus definitions + new inspec/trainTim Smith2018-08-232-8/+8
|/ | | | | | See if this fixes our jenkins build failures, but also bump inspec to the latest while we're in here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.48 by Chef Expeditorv14.4.48Chef Expeditor2018-08-245-11/+12
|
* Merge pull request #7579 from chef/more_build_simplificationTim Smith2018-08-232-2/+4
|\ | | | | Fix rake task to build the correct gemspec on Chef
| * Build the appropriate chef gem on WindowsTim Smith2018-08-231-1/+3
| | | | | | | | | | | | | | | | This allows us to remove similar logic from the omnibus-software definition and allows this rake command to actually work for developers on Windows. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Unpin rake version in the chef-config gemspecmore_build_simplificationTim Smith2018-08-231-1/+1
|/ | | | | | We end up with different versions in chef and chef-confg. That's kind of silly. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.47 by Chef Expeditorv14.4.47Chef Expeditor2018-08-235-12/+13
|
* Merge pull request #7574 from chef/kill_old_bumpsTim Smith2018-08-239-327/+42
|\ | | | | Modernize our Rakefile / Version bumping system
| * More wording updatesTim Smith2018-08-231-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Explain what our expeditor scripts are doingTim Smith2018-08-233-6/+29
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix a style issuekill_old_bumpsTim Smith2018-08-221-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make rake install install both chef and chef-configTim Smith2018-08-222-1/+12
| | | | | | | | | | | | A simple way to make it reach back to call rake install on chef-config first. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add back the install tasksTim Smith2018-08-221-0/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make sure dep updater has rakeTim Smith2018-08-221-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove usage of the package_task from the chef-config rakefileTim Smith2018-08-221-6/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the whole chef-config package task classTim Smith2018-08-222-297/+0
| | | | | | | | | | | | We handle this version bump with expeditor now. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the rdoc taskTim Smith2018-08-221-1/+0
| | | | | | | | | | | | No need for this anymore Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use obvious fix in the dep update scriptTim Smith2018-08-221-1/+1
| | | | | | | | | | | | This is probably a better idea legally vs. having a bot sign off the DCO. Same change was done in DK already. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove old version logic from the RakefileTim Smith2018-08-221-4/+1
| | | | | | | | | | | | I believe this is all leftover from github changelog generator Signed-off-by: Tim Smith <tsmith@chef.io>
| * Run bundler in parallel to speed things up a bitTim Smith2018-08-221-1/+1
| | | | | | | | | | | | This makes it a tiny bit faster. Why not Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the old CI version bump / show scriptsTim Smith2018-08-222-14/+0
|/ | | | | | We do this all in Expeditor now Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.46 by Chef Expeditorv14.4.46Chef Expeditor2018-08-225-11/+12
|
* Merge pull request #7566 from chef/lcg/lazy-default-resource-nameLamont Granquist2018-08-221-2/+4
|\ | | | | lazy the default resource_name until after parsing
| * add a commentLamont Granquist2018-08-221-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * lazy the default resource_name until after parsingLamont Granquist2018-08-221-2/+2
|/ | | | | | | | | | | only set it if the resource doesn't set one. this means that we don't call resource_name or provides before parsing the file so that the chef_version_for_provides API in #7524 can work (otherwise we throw the deprecation warning before we ever parse the file). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.4.45 by Chef Expeditorv14.4.45Chef Expeditor2018-08-225-11/+12
|
* Merge pull request #7570 from chef/bump_ohaiLamont Granquist2018-08-222-8/+8
|\ | | | | Update to Ohai 14.4.2
| * Update to Ohai 14.4.2Tim Smith2018-08-222-8/+8
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7571 from chef/dco_botTim Smith2018-08-221-1/+1
|\ \ | |/ |/| DCO sign off the version bump
| * DCO sign off the version bumpTim Smith2018-08-221-1/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7569 from chef/bump_fixTim Smith2018-08-221-2/+3
|\ | | | | Fix how dep bumping works
| * Fix how dep bumping worksTim Smith2018-08-221-2/+3
|/ | | | | | Update this to the same script we use in DK Signed-off-by: Tim Smith <tsmith@chef.io>