summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Stop building Chef Infra Client on FreeBSD 10snappj/deprecate-freebsd-10Jeremiah Snapp2019-08-121-2/+2
| | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Bump version to 15.2.22 by Chef Expeditorv15.2.22Chef Expeditor2019-08-096-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update the link to our release cadence information (#8807)Lamont Granquist2019-08-081-1/+1
|\ | | | | Update the link to our release cadence information
| * Update the link to our release cadence informationTim Smith2019-08-081-1/+1
|/ | | | | | Don't link to a boneyard repo anymore Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.2.21 by Chef Expeditorv15.2.21Chef Expeditor2019-08-086-13/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8806 from chef/docsTim Smith2019-08-087-16/+20
|\ | | | | Improve the auto-generated docs
| * Fix Chef Client vs. Chef Infra Client logicTim Smith2019-08-081-1/+1
| | | | | | | | | | | | It helps to not pass a nil in Signed-off-by: Tim Smith <tsmith@chef.io>
| * Backport another description from the docs siteTim Smith2019-08-081-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Hide a state property from the docsTim Smith2019-08-081-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve the auto-generated docsTim Smith2019-08-085-14/+18
|/ | | | | | Formatting fixes and updates to the text to make the generated text match what's currently on the site. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 15.2.20Chef Expeditor2019-08-082-52/+49
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8805 from chef/152_notesTim Smith2019-08-081-0/+62
|\ | | | | Add Chef Infra Client 15.2 release notes
| * Another release notes updateTim Smith2019-08-081-1/+1
| | | | | | | | | | | | This was actually wrong Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update release notes per docs reviewTim Smith2019-08-081-5/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add Chef 15.2 release notesTim Smith2019-08-081-0/+62
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.2.20 by Chef Expeditorv15.2.20Chef Expeditor2019-08-086-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8803 from chef/expeditor/ohai_15.2.5Tim Smith2019-08-081-3/+3
|\ | | | | Bump ohai to 15.2.5
| * Bump ohai to 15.2.5Chef Expeditor2019-08-081-3/+3
| | | | | | | | | | | | This pull request was triggered automatically via Expeditor when ohai 15.2.5 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | [ci] Remove explicit debug log level from omnibus pipelines (#8804)Lamont Granquist2019-08-081-4/+1
|\ \ | |/ |/| [ci] Remove explicit debug log level from omnibus pipelines
| * Remove explicit debug log level from omnibus pipelinesJeremiah Snapp2019-08-081-4/+1
|/ | | | | | | The omnibus pipelines now default to "internal" log level so setting this here is no longer necessary. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Merge pull request #8802 from chef/snappj/revert-zypper-test-fixJeremiah Snapp2019-08-081-12/+0
|\ | | | | [ci] Revert the zypper test failures fix
| * Revert the zypper test failures fixJeremiah Snapp2019-08-081-12/+0
|/ | | | | | | We don't need this fix anymore. Updating the test systems resolved the issue. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Merge pull request #8801 from chef/retriesTim Smith2019-08-081-0/+3
|\ | | | | Add retries to the GitHub PRs in Buildkite
| * Fix config levelretriesTim Smith2019-08-081-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add retries to the GitHub PRs in BuildkiteTim Smith2019-08-071-0/+3
|/ | | | | | We keep seeing random failures on our PRs. This resolves that. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.2.19 by Chef Expeditorv15.2.19Chef Expeditor2019-08-086-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8800 from chef/lcg/consistent-not-passedTim Smith2019-08-076-23/+15
|\ | | | | Consistently use NOT_PASSED over alternatives
| * Consistently use NOT_PASSED over alternativesLamont Granquist2019-08-076-23/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We have four different versions of this now, and this converts to just using the one convention in `lib/chef/constants.rb` Interestingly `Chef::NIL_ARGUMENT` is used nowhere in the codebase, that probably got refactored out in 12.5.1. Node objects still use `NIL` but that is a different kind of `Object.new` which really is semantically private to the implementation of attributes. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Add comment to property call method orderTim Smith2019-08-071-1/+1
| | | | | | | | | | | | Let's make sure we don't revert this by accident Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.2.18 by Chef Expeditorv15.2.18Chef Expeditor2019-08-076-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8781 from ab/cmp-not-passedTim Smith2019-08-071-1/+1
|\ \ | |/ |/| Property: Reorder comparison with NOT_PASSED.
| * Property: Reorder comparison with NOT_PASSED.Andy Brody2019-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original comparison `value == NOT_PASSED` ends up calling `.<=>` on value under the hood. This relies on the implementation of `<=>`/`cmp` not being broken in that class. Unfortunately, some classes like OpenSSL::X509::Name have broken implementations of `<=>` that raise TypeError instead of returning nil for mismatched types. https://github.com/ruby/openssl/pull/264 As a result, currently, if you attempt to set a resource property to an OpenSSL::X509::Name object, the result is a TypeError. With this change, we use the implementation of comparison from the NOT_PASSED object instead, which we know will work no matter what. Signed-off-by: Andy Brody <git@abrody.com>
* | Bump version to 15.2.17 by Chef Expeditorv15.2.17Chef Expeditor2019-08-076-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8795 from ↵Tim Smith2019-08-072-24/+32
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/VSingh/temp-dir-using-mkdir-instead-of-mktemp Chef-15: Make temp dir using mkdir instead of mktemp
| * | Fix chown: Operation not permittedVivek Singh2019-08-072-3/+3
| | | | | | | | | | | | | | | | | | - Added sudo chown to fix permission denied error. Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Make temp dir using mkdir instead of mktempVivek Singh2019-08-062-24/+32
| | | | | | | | | | | | | | | | | | - mktemp does not exist for AIX system. Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | Bump version to 15.2.16 by Chef Expeditorv15.2.16Chef Expeditor2019-08-076-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 15.2.15 by Chef Expeditorv15.2.15Chef Expeditor2019-08-076-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8772 from ↵Tim Smith2019-08-072-2/+6
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/dh/MSYS-1057_fix_knife_node_environment fix knife node environment set output
| * | | fix to avoid conflicts with pattern of other datadheerajd-msys2019-08-063-4/+8
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | preserve earlier output pattern with correct fixdheerajd-msys2019-08-062-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | fix knife node environment setdheerajd-msys2019-08-061-1/+1
| |/ / | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | | Merge pull request #8794 from ↵Tim Smith2019-08-072-1/+7
|\ \ \ | | | | | | | | | | | | | | | | chef/Kapil/MSYS-1065_rhsm_repo_disable_does_not_support_wildcard Fix for rhsm_repo disable does not support wildcard
| * | | Fix for rhsm_repo disable does not support wildcardKapil/MSYS-1065_rhsm_repo_disable_does_not_support_wildcardKapil chouhan2019-08-062-1/+7
| |/ / | | | | | | | | | Signed-off-by: Kapil chouhan <kapil.chouhan@msystechnologies.com>
* | | Bump version to 15.2.14 by Chef Expeditorv15.2.14Chef Expeditor2019-08-076-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | zypper_package upgrade action not working (#8462)Lamont Granquist2019-08-072-1/+10
|\ \ \ | | | | | | | | zypper_package upgrade action not working
| * | | fix zypper_package upgrade provider and unit tests to verifyJeremy Chalfant2019-06-132-1/+10
| | | | | | | | | | | | | | | | Signed-off-by: Jeremy Chalfant <jchalfan@us.ibm.com>
* | | | Bump version to 15.2.13 by Chef Expeditorv15.2.13Chef Expeditor2019-08-076-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8796 from chef/sles_11Seth Chisamore2019-08-071-4/+0
|\ \ \ \ | |_|/ / |/| | | Stop building Chef Infra Client on SLES 11
| * | | Stop building Chef Infra Client on SLES 11sles_11Tim Smith2019-08-061-4/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | As of March 31st 2019, SLES 11 is no longer generally supported. Per our support process we will no longer officially support SLES 11. See https://docs.chef.io/platforms.html#platform-end-of-life-policy Signed-off-by: Tim Smith <tsmith@chef.io>