summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Windows Integration and Functional tests for BKjsinha/migrate_appveyorJaymala Sinha2019-10-016-10/+65
| | | | | | | | | * Use default windows 2019 image * Skip 8dot3name tests as default disabled on 2019 * Use windows privileged executor for functional tests * Use windows docker image for chocolatey tests Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Bump version to 14.14.5 by Chef Expeditorv14.14.5Chef Expeditor2019-09-185-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8894 from atward/backport-dnf-rhel8Tim Smith2019-09-185-8/+32
|\ | | | | dnf_package fixes for RHEL8 backport to chef-14
| * only test these on rhel >= 8 where they workLamont Granquist2019-09-173-5/+15
| | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> Signed-off-by: Adam Ward <adamw@subdesigns.net>
| * allow_downgrades by defaultLamont Granquist2019-09-171-2/+2
| | | | | | | | | | | | | | | | somewhere we broke this along the way and had no test coverage for DNF apparently Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> Signed-off-by: Adam Ward <adamw@subdesigns.net>
| * dnf_package fixes for RHEL8Lamont Granquist2019-09-171-1/+15
| | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> Signed-off-by: Adam Ward <adamw@subdesigns.net>
* | Bump version to 14.14.4 by Chef Expeditorv14.14.4Chef Expeditor2019-09-185-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8901 from jjustice6/backport_8847Tim Smith2019-09-182-3/+29
|\ \ | |/ |/| Backport #8847 into Chef 14: Added support to provide additional options to bundle install
| * Looks like it's empty rather than nil here.Joshua Justice2019-09-181-2/+2
| | | | | | | | Signed-off-by: Joshua Justice <jjustice6@bloomberg.net>
| * Added support to provide additional options to bundle installAmol Shinde2019-09-182-3/+29
|/ | | | | | | - Added option to skip gem metadata installation - Added test cases for gem installer Signed-off-by: Amol Shinde <amol.shinde@msystechnologies.com>
* Bump version to 14.14.3 by Chef Expeditorv14.14.3Chef Expeditor2019-09-145-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Revert "Drop privileges before creating files in solo mode" (#8881)Lamont Granquist2019-09-141-1/+1
|\ | | | | Revert "Drop privileges before creating files in solo mode"
| * Revert "Drop privileges before creating files in solo mode"lcg/revert-drop-perms-14Lamont Granquist2019-09-111-1/+1
|/ | | | This reverts commit 053a910010563c303b0051c121c08a371d0a5540.
* Bump version to 14.14.2 by Chef Expeditorv14.14.2Chef Expeditor2019-09-105-12/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8870 from chef/jsinha/update_platforms+rubyTim Smith2019-09-1010-189/+546
|\ | | | | Jsinha/update platforms+ruby
| * Comment currently failing BK tests and remove Appveyorjsinha/update_platforms+rubyJaymala Sinha2019-09-102-179/+102
| | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| * Migrate all verification to BuildkiteJaymala Sinha2019-09-106-117/+551
| | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| * Update ruby 2.5.6 and lockfileJaymala Sinha2019-09-102-20/+20
| | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| * Deprecate macOS 10.12 and add macOS 10.15 supportJaymala Sinha2019-09-101-2/+2
|/ | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Bump version to 14.14.1 by Chef Expeditorv14.14.1Chef Expeditor2019-08-235-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8841 from chef/lcg/unified-mode-backportTim Smith2019-08-229-70/+1055
|\ | | | | unified mode backport to Chef-14
| * remove debugginglcg/unified-mode-backportLamont Granquist2019-08-221-1/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Add unified_mode switch for resourcesLamont Granquist2019-08-229-70/+1056
|/ | | | | | | | | | | | | | | | | | | | | | | | | | This is inspired by "use_inline_resources". Setting `unified_mode false` in a resource would be the existing behavior with separate compile/converge phases. Setting `unified_mode true` in a resource will eliminate the converge phase. Reverse notifications and delayed notifications will still fire. The resource action will behave like all resources are executing at compile time. As a aside, notifications have never worked for resources firing at compile time. This implementation gets that behavior correct so that notifications will work. Of course forward immediate notifications to resources not yet declared will not be possible. Setting `resource_unified_mode_default true` in `Chef::Config` would turn off the split compile/converge mode for every custom resource. NOTE: This does not affect recipe mode at all. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.14.0 by Chef Expeditorv14.14.0Chef Expeditor2019-08-225-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8840 from chef/tduffield/fix-dockerfile-14Tim Smith2019-08-221-1/+7
|\ | | | | Fix the build arguments in the Dockerfile
| * Fix the build arguments in the DockerfileTom Duffield2019-08-221-1/+7
| | | | | | | | | | | | | | | | We need to support the prefixed `EXPEDITOR_` build arguments in our Dockerfile. We are leaving the non-prefixed arguments in there for back-compat. Signed-off-by: Tom Duffield <tom@chef.io>
* | Merge pull request #8824 from chef/14_depsTim Smith2019-08-222-71/+65
|\ \ | |/ |/| Update Chef 14 deps to the latest
| * Bump Ohai to 14.14Tim Smith2019-08-152-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update Chef 14 deps to the latestTim Smith2019-08-152-70/+64
| | | | | | | | | | | | | | | | Bring in the new mixlib-cli Update rspec to 3.8.2 Bump omnibus and omnibus-software to the latest which includes the new bzip and openssl Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.13.16 by Chef Expeditorv14.13.16Chef Expeditor2019-08-215-13/+14
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8833 from chef/jsinha/chef-14_aix7.2Tim Smith2019-08-201-0/+1
|\ \ | |/ |/| Add AIX 7.2 platform
| * Add AIX 7.2 platformjsinha/chef-14_aix7.2Jaymala Sinha2019-08-201-0/+1
|/ | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Bump version to 14.13.15 by Chef Expeditorv14.13.15Chef Expeditor2019-08-145-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8818 from chef/csnapp/deprecate_distrosTim Smith2019-08-146-18/+11
|\ | | | | Deprecate Ubuntu 14 + SLES 11
| * Begin signing MSI's with renewed Windows Signing Certcsnapp/deprecate_distrosSeth Chisamore2019-08-141-2/+2
| | | | | | | | Signed-off-by: Seth Chisamore <schisamo@chef.io>
| * Increase max open file descriptors in omnibus-test.shChristopher A. Snapp2019-08-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | The smoke tests currently exceed the maximum number of open files on Anka based MacOS virtual machines which results in failures on all MacOS instances. This commit can/should be removed once the Anka images have been updated to support 512 open files. Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
| * Deprecate SLES 11Christopher A. Snapp2019-08-131-4/+0
| | | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
| * Pin bundler back to 1.16.6 to prevent double bundler issueChristopher A. Snapp2019-08-131-1/+1
| | | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
| * Update omnibus + omnibus-software versionChristopher A. Snapp2019-08-131-3/+3
| | | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
| * Deprecate Ubuntu-14Christopher A. Snapp2019-08-132-8/+2
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bump version to 14.13.14 by Chef Expeditorv14.13.14Chef Expeditor2019-08-135-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8782 from ↵Tim Smith2019-08-132-0/+110
|\ | | | | | | | | MsysTechnologiesllc/VSingh/chef-14/raise-error-bootstrap-chef-15-from-chef-14 Chef-14: Raise an error on Chef 14 when trying to bootstrap Chef 15
| * Update Chef -> Chef Infra Client textVivek Singh2019-08-131-1/+1
| | | | | | | | | | | | - Fix for MSYS-1058 Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * bootstrap version using version_string classVivek Singh2019-08-131-1/+2
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * Incorporated review comments:Vivek Singh2019-08-021-14/+5
| | | | | | | | | | | | | | - More clear name of the bootstrap version check method. - Remove the target node method and CHEF_15 constant. Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * Raise an error on Chef 14 when trying to bootstrap Chef 15Vivek Singh2019-07-292-0/+118
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Bump version to 14.13.13 by Chef Expeditorv14.13.13Chef Expeditor2019-08-135-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8810 from chef/snappj/chef-14/deprecate-freebsd-10Jeremiah Snapp2019-08-121-2/+2
|\ \ | | | | | | Stop building Chef Infra Client 14.x on FreeBSD 10
| * | Stop building Chef Infra Client on FreeBSD 10snappj/chef-14/deprecate-freebsd-10Jeremiah Snapp2019-08-121-2/+2
|/ / | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | Bump version to 14.13.12 by Chef Expeditorv14.13.12Chef Expeditor2019-08-075-11/+19
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.