summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Avoid accidentally reusing a gid in testsbtm/func-group-gidBryan McLellan2019-04-101-1/+10
| | | | | | | Some platforms have groups in odd ranges, make sure the gid we select is not in use. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 15.0.209 by Chef Expeditorv15.0.209Chef Expeditor2019-04-095-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8348 from chef/testingLamont Granquist2019-04-092-5/+23
|\ | | | | Add Debian 10 testing to Travis
| * Add Debian 10 testing to TravisTim Smith2019-04-082-5/+23
| | | | | | | | | | | | We have a dokken box for Debian 10 now. We should integration test PRs against it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.208 by Chef Expeditorv15.0.208Chef Expeditor2019-04-095-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8344 from chef/lcg/copy-properties-fromTim Smith2019-04-082-0/+128
|\ \ | | | | | | Implement Chef::Resource#copy_properties_from
| * | Implement Chef::Resource#copy_properties_fromlcg/copy-properties-fromLamont Granquist2019-04-082-0/+128
| | | | | | | | | | | | | | | | | | | | | | | | Kept in the properties mixin since it is tightly coupled. closes #7046 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 15.0.207 by Chef Expeditorv15.0.207Chef Expeditor2019-04-085-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8349 from chef/appveyor_ruby_26Tim Smith2019-04-081-0/+1
|\ \ \ | |_|/ |/| | Add Ruby 2.6 testing Appveyor
| * | Add Ruby 2.6 testing AppveyorTim Smith2019-04-081-0/+1
|/ / | | | | | | | | | | They have a ruby26 environment now. We should test with it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.206 by Chef Expeditorv15.0.206Chef Expeditor2019-04-085-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8346 from chef/omnibus_testsTim Smith2019-04-082-0/+2
|\ \ | | | | | | Add PROJECT_NAME to omnibus-test scripts
| * | Add PROJECT_NAME to omnibus-test scriptsJaymala Sinha2019-04-082-0/+2
| | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* | | Update the PR template a bitTim Smith2019-04-081-1/+2
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add issue labels to our other templatesTim Smith2019-04-054-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add label assignment to our bug templateTim Smith2019-04-051-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8343 from chef/snappj/create-omnibus-buildkite-pipelinesJeremiah Snapp2019-04-054-0/+141
|\ \ | | | | | | Create omnibus buildkite pipelines
| * | Create omnibus buildkite pipelinesJeremiah Snapp2019-04-054-0/+141
|/ / | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | Bump version to 15.0.205 by Chef Expeditorv15.0.205Chef Expeditor2019-04-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8324 from ↵Tim Smith2019-04-055-67/+364
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/Nimesh/MSYS-988_lang_add_lc_support locale: Add support to set all LC ENV variables and deprecate LC_ALL
| * | locale resource: Add support to set all LC ENV variablesNimesh-Msys2019-04-045-67/+364
|/ / | | | | | | | | | | | | | | | | | | | | | | - Deprecated `lc_all` - Provided other features like generate locale if it is not available - Removed system dependancy - Added unit and functional test cases - Added YARD format comments - Ensured Chefstyle - Fixes: MSYS-988 Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
* | Bump version to 15.0.204 by Chef Expeditorv15.0.204Chef Expeditor2019-04-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8338 from chef/nokogiriTim Smith2019-04-041-1/+1
|\ \ | | | | | | Update nokogiri to 1.10.2
| * | Update nokogiri to 1.10.2Tim Smith2019-04-031-1/+1
| | | | | | | | | | | | | | | | | | A pile of bugfixes Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.203 by Chef Expeditorv15.0.203Chef Expeditor2019-04-035-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8328 from chef/jsinha/rm_windowsapi_depTim Smith2019-04-032-4/+0
|\ \ \ | |/ / |/| | Remove windows-api pin and update Gemfile.lock
| * | Remove windows-api pin and update Gemfile.lockJaymala Sinha2019-04-032-4/+0
|/ / | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* | Bump version to 15.0.202 by Chef Expeditorv15.0.202Chef Expeditor2019-04-035-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8337 from chef/lcg/fix-dc-utf8-file-outputTim Smith2019-04-032-1/+9
|\ \ | | | | | | fix data collector non-utf8 file output
| * | fix data collector non-utf8 file outputLamont Granquist2019-04-032-1/+9
| |/ | | | | | | | | | | | | | | forces output to UTF-8 so it doesn't throw. closes #8326 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Minor release note updatesTim Smith2019-04-021-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update release notes for Ruby 2.6Tim Smith2019-04-021-1/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.201 by Chef Expeditorv15.0.201Chef Expeditor2019-04-025-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8336 from chef/inspec_BUMPTim Smith2019-04-022-4/+4
|\ \ | | | | | | Update inspec to 3.9.0
| * | Update inspec to 3.9.0Tim Smith2019-04-022-4/+4
|/ / | | | | | | | | | | This should resolve build issues on Solari Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.200 by Chef Expeditorv15.0.200Chef Expeditor2019-04-015-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8333 from chef/ruby26Tim Smith2019-04-014-9/+10
|\ \ | | | | | | Update Ruby to 2.6.2
| * | Install Ruby 2.6.2Tim Smith2019-04-014-9/+10
| | | | | | | | | | | | | | | | | | | | | Bump to the latest and greatest Ruby Pin Rake to 12.3.2 since that's what ships in Ruby Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #8331 from chef/tduffield/hab-v2Tim Smith2019-04-013-4/+10
|\ \ \ | | | | | | | | Move to using the v2 Habitat Build functionality
| * | | Move to using the v2 Habitat Build functionalitytduffield/hab-v2Tom Duffield2019-04-013-4/+10
| | | | | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | | | Update DESIGN_PROPOSAL.mdTim Smith2019-04-011-2/+1
|/ / /
* | | Bump version to 15.0.199 by Chef Expeditorv15.0.199Chef Expeditor2019-04-015-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 15.0.198 by Chef Expeditorv15.0.198Chef Expeditor2019-04-015-11/+12
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Add release notes placeholdersTim Smith2019-03-312-1/+17
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8283 from chef/remove_chef13_testingTim Smith2019-03-313-4/+0
|\ \ | | | | | | Remove chef-13 branch from expeditor/travis/appveyor
| * | Remove chef-13 branch from expeditor/travis/appveyorremove_chef13_testingTim Smith2019-03-083-4/+0
| | | | | | | | | | | | | | | | | | | | | This is no longer a supported release and we won't be building or testing it at this point. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #8330 from chef/nuke_1404Tim Smith2019-03-314-26/+1
|\ \ \ | | | | | | | | Remove Ubuntu 14.04 testing
| * | | Remove Ubuntu 14.04 testingTim Smith2019-03-314-26/+1
| | | | | | | | | | | | | | | | | | | | | | | | This goes EOL at the end of April and we won't be supporting it in Chef 15 officially although support in code will continue. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #8329 from chef/new_inspecTim Smith2019-03-313-29/+32
|\ \ \ \ | |/ / / |/| | | Update InSpec to 3.7.11 and mixlib-cli to 2.0.3
| * | | Make sure we install kitchen-dokken 1.1.1 in testingTim Smith2019-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is the final 1.x release and it now supports TK 2 Signed-off-by: Tim Smith <tsmith@chef.io>