summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make sure all the non-multipackage packge resources can't take arrayspackageTim Smith2020-04-2214-1/+98
| | | | | | Right now these resources inherit package_name, versions, and options from the package resource which allows arrays. The problem is the actual providers for these package resources don't know what to do with arrays and they explode. They explode in ways that are really unfriendly to users. With this change they'll get a nice input validation error and they'll have a lot more of an idea of how to go about resolving the problem. This also means that our automatically generated documentation for the package resources will be correct since right now it documents everything as accepting an array. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add missing release notes and formatting fixes from the docs siteTim Smith2020-04-221-5/+217
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove a smart quote in the release notesTim Smith2020-04-221-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.235 by Chef Expeditorv16.0.235Chef Expeditor2020-04-227-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9712 from chef/csnapp/add_testersTim Smith2020-04-221-0/+3
|\ | | | | Add Ubuntu 20.04 + SLES 15 aarch64 Testers
| * Add Ubuntu 20.04 (aarch64) Testercsnapp/add_testersChristopher A. Snapp2020-04-221-0/+1
| | | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
| * Add SLES 15 (aarch64) Builder/TesterChristopher A. Snapp2020-04-221-0/+2
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bump version to 16.0.234 by Chef Expeditorv16.0.234Chef Expeditor2020-04-217-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9704 from chef/double_pry_againTim Smith2020-04-211-1/+1
|\ | | | | Update omnibus-software again to bring in double pry fixes
| * Update omnibus-software again to bring in double pry fixesTim Smith2020-04-211-1/+1
|/ | | | | | Let's see if this fixes it for realz this time. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.233 by Chef Expeditorv16.0.233Chef Expeditor2020-04-217-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9699 from chef/simplecovTim Smith2020-04-213-18/+0
|\ | | | | Remove the unused simplecov depedency
| * Remove the unused simplecov depedencyTim Smith2020-04-213-18/+0
| | | | | | | | | | | | We're not actually running these coverage tests and even if we did they don't have high value since you can game the numbers without writing quality tests. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.232 by Chef Expeditorv16.0.232Chef Expeditor2020-04-217-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9700 from chef/avoid_double_pry_v2Tim Smith2020-04-211-1/+1
|\ \ | |/ |/| Bump omnibus-software to avoid double pry
| * Bump omnibus-software to avoid double pryTim Smith2020-04-211-1/+1
|/ | | | | | | This exludes the debug group which prevents pulling in pry in ohai that conflicts with the pry in the gemfile.lock Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.231 by Chef Expeditorv16.0.231Chef Expeditor2020-04-217-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9697 from chef/ohai_chefstyleTim Smith2020-04-201-4/+4
|\ | | | | Bump Chefstyle to 1.0.3 and Ohai to 16.0.19
| * Bump Chefstyle to 1.0.3 and Ohai to 16.0.19Tim Smith2020-04-201-4/+4
|/ | | | | | Fix openstack detection and also fix the builds Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.230 by Chef Expeditorv16.0.230Chef Expeditor2020-04-207-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9696 from chef/slimTim Smith2020-04-203-27/+6
|\ | | | | Move some of the ruby-cleanup logic into omnibus-software
| * Move some of the ruby-cleanup logic into omnibus-softwareTim Smith2020-04-203-27/+6
|/ | | | | | Bump the deps to current to bring in the latest omnibus that includes some of this cleanup natively Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.229 by Chef Expeditorv16.0.229Chef Expeditor2020-04-207-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9663 from damacus/remove/chef-10-metadata-paramTim Smith2020-04-202-33/+20
|\ | | | | Remove deprecated Chef-10 constraint handling
| * Stop handling the deprecated Chef version constraintsDan Webb2020-04-202-33/+20
| | | | | | | | | | | | | | | | | | handle_deprecated_constraints has been a work around since Chef 10 Remove old specs that checked that the metadata was transformed correctly Signed-off-by: Daniel Webb <dan.webb@damacus.io>
* | Bump version to 16.0.228 by Chef Expeditorv16.0.228Chef Expeditor2020-04-207-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9694 from chef/pacman_multipackageTim Smith2020-04-202-181/+90
|\ \ | | | | | | Add multipackage support to pacman package resource
| * | Chefstyle fixTim Smith2020-04-201-0/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update lib/chef/provider/package/pacman.rb Tim Smith2020-04-201-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: pete higgins <pete@peterhiggins.org>
| * | using allow_nilsIngo Becker2020-04-201-0/+1
| | | | | | | | | | | | Signed-off-by: Ingo Becker <ingo@orgizm.net>
| * | added multipackage support for pacman resourceIngo Becker2020-04-202-181/+88
|/ / | | | | | | Signed-off-by: Ingo Becker <ingo@orgizm.net>
* | Bump version to 16.0.227 by Chef Expeditorv16.0.227Chef Expeditor2020-04-207-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9627 from ↵Tim Smith2020-04-202-12/+66
|\ \ | | | | | | | | | | | | chef/Kapil/GitHub-2860_exception_raised_in_define_resource_requirements git resource: Fix for exceptions raised in why-run mode
| * | Fix for exception raised in define resource requirementsKapil/GitHub-2860_exception_raised_in_define_resource_requirementsKapil Chouhan2020-04-172-12/+66
| | | | | | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | | Bump version to 16.0.226 by Chef Expeditorv16.0.226Chef Expeditor2020-04-187-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 16.0.225 by Chef Expeditorv16.0.225Chef Expeditor2020-04-187-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 16.0.224 by Chef Expeditorv16.0.224Chef Expeditor2020-04-187-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9689 from chef/smallerTim Smith2020-04-181-8/+20
|\ \ \ | | | | | | | | Remove a few additional files from our builds
| * | | Remove a few additional files from our buildssmallerTim Smith2020-04-171-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | Knock maybe another 150k from the builds Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #9693 from TheLunaticScripter/tls/fix_16_habTim Smith2020-04-181-1/+1
|\ \ \ \ | | | | | | | | | | Bump ruby for windows to 2.7
| * | | | Bump ruby for windows to 2.7John Snow2020-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Snow <thelunaticscripter@outlook.com>
* | | | | Merge pull request #9692 from damacus/fix/bundler-clean-envTim Smith2020-04-184-5/+5
|\ \ \ \ \ | | | | | | | | | | | | [CHORE] with_clean_env is deprecated
| * | | | | [FIX DEPRECATION] with_clean_env is deprecatedDan Webb2020-04-184-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clean_env is now unbundled Signed-off-by: Daniel Webb <dan.webb@damacus.io>
* | | | | | Merge pull request #9691 from damacus/fix/redhat-6.9-specsTim Smith2020-04-181-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | CentOS 6.9 Fauxhai deprecation
| * | | | | Bump CentOS version from 6.9 to 6.10Dan Webb2020-04-181-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Daniel Webb <dan.webb@damacus.io>
* | | | | Bump version to 16.0.223 by Chef Expeditorv16.0.223Chef Expeditor2020-04-187-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9690 from chef/fix_mac_installer_imageTim Smith2020-04-171-0/+0
|\ \ \ \ \ | |_|/ / / |/| | | | Remove "Code Can" from dmg background
| * | | | Remove "Code Can" from dmg backgroundfix_mac_installer_imageTim Smith2020-04-171-0/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | We don't use this slogan anymore Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.0.222 by Chef Expeditorv16.0.222Chef Expeditor2020-04-187-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 16.0.221 by Chef Expeditorv16.0.221Chef Expeditor2020-04-187-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.