summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update RELEASE_NOTES.md 164_releaseTim Smith2020-08-171-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
* Update RELEASE_NOTES.md Tim Smith2020-08-171-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
* Update RELEASE_NOTES.md Tim Smith2020-08-171-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
* Update RELEASE_NOTES.md Tim Smith2020-08-171-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
* Fix a resource nameTim Smith2020-08-141-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* codd -> codeTim Smith2020-08-141-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add 16.4 release notesTim Smith2020-08-141-0/+46
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.4.29 by Chef Expeditorv16.4.29Chef Expeditor2020-08-147-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.4.28 by Chef Expeditorv16.4.28Chef Expeditor2020-08-147-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10301 from kimbernator/masterTim Smith2020-08-141-1/+1
|\ | | | | do not require source when removing powershell package source
| * do not require source when removing powershell package sourcejk0509742020-08-141-1/+1
| | | | | | | | Signed-off-by: Jeremy Kimber <jeremykimberh@gmail.com>
* | Merge pull request #10303 from chef/macos_specsTim Smith2020-08-141-2/+2
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Convert the functional tests over to macos? as wellTim Smith2020-08-141-2/+2
|/ | | | | | I missed these. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.4.27 by Chef Expeditorv16.4.27Chef Expeditor2020-08-147-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.4.26 by Chef Expeditorv16.4.26Chef Expeditor2020-08-147-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10284 from chef/existTim Smith2020-08-1457-144/+145
|\ | | | | Fix File.exist throughout the codebase
| * File.exists? -> File.exist?existTim Smith2020-08-1257-144/+145
| | | | | | | | | | | | Update some of these methods Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10289 from chef/minor_specTim Smith2020-08-142-8/+8
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Minor tweaks to the platform checks in the specsminor_specTim Smith2020-08-122-8/+8
| |/ | | | | | | | | | | | | Use match? to make sure we always get a bool back. Rename os_x? to macos? Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #10292Chef Expeditor2020-08-141-3/+4
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.4.25 by Chef Expeditorv16.4.25Chef Expeditor2020-08-147-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10292 from chef/omnibus_kitchenTim Smith2020-08-131-32/+7
|\ \ | | | | | | Update Omnibus kitchen config with public boxes
| * | Update Omnibus kitchen config with public boxesomnibus_kitchenTim Smith2020-08-121-32/+7
| | | | | | | | | | | | | | | | | | Get this closer to actually working as a test environment. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #10297 from chef/bumps_all_depsTim Smith2020-08-132-3/+3
|\ \ \ | | | | | | | | Update Fauxhai to 8.3
| * | | Update Fauxhai to 8.3Tim Smith2020-08-132-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.4.24 by Chef Expeditorv16.4.24Chef Expeditor2020-08-137-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #10294 from chef/require_optimizationTim Smith2020-08-1314-14/+14
|\ \ \ \ | | | | | | | | | | Optimize requires for non-omnibus installs
| * | | | Optimize requires for non-omnibus installsrequire_optimizationTim Smith2020-08-1214-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only require external libraries if we need to. Also use require_relative everywhere we can. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 16.4.23 by Chef Expeditorv16.4.23Chef Expeditor2020-08-137-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #10296 from chef/bumps_all_depsTim Smith2020-08-132-23/+23
|\ \ \ \ \ | | |/ / / | |/| | | Bump deps for require perf optimizations
| * | | | Bump deps for require perf optimizationsTim Smith2020-08-132-23/+23
|/ / / / | | | | | | | | | | | | | | | | | | | | This should be faster in test Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.4.22 by Chef Expeditorv16.4.22Chef Expeditor2020-08-127-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #10295 from chef/bump_telemetryTim Smith2020-08-122-4/+4
|\ \ \ \ | | | | | | | | | | Update chef-telemetry and ohai to the latest
| * | | | Update chef-telemetry and ohai to the latestTim Smith2020-08-122-4/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.4.21 by Chef Expeditorv16.4.21Chef Expeditor2020-08-127-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #10290 from chef/macos_helperTim Smith2020-08-121-2/+2
|\ \ \ \ | |/ / / |/| | | Use macos? helper in homebrew_update
| * | | Use macos? helper in homebrew_updateTim Smith2020-08-121-2/+2
| | |/ | |/| | | | | | | | | | | | | This is the one we should be using vs. the alias. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.4.20 by Chef Expeditorv16.4.20Chef Expeditor2020-08-127-21/+20
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10293 from chef/duplicate_requireTim Smith2020-08-121-1/+0
|\ \ | |/ |/| Remove a duplicate require
| * Remove a duplicate requireduplicate_requireTim Smith2020-08-121-1/+0
|/ | | | | | New RuboCop rule detected this dupe Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.4.19 by Chef Expeditorv16.4.19Chef Expeditor2020-08-127-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10291 from chef/bump_depsTim Smith2020-08-122-23/+19
|\ | | | | Bump Ohai to 16.4.9
| * Bump Ohai to 16.4.9Tim Smith2020-08-122-23/+19
|/ | | | | | This hopefully resolves failures in the CI pipelines Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #10286Chef Expeditor2020-08-121-0/+2
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10286 from ↵Tim Smith2020-08-121-15/+15
|\ | | | | | | | | MsysTechnologiesllc/Kapil/Github-9541_ssl_chef-rspec.cert_is_expired Renew an expired SSL Certificate
| * renew an expired SSL CertificateKapil Chouhan2020-08-121-15/+15
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | Update CHANGELOG.md with details from pull request #10288Chef Expeditor2020-08-121-3/+4
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10288 from karlamrhein/patch-2Tim Smith2020-08-121-2/+2
|\ \ | | | | | | double quotes in example for string interpolation
| * | double quotes in example for string interpolationKarl Amrhein2020-08-121-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the example: ``` execute 'test_rule' do command 'command_to_run --option value --option value --source \#{node[:name_of_node][:ipsec][:local][:subnet]} -j test_rule' action :nothing end ``` that example command would not run correctly because the variable #{node{node[:name_of_node][:ipsec][:local][:subnet]} would not be evaluated. changing to double quotes fixes the example. Obvious fix.
* | Bump version to 16.4.18 by Chef Expeditorv16.4.18Chef Expeditor2020-08-117-22/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.