summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use $env:temp instead of c:/btm/fix-windows-func-testBryan McLellan2020-04-031-3/+3
| | | | | | The drive root has more restrictive permissions Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 16.0.180 by Chef Expeditorv16.0.180Chef Expeditor2020-04-037-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9581 from chef/lcg/redundant-identityTim Smith2020-04-0324-38/+56
|\ | | | | Change the name_property to be the identity property by default, and to have desired_state: false by default
| * remove identity: false herelcg/redundant-identityLamont Granquist2020-04-021-1/+1
| | | | | | | | | | | | | | the name_property-identity patch was made backcompatible so that this was never necessary Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove debuggingLamont Granquist2020-04-021-11/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Change name_property to be identity and not desired_state by defaultLamont Granquist2020-04-026-17/+45
| | | | | | | | | | | | | | | | If no other property is an identity property then the name_property is the default identity property. The name_property is also marked as not being desired state by default (the 'name' should never change). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove redundant identityLamont Granquist2020-04-0219-22/+23
| | | | | | | | | | | | | | | | | | | | | | name_property implies identity if there is no other identity property this has been the behavior for a very long time, dunno why #4282 was never closed. closes #4282 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.179 by Chef Expeditorv16.0.179Chef Expeditor2020-04-027-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9584 from chef/more_platformsTim Smith2020-04-021-1/+3
|\ \ | |/ |/| Add Ubuntu 20.04 x86_64 and Ubuntu 18.04 aarch64 testers
| * Add Ubuntu 20.04 x86_64 and Ubuntu 18.04 aarch64 testersTim Smith2020-04-021-1/+3
|/ | | | | | MORE PLATFORMS!!!!! Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.178 by Chef Expeditorv16.0.178Chef Expeditor2020-04-027-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9574 from chef/lcg/fix-breakageTim Smith2020-04-021-0/+2
|\ | | | | fix chef_vault_secret after_resource breakage
| * fix chef_vault_secret after_resource breakageLamont Granquist2020-04-021-0/+2
|/ | | | | | | fixes the idempotent behavior of chef_vault_secret to also not error out, even if it isn't actually idempotent. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.0.177 by Chef Expeditorv16.0.177Chef Expeditor2020-04-027-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9562 from chef/lcg/after-resourceTim Smith2020-04-028-60/+237
|\ | | | | Add after_resource to pair with current_resource
| * remove duping for load_current_value and code duplicationlcg/after-resourceLamont Granquist2020-03-312-52/+24
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Add after_resource to pair with current_resourceLamont Granquist2020-03-317-37/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For custom resources which correctly implement load_current_value the new after_resource comes for "free" and load_current_value will be called twice to load the current_resource (should be renamed the "before_resource" but that ship sailed) and then the after_resource. Appropriate wiring is added for a new event and capturing that into the action_collection and then the data_collector. The resource_reporter has not and will not be updated. For old style resources which are difficult to convert to custom resources (thinking here particularly of the 1:N model of the service resource in core chef, or stuff that just may be a lot of work like the file resource) then they can override the load_after_resource to manually wire up their own after_resource. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.176 by Chef Expeditorv16.0.176Chef Expeditor2020-04-027-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9570 from chef/lcg/unified-mode4Tim Smith2020-04-0125-65/+85
|\ \ | | | | | | Convert more resources to unified_mode
| * | Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-0125-65/+85
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.0.175 by Chef Expeditorv16.0.175Chef Expeditor2020-04-027-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9572 from chef/noko_bumpTim Smith2020-04-011-1/+1
|\ \ \ | | | | | | | | Update Nokogiri to 1.11.0.rc2
| * | | Update Nokogiri to 1.11.0.rc2Tim Smith2020-04-011-1/+1
|/ / / | | | | | | | | | | | | | | | Closer to the final release Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.174 by Chef Expeditorv16.0.174Chef Expeditor2020-04-027-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9569 from chef/bumpsTim Smith2020-04-014-28/+28
|\ \ \ | |/ / |/| | Update Ruby to 2.7.1 / bundler to 2.1.4
| * | Update Ruby to 2.7.1 / bundler to 2.1.4Tim Smith2020-04-014-28/+28
|/ / | | | | | | | | | | | | | | This resolves 2 CVEs in Ruby https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/ Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.173 by Chef Expeditorv16.0.173Chef Expeditor2020-04-017-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9568 from chef/s390xTim Smith2020-04-011-5/+1
|\ \ | | | | | | Stop building S390x packages
| * | Remove Ubuntu 20.04 for now as wells390xTim Smith2020-04-011-1/+1
| | | | | | | | | | | | | | | | | | It's coming back once we work out our AMI / python 2 issues Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Stop building S390x packagesTim Smith2020-04-011-4/+0
|/ / | | | | | | | | | | We will not be supporting these platforms for Chef 16 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.172 by Chef Expeditorv16.0.172Chef Expeditor2020-04-017-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9565 from TheLunaticScripter/tls/hab_version_fixTim Smith2020-04-011-3/+2
|\ \ | | | | | | Make the hab version check a full version check not just minor release
| * | make it one lineJohn Snow2020-04-011-2/+1
| | | | | | | | | | | | Signed-off-by: John Snow <thelunaticscripter@outlook.com>
| * | Make the hab version check a full version check not just minor releaseJohn Snow2020-04-011-3/+3
| | | | | | | | | | | | Signed-off-by: John Snow <thelunaticscripter@outlook.com>
* | | Bump version to 16.0.171 by Chef Expeditorv16.0.171Chef Expeditor2020-04-017-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9564 from chef/csnapp/add_win10_testerTim Smith2020-03-311-0/+1
|\ \ \ | | | | | | | | Add Windows 10 Tester
| * | | Add Windows 10 Testercsnapp/add_win10_testerChristopher A. Snapp2020-03-301-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* | | | Bump version to 16.0.170 by Chef Expeditorv16.0.170Chef Expeditor2020-04-017-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9563 from chef/btm/win10functionalTim Smith2020-03-311-4/+4
|\ \ \ \ | |_|_|/ |/| | | Fix functional tests on Windows 10 by matching less
| * | | Fix functional tests on Windows 10 by matching lessBryan McLellan2020-03-311-4/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows 10 1909 is a service pack, but without being called a service pack. 1909 is a very small update over 1903, and in fact most of the binaries are not rebuilt. The version for 1909 is 10.0.18363, but the version in many files is still 10.0.18362, which was the version for 1903. This caused this functional test to fail on 1909 because 10.0.18362 != 10.0.18363. Nowhere else are we concerned with the file versions matching the OS version, so the fix is to match less of the version. By matching only '10.0', we should not see this again. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | Bump version to 16.0.169 by Chef Expeditorv16.0.169Chef Expeditor2020-03-317-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9553 from chef/fix_cloudTim Smith2020-03-312-1/+8
|\ \ \ | | | | | | | | Fix cloud? helper to only report true on cloud instances
| * | | Fix cloud? helper to only report true on cloud instancesTim Smith2020-03-312-1/+8
|/ / / | | | | | | | | | | | | | | | Ohai always returns the cloud key so checking for the key isn't valid for cloud. We need to make sure it's not nil instead. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.168 by Chef Expeditorv16.0.168Chef Expeditor2020-03-317-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9552 from chef/build_essential_macosTim Smith2020-03-311-3/+1
|\ \ \ | | | | | | | | Simplify the matching code per code review
| * | | Simplify the matching code per code reviewTim Smith2020-03-311-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I read the github review history wrong on this and totally missed this suggestion. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.0.167 by Chef Expeditorv16.0.167Chef Expeditor2020-03-317-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9550 from chef/build_essential_macosTim Smith2020-03-314-24/+244
|\ \ \ \ | |/ / / | | | | build_essential resource: fix macOS 10.15 and improve installation support with a new :upgrade action for macOS
| * | | Fix failing specsTim Smith2020-03-311-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add example for upgrading on macOSTim Smith2020-03-311-0/+7
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>