summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump inspec-core to 3.0.46expeditor/inspec-core_3.0.46Chef Expeditor2018-11-081-3/+3
| | | | | | This pull request was triggered automatically via Expeditor when inspec-core 3.0.46 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 15.0.54 by Chef Expeditorv15.0.54Chef Expeditor2018-11-085-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7896 from chef/lcg/fix-knife-integration-timeoutsLamont Granquist2018-11-083-13/+19
|\ | | | | Fix the knife integration spec timeouts
| * fix the knife integration spec timeoutsLamont Granquist2018-11-083-13/+19
|/ | | | | | | | | rely on killing the thread to terminate the server, and rely on thread#join to correctly signal to the main thread that the server thread is dead, don't leak the server object out of the helper. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.53 by Chef Expeditorv15.0.53Chef Expeditor2018-11-075-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7890 from chef/lcg/node-attribute-whitspace-fixesLamont Granquist2018-11-071-185/+189
|\ | | | | fix whitespace in node attributes [ci skip]
| * fix whitespace in node attributes [ci skip]Lamont Granquist2018-11-071-185/+189
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.52 by Chef Expeditorv15.0.52Chef Expeditor2018-11-075-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7886 from chef/lcg/yum-version-with-package-sourceLamont Granquist2018-11-071-0/+18
|\ | | | | add tests for yum version with package_source bug
| * spelling is a thinglcg/yum-version-with-package-sourceLamont Granquist2018-11-071-2/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add tests for yum version with package_source bugLamont Granquist2018-11-071-0/+18
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.51 by Chef Expeditorv15.0.51Chef Expeditor2018-11-075-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7866 from chef/provisioningTim Smith2018-11-073-82/+3
|\ \ | | | | | | Remove Chef provisioning lazy loading
| * | Remove Chef provisioning lazy loadingprovisioningTim Smith2018-11-023-82/+3
| | | | | | | | | | | | | | | | | | Remove the lazy loading of chef provisioning resources Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.50 by Chef Expeditorv15.0.50Chef Expeditor2018-11-075-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7884 from chef/descriptionsTim Smith2018-11-0723-37/+34
|\ \ \ | | | | | | | | Update more descriptions and tweak default handling in chef-resource-inspector
| * | | More tweaks to when we quote defaults in resource-inspectorTim Smith2018-11-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | We were quoting a lot of odd things like empty arrays or empty strings. The original intent was to quote symbols. Let's just stick to that. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | More resource description updatesTim Smith2018-11-0722-36/+33
| | |/ | |/| | | | | | | | | | | | | Better descriptions for many name properties and copy edits from the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #7858 from chef/breaking_changesTim Smith2018-11-071-0/+69
|\ \ \ | |/ / |/| | Document our breaking changes in Chef 15
| * | Document our breaking changes in Chef 15breaking_changesTim Smith2018-11-041-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | This is a *very* rough draft of the notes we'll ship in April. I wanted to get what we've done so far written down so we don't have to dig through 4 months of git history later on. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.49 by Chef Expeditorv15.0.49Chef Expeditor2018-11-075-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7879 from chef/firewallStuart Preston2018-11-072-24/+69
|\ \ \ | | | | | | | | Allow passing multiple ports in windows_firewall
| * | | Coerce arrays of ints to an array of stringsfirewallTim Smith2018-11-062-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | Otherwise it won't compare to the PS output Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Allow passing multiple ports in windows_firewallTim Smith2018-11-062-24/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow ports to be an integer Allow ports to be a comma separated list or an array Workaround a bug in PowerShell where arrays that are converted to json turn into hashes with the count and the value The quotes around the port are removed because you can't pass '80,8080' in the cmdlet. It has to be a bare 80,8080 Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.0.48 by Chef Expeditorv15.0.48Chef Expeditor2018-11-065-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 15.0.47 by Chef Expeditorv15.0.47Chef Expeditor2018-11-065-11/+12
|/ / / | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7880 from chef/inspector_v2Tim Smith2018-11-061-1/+1
|\ \ \ | | | | | | | | resource inspector: don't convert nil to "nil" in default values
| * | | resource inspector: don't convert nil to "nil" in default valuesinspector_v2Tim Smith2018-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Only inspec the value if it isn't nil. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #7881 from chef/wordingTim Smith2018-11-0611-34/+47
|\ \ \ \ | |/ / / |/| | | Add additional descriptions to resource and update others
| * | | Add additional descriptions to resource and update otherswordingTim Smith2018-11-0611-34/+47
|/ / / | | | | | | | | | | | | | | | | | | Update descriptions to match the edits that were done to the docs site. Also fix windows_share to lazily eval the arrays, which is a bugfix + a docs fix the way we generate docs right now. Signed-off-by: Tim Smith <tsmith@chef.io>gi Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.46 by Chef Expeditorv15.0.46Chef Expeditor2018-11-065-11/+11
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | More release notes typosTim Smith2018-11-051-1/+1
| | |
* | | Fix release notes typoTim Smith2018-11-051-1/+1
| | |
* | | Bump version to 15.0.45 by Chef Expeditorv15.0.45Chef Expeditor2018-11-055-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7871 from tomdoherty/run-initramfs_command-only-onceTim Smith2018-11-051-13/+19
|\ \ \ | | | | | | | | Defer running initramfs_command until end of run
| * | | Defer running initramfs_command until end of runTom Doherty2018-11-051-13/+19
| | | | | | | | | | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* | | | Bump version to 15.0.44 by Chef Expeditorv15.0.44Chef Expeditor2018-11-055-10/+10
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 15.0.43 by Chef Expeditorv15.0.43Chef Expeditor2018-11-055-10/+10
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 15.0.42 by Chef Expeditorv15.0.42Chef Expeditor2018-11-055-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 15.0.41 by Chef Expeditorv15.0.41Chef Expeditor2018-11-055-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7852 from chef/cookbook_createTim Smith2018-11-052-71/+0
|\ \ \ \ | | | | | | | | | | Fully remove knife cookbook create command
| * | | | Fully remove knife cookbook create commandcookbook_createTim Smith2018-11-022-71/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already removed all functionality and replaced it with an error message. This prevents the command from showing up in help. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Merge pull request #7867 from chef/validationsTim Smith2018-11-056-9/+18
|\ \ \ \ \ | | | | | | | | | | | | Add more validation_messages to properties
| * | | | | Add more validation_messages to propertiesvalidationsTim Smith2018-11-036-9/+18
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Provide users with more helpful messages Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 15.0.40 by Chef Expeditorv15.0.40Chef Expeditor2018-11-055-11/+12
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7869 from chef/knife_descriptionsTim Smith2018-11-0514-14/+14
|\ \ \ \ \ | | | | | | | | | | | | Make knife command banners consistent
| * | | | | Make knife command banners consistentknife_descriptionsTim Smith2018-11-0414-14/+14
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Add (options) everywhere you can pass in options. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 15.0.39 by Chef Expeditorv15.0.39Chef Expeditor2018-11-055-11/+12
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7842 from Intility/windows_firewall_ruleTim Smith2018-11-053-0/+561
|\ \ \ \ \ | | | | | | | | | | | | Add windows_firewall_rule
| * | | | | remove references to the cookbookTor Magnus Rakvåg2018-11-011-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>