summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Merge pull request #8799 from chef/lcg/chef-14-8462Tim Smith2019-08-072-1/+10
|\ \ | | | | | | Chef-14: fix zypper_package upgrade provider and unit tests to verify
| * | fix zypper_package upgrade provider and unit tests to verifyJeremy Chalfant2019-08-072-1/+10
|/ / | | | | | | Signed-off-by: Jeremy Chalfant <jchalfan@us.ibm.com>
* | Merge pull request #8791 from chef/snappj/chef-14/fix-omnibus-pipelineJeremiah Snapp2019-08-023-19/+22
|\ \ | |/ |/| [ci] Fix omnibus pipeline
| * Fix platform names in release.omnibus.ymlJeremiah Snapp2019-08-021-9/+9
| | | | | | | | | | | | | | Fix platform names in release.omnibus.yml to conform with what the new package publishing code in the omnibus gem expects. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
| * Add artifactory to omnibus/Gemfile and update omnibus gemJeremiah Snapp2019-08-022-10/+13
|/ | | | | | | A new version of omnibus is required and the artifactory gem is required for the publish part of the build stage. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Merge pull request #8686 from chef/snappj/chef-14/replace-jenkins-with-buildkiteJeremiah Snapp2019-06-246-214/+35
|\ | | | | Replace jenkins with buildkite for chef-14 branch
| * Replace Jenkins omnibus build/test pipeline with BuildkiteJeremiah Snapp2019-06-243-214/+1
| | | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
| * Make sure ruby environment variables are unset in omnibus-test.* scriptsJeremiah Snapp2019-06-242-0/+33
| | | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
| * Set permissions on /etc/init.d/inittest to get tests to pass on SLES 11Jeremiah Snapp2019-06-241-0/+1
| | | | | | | | | | | | | | Chef::Resource::Service tests were failing on SLES 11 x86_64 and SLES 11 s390x because the permissions weren't correct. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | Merge pull request #8674 from chef/missing_notesTim Smith2019-06-241-1/+13
|\ \ | | | | | | Add Chef 14.12.9 release notes
| * | Add Chef 14.12.9 release notesmissing_notesTim Smith2019-06-201-1/+13
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #8684 from ↵Jeremiah Snapp2019-06-244-0/+286
|\ \ \ | |/ / |/| / | |/ | | chef/snappj/chef-14/create-omnibus-buildkite-pipelines Create omnibus buildkite pipelines
| * Create omnibus buildkite pipelinesJeremiah Snapp2019-06-244-0/+286
|/ | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Update CHANGELOG.md to reflect the promotion of 14.13.11Chef Expeditor2019-05-302-28/+25
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update release notes with thank you notesTim Smith2019-05-301-5/+5
| | | | | | Make sure we thank the folks that made this all possible. Signed-off-by: Tim Smith <tsmith@chef.io>