summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Nokogiri to 1.8.5libxmlTim Smith2018-10-101-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Pull in the updated RubyTim Smith2018-10-102-7/+7
| | | | | | | | This will include https://github.com/chef/omnibus-software/pull/963 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump libxml2 / nokogiri to the latestTim Smith2018-10-101-2/+2
| | | | | | | | | | | | | | | | | | | | | libxml2 CVE-2018-9251 https://www.cvedetails.com/cve/CVE-2018-9251/ nokogiri change bumps vendored libxml2: ``` [MRI] Behavior in libxml2 has been reverted which caused CVE-2018-8048 (loofah gem), CVE-2018-3740 (sanitize gem), and CVE-2018-3741 (rails-html-sanitizer gem). The commit in question is here: https://github.com/GNOME/libxml2/commit/960f0e2 and more information is available about this commit and its impact here: https://github.com/flavorjones/loofah/issues/144 This release simply reverts the libxml2 commit in question to protect users of Nokogiri's vendored libraries from similar vulnerabilities. ``` Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.6.18 by Chef Expeditorv14.6.18Chef Expeditor2018-10-095-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7736 from chef/timezoneTim Smith2018-10-094-0/+133
|\ | | | | Add the timezone resource from the timezone_lwrp cookbook
| * Shellout with an array for safetTim Smith2018-10-091-5/+1
| | | | | | | | | | | | | | Simplifies this code a bit, but it also the safe thing to do in the event that the timezone has a space. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add the timezone resource from the timezone_lwrp cookbookTim Smith2018-10-094-0/+137
|/ | | | | | Adding this resource to core Chef with permission from @dragonsmith Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7730 from chef/btm/appveyor-skipTim Smith2018-10-081-0/+11
|\ | | | | Configure Appveyor to skip some commits
| * Configure Appveyor to skip some commitsBryan McLellan2018-10-081-0/+11
|/ | | | | | | - Avoid running on Expeditor changes - Avoid running on CHANGELOG/RELEASE_NOTES changes Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 14.6.17 by Chef Expeditorv14.6.17sp/testing-azure-devopsChef Expeditor2018-10-065-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7727 from chef/slimStuart Preston2018-10-062-2/+2
|\ | | | | Only include the Windows distro files on Windows
| * Only include the Windows distro files on WindowsTim Smith2018-10-052-2/+2
|/ | | | | | | | We don't actually need these powershell scripts and DLLs on non-Windows platforms. This shaves 300k from our gem size on non-Windows platforms. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.6.16 by Chef Expeditorv14.6.16Chef Expeditor2018-10-055-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7726 from chef/omnibus_updateTim Smith2018-10-055-31/+21
|\ | | | | Cleanup the Test Kitchen setup in omnibus
| * Cleanup the Test Kitchen setup in omnibusTim Smith2018-10-055-31/+21
| | | | | | | | | | | | | | | | | | | | Unpin cookbook deps Remove platforms we don't support anymore Add new platforms Update instructions for getting setup in Vagrant Cloud Fold the kitchen files into a single file Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.6.15 by Chef Expeditorv14.6.15Chef Expeditor2018-10-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7719 from ↵Tim Smith2018-10-051-1/+7
|\ \ | |/ |/| | | | | bankair/bankair--update-docs-Chef--Knife--Bootstrap-validate_options--for-pr better docs for Chef::Knife::Bootstrap#validate_options!
| * better docs for Chef::Knife::Bootstrap#validate_options!Alexandre IGNJATOVIC2018-10-041-1/+7
| | | | | | | | Signed-off-by: Alexandre Ignjatovic <alexandre.ignjatovic@gmail.com>
* | Bump version to 14.6.14 by Chef Expeditorv14.6.14Chef Expeditor2018-10-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7725 from chef/lcg/cleanup-ruby-docsTim Smith2018-10-052-7/+9
|\ \ | | | | | | Add chef-cleanup omnibus-software defn
| * | Add chef-cleanup omnibus-software defnLamont Granquist2018-10-052-7/+9
|/ / | | | | | | | | | | reduces the size of the installed omnibus package from 191 MB to 132 MB Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.6.13 by Chef Expeditorv14.6.13Chef Expeditor2018-10-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7723 from chef/expeditor/inspec-core_2.3.10Tim Smith2018-10-041-1/+1
|\ \ | | | | | | Bump inspec-core to 2.3.10
| * | Bump inspec-core to 2.3.10Chef Expeditor2018-10-041-1/+1
|/ / | | | | | | | | | | This pull request was triggered automatically via Expeditor when inspec-core 2.3.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.6.12 by Chef Expeditorv14.6.12Chef Expeditor2018-10-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7709 from chef/expeditor/inspec-core_2.3.5Tim Smith2018-10-041-3/+3
|\ \ | |/ |/| Bump inspec-core to 2.3.5
| * Bump inspec-core to 2.3.5expeditor/inspec-core_2.3.5Chef Expeditor2018-10-011-3/+3
| | | | | | | | | | | | This pull request was triggered automatically via Expeditor when inspec-core 2.3.5 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.6.11 by Chef Expeditorv14.6.11Chef Expeditor2018-10-025-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7710 from freakinhippie/rhsm_errata_level_typoTim Smith2018-10-021-1/+1
|\ \ | |/ |/| fixed typo in description property of rhsm_errata_level resource
| * fixed typo in descriptionJoshua Colson2018-10-021-1/+1
|/ | | | Signed-off-by: Joshua Colson <joshua.colson@gmail.com>
* Bump version to 14.6.10 by Chef Expeditorv14.6.10Chef Expeditor2018-09-295-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7706 from chef/lcg/document-buggy-windows-package-thingsLamont Granquist2018-09-281-1/+23
|\ | | | | add some big FIXMEs
| * more parenthesized yappinglcg/document-buggy-windows-package-thingsLamont Granquist2018-09-281-1/+7
| | | | | | | | | | | | confusing use case is very confusing. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add some big FIXMEsLamont Granquist2018-09-281-1/+17
|/ | | | | | | | | the windows package provider is doing some very strange, and very likely very buggy things. i don't have the time or the knowledge right now to unwind these though. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.6.9 by Chef Expeditorv14.6.9Chef Expeditor2018-09-285-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7705 from chef/lcg/short-circuit-version-compareBryan McLellan2018-09-281-1/+1
|\ | | | | short circuit before the version_compare call
| * short circuit before the version_compare calllcg/short-circuit-version-compareLamont Granquist2018-09-271-1/+1
|/ | | | | | | | | | | combined with the other PRs this will make most of the subclasses never even call version_compare now. the subclasses that need allow_downgrade as a feature should implement both the property and implement version_compare now. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.6.8 by Chef Expeditorv14.6.8Chef Expeditor2018-09-285-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7701 from chef/lcg/allow-downgrade-pseudo-defaultTim Smith2018-09-273-8/+16
|\ | | | | Change the allow_downgrade pseudo-default in the package provider superclass to true
| * fix package provider superclass specslcg/allow-downgrade-pseudo-defaultLamont Granquist2018-09-271-2/+10
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix rpm_package specsLamont Granquist2018-09-271-5/+5
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * change the pseudo-default here to trueLamont Granquist2018-09-271-1/+1
| | | | | | | | | | | | | | package providers that don't know anything about allow_downgrade should get true by default. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.6.7 by Chef Expeditorv14.6.7Chef Expeditor2018-09-285-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7703 from chef/lcg/gem-version-sanitizationTim Smith2018-09-272-2/+29
|\ \ | |/ |/| Sanitize inputs to Gem::Version in comparison operation of Package provider superclass
| * sanitize inputs to Gem::Versionlcg/gem-version-sanitizationLamont Granquist2018-09-272-2/+29
|/ | | | | | | we know this may produce incorrect comparisons in some cases, but we never want it to fail. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.6.6 by Chef Expeditorv14.6.6Chef Expeditor2018-09-275-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7697 from chef/lcg/to-h-cleanupTim Smith2018-09-2736-146/+198
|\ | | | | replace some instances of to_hash with to_h
| * replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-2636-146/+198
| | | | | | | | | | | | | | | | | | | | | | to_hash on a lot of these objects should go away, but even eliminating all our calls to to_hash on these objects internally is difficult. (e.g. converting the knife ui code to call #to_h means we wind up calling nil#to_h which "helpfully" becomes '{}' which is hilarious and i don't know why someone thought that was a good idea). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.6.5 by Chef Expeditorv14.6.5Chef Expeditor2018-09-275-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7696 from ↵Tim Smith2018-09-271-2/+3
|\ \ | |/ |/| | | | | MsysTechnologiesllc/nimesh/MSYS-866_handling_spaces_in_package Minor optimization in yum_helper.py to avoid RPM DB corruption under certain scenarios