summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use current 15.0.178jsinha/test_178Jaymala Sinha2019-04-081-5/+7
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Temp disable everything except windowsJaymala Sinha2019-04-081-51/+51
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Add PROJECT_NAME to omnibus-test scriptsJaymala Sinha2019-04-082-0/+2
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Create omnibus buildkite pipelinesJeremiah Snapp2019-04-084-3/+143
| | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io> Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Bump version to 15.0.178 by Chef Expeditorv15.0.178Chef Expeditor2019-03-055-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8271 from gsreynolds/fix-aix-mount-errorTim Smith2019-03-042-2/+10
|\ | | | | mount: Add proper new lines when on AIX to prevent failures
| * Ensure that a new blank line `\n\n` is added when appending a new mount ↵Gavin Reynolds2019-03-042-2/+10
| | | | | | | | | | | | | | | | point for AIX. Add existing mount to enable spec Signed-off-by: Gavin Reynolds <gavin@chef.io>
| * fix aix mount bugShaun Mouton2019-03-041-1/+1
|/ | | | | | | | | Without a newline separating entries, AIX will not allow the entry preceding the one managed by Chef to be mounted anymore - this appears not to be an issue for already-mounted filesystems. See Zendesk ticket 20952 for more details. Signed-off-by: Shaun Mouton <smouton@chef.io>
* Bump version to 15.0.177 by Chef Expeditorv15.0.177Chef Expeditor2019-03-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8242 from ↵Tim Smith2019-03-043-18/+111
|\ | | | | | | | | MsysTechnologiesllc/MSYS-937_win_certificate_import_nested windows_certificate: Import nested certificates while importing P7B certs.
| * Adding support to import nested certificates through PFX certificateNimesh-Msys2019-02-271-1/+6
| | | | | | | | | | | | | | | | - The following case was also identified in case of PFX certificate - Minor changes to allow import of ca_certs if they are present - Supporting changes have been sent in PR: https://github.com/chef/win32-certstore/pull/53 Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
| * windows_certificate: Import root/nested certificates while importing P7B ↵Nimesh-Msys2019-02-253-17/+105
| | | | | | | | | | | | | | | | | | | | certificates - P7B might contain multiple certificates and we should not miss the internal one while import. - Added test cases and ensured chef-style - Fixes: MSYS-977 Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
* | Bump version to 15.0.176 by Chef Expeditorv15.0.176Chef Expeditor2019-03-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8258 from chef/openssl_bump_rTim Smith2019-03-041-1/+1
|\ \ | | | | | | Update openssl to 1.0.2r
| * | Update openssl to 1.0.2ropenssl_bump_rTim Smith2019-02-281-1/+1
| | | | | | | | | | | | | | | | | | This resolves a minor CVE that doesn't impact Chef, but should get fixed anyways. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.175 by Chef Expeditorv15.0.175Chef Expeditor2019-03-015-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8259 from chef/old_ruby_hacksTim Smith2019-02-288-66/+29
|\ \ \ | | | | | | | | Remove checks / patches for old versions of Ruby
| * | | Remove checks for old versions of RubyTim Smith2019-02-288-66/+29
|/ / / | | | | | | | | | | | | | | | Some of this supports older versions of Ruby 2.1/2.2 and others support Ruby 1.8 Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Fix capitalization in github bug templateTim Smith2019-02-281-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Update labels used in ExpeditorTim Smith2019-02-281-2/+5
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.174 by Chef Expeditorv15.0.174Chef Expeditor2019-02-285-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8257 from chef/omnisTim Smith2019-02-283-33/+21
|\ \ | | | | | | Update omnibus gemfile deps to remove pry
| * | Allow using a Gemfile.local for omnibusTim Smith2019-02-282-0/+9
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update omnibus gemfile deps to remove pryomnisTim Smith2019-02-282-33/+12
|/ / | | | | | | | | | | Allow for test-kitchen 2 and remove pry which we don't need here and can be easily added with a local gemfile if need be later. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.173 by Chef Expeditorv15.0.173Chef Expeditor2019-02-265-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8255 from chef/lcg/rbnacl-rollbackTim Smith2019-02-262-19/+3
|\ \ | | | | | | rollback rbnacl
| * | rollback rbnaclLamont Granquist2019-02-262-19/+3
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.172 by Chef Expeditorv15.0.172Chef Expeditor2019-02-255-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8248 from Xorima/windows_shareTim Smith2019-02-251-6/+9
|\ \ | |/ |/| windows_share: Improve path comparison to prevent convering on each run
| * Require Path helperJason Field2019-02-251-0/+1
| | | | | | | | Signed-off-by: Jason Field <jason@avon-lea.co.uk>
| * Update windows_share.rbXorima2019-02-221-1/+1
| | | | | | | | | | | | Linting Fix Signed-off-by: Jason Field <jason@avon-lea.co.uk>
| * Update Share Bug FixJason Field2019-02-221-6/+8
| | | | | | | | | | | | | | Fixes issue where updating a share will cause the share to be deleted but not re-created until chef is next run, and for chef to fail the run Signed-off-by: Jason Field <jason@avon-lea.co.uk>
* | Bump version to 15.0.171 by Chef Expeditorv15.0.171Chef Expeditor2019-02-225-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8240 from chef/libxml2_15Tim Smith2019-02-221-1/+1
|\ \ | |/ |/| Update libxml2 to 2.9.9
| * Update libxml2 to 2.9.9libxml2_15Tim Smith2019-02-191-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.170 by Chef Expeditorv15.0.170Chef Expeditor2019-02-225-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8245 from chef/btm/MSYS-955_openssl_dhparam_mode_fixBryan McLellan2019-02-222-12/+16
|\ \ | | | | | | allow setting mode for openssl_dhparam after creation
| * | Simplify openssl_dhparam mode fixbtm/MSYS-955_openssl_dhparam_mode_fixBryan McLellan2019-02-211-20/+11
| | | | | | | | | | | | | | | | | | Reduce this down to a single file resource Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * | update property for existing filedheerajd-msys2019-02-211-4/+14
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | chefstyle fixdheerajd-msys2019-02-211-1/+1
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | test case addeddheerajd-msys2019-02-212-10/+15
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | fix for resource properties updatedheerajd-msys2019-02-211-3/+1
|/ / | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 15.0.169 by Chef Expeditorv15.0.169Chef Expeditor2019-02-215-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8244 from chef/lcg/libsodiumLamont Granquist2019-02-212-7/+7
|\ \ | | | | | | pin rbnacl to 5.x
| * | update Gemfile.lockLamont Granquist2019-02-211-6/+6
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | pin rbnacl to 5.xLamont Granquist2019-02-211-1/+1
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.168 by Chef Expeditorv15.0.168Chef Expeditor2019-02-205-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8243 from chef/lcg/lazy-universalLamont Granquist2019-02-201-1/+3
|\ \ | | | | | | add LazyModuleInclude to Universal DSL
| * | add missing require linelcg/lazy-universalLamont Granquist2019-02-201-0/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | add LazyModuleInclude to Universal DSLLamont Granquist2019-02-201-1/+2
|/ / | | | | | | | | | | | | somehow this was missed in #4942 which makes this DSL much less useful as a target. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>