summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding VC Redistributable files required for powershell_exec on Windowssp/backport-vcredistStuart Preston2018-12-182-0/+0
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Bump version to 14.8.18 by Chef Expeditorv14.8.18Chef Expeditor2018-12-155-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8052 from chef/sp/chef14-backport-8038Tim Smith2018-12-147-0/+74
|\ | | | | Backport: Allow setting the comment on a Windows group
| * Merge pull request #8038 from ↵sp/chef14-backport-8038Stuart Preston2018-12-147-0/+74
| | | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-897_allow_setting_the_comment_on_a_Windows_group Added property `comment` on Windows group.
* | Bump version to 14.8.17 by Chef Expeditorv14.8.17Chef Expeditor2018-12-145-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8050 from chef/sp/chef14-backport-8025Tim Smith2018-12-143-10/+15
|\ \ | |/ |/| Backport: Bugfixes to powershell_package_source
| * Merge pull request #8040 from chef/lcg/guessingTim Smith2018-12-141-1/+2
| | | | | | Remove travis apt proxy before running functional tests
| * Merge pull request #8025 from Intility/bugfixessp/chef14-backport-8025Tim Smith2018-12-142-9/+13
|/ | | Bugfixes to powershell_package_source
* Bump version to 14.8.16 by Chef Expeditorv14.8.16Chef Expeditor2018-12-135-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8037 from chef/expeditor/mixlib-archive_0.4.19Tim Smith2018-12-130-0/+0
|\ | | | | Bump mixlib-archive to 0.4.19 and mixlib-shellout to 2.4.4
| * Bump mixlib-archive to 0.4.19expeditor/mixlib-archive_0.4.19Chef Expeditor2018-12-121-7/+7
| | | | | | | | | | | | This pull request was triggered automatically via Expeditor when mixlib-archive 0.4.19 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Update CHANGELOG.md to reflect the promotion of 14.8.12Chef Expeditor2018-12-132-33/+37
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Update release notes for 14.8Tim Smith2018-12-121-3/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.8.15 by Chef Expeditorv14.8.15Chef Expeditor2018-12-125-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8041 from chef/bumpsTim Smith2018-12-123-26/+27
|\ \ | |/ |/| Bump mixlib-archive, mixlib-shellout, semverse, and train-core to the latest
| * Bump mixlib-archive, mixlib-shellout, semverse, and train-core to the latestTim Smith2018-12-122-26/+26
| | | | | | | | | | | | These are mostly about slimming down the install size, but train also has some improvements. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add our code of conduct fileTim Smith2018-12-121-0/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.8.14 by Chef Expeditorv14.8.14Chef Expeditor2018-12-115-13/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8033 from chef/sp/2019_version_detectionBryan McLellan2018-12-111-15/+15
|\ | | | | Chef 14: Windows Server 2019 version detection
| * Support Windows Server 2019 version detectionStuart Preston2018-12-111-15/+15
|/ | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Bump version to 14.8.13 by Chef Expeditorv14.8.13Chef Expeditor2018-12-075-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8027 from chef/expeditor/mixlib-shellout_2.4.2Tim Smith2018-12-071-3/+3
|\ | | | | Bump mixlib-shellout to 2.4.2
| * Bump mixlib-shellout to 2.4.2expeditor/mixlib-shellout_2.4.2Chef Expeditor2018-12-071-3/+3
|/ | | | | | This pull request was triggered automatically via Expeditor when mixlib-shellout 2.4.2 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 14.8.12 by Chef Expeditorv14.8.12Chef Expeditor2018-12-055-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8020 from chef/correct_ohaiTim Smith2018-12-051-0/+8
|\ | | | | Make sure the ohai CLI uses the same version of ohai as chef-client
| * Fix locking ohai to to the value in the Gemfile.lockcorrect_ohaiTim Smith2018-12-051-4/+7
| | | | | | | | | | | | Round 2 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Pin the ohai definition to use the ohai version from Gemfile.lockTim Smith2018-12-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Without this we end up with chef-client's definition using the version of ohai in the gemfile.lock and the ohai defintion using whatever is in master. This is bad for two reasons: 1. we're shipping an unreleased master version even when we ship chef 13 or chef 14 2. we ship the ohai gem twice which takes up space on disk Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.8.11 by Chef Expeditorv14.8.11Chef Expeditor2018-12-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8019 from chef/expeditor/ohai_14.8.10Tim Smith2018-12-053-18/+34
|\ \ | |/ | | Bump ohai to 14.8.10 for improved virtualization and platform detection
| * Update Omnibus deps to the latestTim Smith2018-12-051-12/+12
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Pull in the latest Ohai 14 release notesTim Smith2018-12-051-5/+21
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump ohai to 14.8.10Chef Expeditor2018-12-051-1/+1
|/ | | | | | This pull request was triggered automatically via Expeditor when ohai 14.8.10 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 14.8.10 by Chef Expeditorv14.8.10Chef Expeditor2018-12-035-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8006 from chef/rhel8_chef14Tim Smith2018-12-031-1/+2
|\ | | | | dnf_package: Add RHEL 8 support
| * Add RHEL 8 platform-python to python binary search list in DNF for package ↵rhel8_chef14pixdrift2018-11-301-1/+2
|/ | | | | | resource Signed-off-by: pixdrift <support@pixeldrift.net>
* Bump version to 14.8.9 by Chef Expeditorv14.8.9Chef Expeditor2018-11-305-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8002 from chef/expeditor/inspec-core_3.0.61Lamont Granquist2018-11-301-2/+2
|\ | | | | Bump inspec-core to 3.0.61
| * Bump inspec-core to 3.0.61expeditor/inspec-core_3.0.61Chef Expeditor2018-11-291-2/+2
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core 3.0.61 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Merge pull request #7996 from chef/14_release_notesTim Smith2018-11-281-0/+66
|\ | | | | Add initial Chef 14.8 release notes
| * Update RELEASE_NOTES.mdmjingle2018-11-281-1/+1
| | | | | | Co-Authored-By: tas50 <tsmith@chef.io>
| * Update RELEASE_NOTES.mdmjingle2018-11-281-1/+1
| | | | | | Co-Authored-By: tas50 <tsmith@chef.io>
| * Update RELEASE_NOTES.mdmjingle2018-11-281-1/+1
| | | | | | Co-Authored-By: tas50 <tsmith@chef.io>
| * Write release notes for Chef 14Tim Smith2018-11-271-0/+66
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.8.8 by Chef Expeditorv14.8.8Chef Expeditor2018-11-285-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7995 from chef/which_14Tim Smith2018-11-271-1/+3
|\ \ | | | | | | Make sure which mixin requires chef_class
| * | Make sure which mixin requires chef_classTim Smith2018-11-271-1/+3
| | | | | | | | | | | | | | | | | | It uses path_to which is in chef_class Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.8.7 by Chef Expeditorv14.8.7Chef Expeditor2018-11-285-11/+12
| |/ |/| | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7993 from chef/apt_downgradeTim Smith2018-11-272-6/+95
|\ \ | |/ |/| apt_package: Support downgrades for apt packages
| * add tests for apt-get --allow-downgradesapt_downgradeLamont Granquist2018-11-271-2/+79
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add --allow-downgrades to apt-getLamont Granquist2018-11-272-8/+20
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>