summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update nokogiri to 1.10.1nokogiri_13Tim Smith2019-02-063-17/+17
| | | | | | This is the latest and greatest release with a ton of bug fixes over the previous version. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.12.8 by Chef Expeditorv13.12.8Chef Expeditor2019-02-065-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8208 from chef/bootstrap_url_13Tim Smith2019-02-052-36/+25
|\ | | | | Update knife bootstrap template to use up to date omnitruck URL
| * Nuke the apt proxy setup before running functional testsTim Smith2019-02-051-23/+23
| | | | | | | | | | | | We've already backported this to chef-14 branch. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove extra knife-windows test and foodcriticTim Smith2019-02-051-12/+1
| | | | | | | | | | | | Foodcritic wants the latest ohai so it's not going to work with the old ruby we have here. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update knife bootstrap template to use up to date omnitruck URLMark Harrison2019-02-051-1/+1
|/ | | | | | | | | | omnitruck-direct.chef.io is a legacy URL that now points to the same place as omnitruck.chef.io, and was originally in place to support clients with older SSL libraries. However, the backward compatible behavior of omnitruck-direct hasn't been the case for a while now. This change just corrects the URL in the bootstrap template also. Signed-off-by: Mark Harrison <mark@mivok.net>
* Bump version to 13.12.7 by Chef Expeditorv13.12.7Chef Expeditor2019-01-235-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8132 from ↵Tim Smith2019-01-231-0/+4
|\ | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-957_Property_deprecations_are_broken_in_Chef_13 Fix for Property deprecations are broken in Chef 13
| * Fix for Property deprecations are broken in Chef 13Kapil Chouhan2019-01-171-0/+4
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | Bump version to 13.12.6 by Chef Expeditorv13.12.6Chef Expeditor2019-01-225-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8146 from chef/more_omnibusTim Smith2019-01-222-13/+17
|\ \ | | | | | | Update omnibus Chef dep to 14.8
| * | Update omnibus Chef dep to 14.8more_omnibusTim Smith2019-01-212-13/+17
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.12.5 by Chef Expeditorv13.12.5Chef Expeditor2019-01-225-14/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8145 from chef/chef_13_depsTim Smith2019-01-212-47/+49
|\ \ | | | | | | Update Chef 13 to the latest gem deps
| * | Update Chef 13 to the latest gem depschef_13_depsTim Smith2019-01-212-47/+49
|/ / | | | | | | | | | | A bunch of minor bumps, but also this includes the latest ca-certs. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.12.4 by Chef Expeditorv13.12.4Chef Expeditor2019-01-065-13/+19
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8088 from chef/bumpTim Smith2019-01-053-27/+29
|\ \ | | | | | | Update openssl to 1.0.2q and bring in latest omnibus-software
| * | Update openssl to 1.0.2q and bring in latest omnibus-softwarebumpTim Smith2019-01-023-27/+29
|/ / | | | | | | | | | | This updates our ca-cert file to the latest as well. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 13.12.3Chef Expeditor2018-11-012-16/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7839 from chef/13_release_notesTim Smith2018-11-011-4/+39
|\ \ | | | | | | Add Chef 13 Release Notes
| * | Updates per reviewTim Smith2018-11-011-5/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add Chef 13.12 release notes13_release_notesTim Smith2018-10-311-4/+39
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.12.3 by Chef Expeditorv13.12.3Chef Expeditor2018-11-015-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7836 from chef/better_error_13Tim Smith2018-11-011-1/+3
|\ \ \ | |/ / |/| | Backport: Throw better error on invalid resources actions
| * | Update per lamonts commentbetter_error_13Tim Smith2018-10-311-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Throw better error on invalid resources actionsTim Smith2018-10-311-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now if a user enters an incorrect action they get a message like this that doesn't print the actions as being symbols. That's super confusing to new users and results in random cookbook bugs from time to time. [2018-10-07T13:26:39-07:00] FATAL: Chef::Exceptions::ValidationFailed: Option action must be equal to one of: nothing, create, remove, modify, manage, lock, unlock! You passed :whatever. With this change we properly print out symbols as symbols so it's clear what the available values are. [2018-10-07T13:24:09-07:00] FATAL: Chef::Exceptions::ValidationFailed: Option action must be equal to one of: :nothing, :create, :remove, :modify, :manage, :lock, :unlock! You passed :whatever. It's a small thing, but I think this will have a pretty big impact on first time users. This one tripped me up when I first started. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #7838 from chef/appveyor_chef13Tim Smith2018-10-311-4/+27
|\ \ \ | | | | | | | | Break out appveyor
| * | | Break out appveyorTim Smith2018-10-311-4/+27
| |/ / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #7835 from chef/SLES_15_on_13Tim Smith2018-10-314-10/+35
|\ \ \ | | | | | | | | Backport: Don't remove package symlinks when upgrading Chef on SLES 15
| * | | Remove bashisms so these scripts work on legacy platformsSLES_15_on_13Tim Smith2018-10-313-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | I look forward to a world where we can assume modern shells. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Fix testing / installing on SLES 15Tim Smith2018-10-314-10/+35
| |/ / | | | | | | | | | | | | | | | | | | Make sure we identify SLES 15 as suse for our zypper tests Make sure we don't remove the symlinks on SLES when doing an upgrade or the new release will be broken Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #7837 from chef/better_deprecation_13Tim Smith2018-10-313-4/+4
|\ \ \ | |/ / |/| | Backport: Update script resource deprecation warning
| * | Update script resource deprecation warningbetter_deprecation_13Tim Smith2018-10-313-4/+4
|/ / | | | | | | | | | | Also update todos to be YARD. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.12.2 by Chef Expeditorv13.12.2Chef Expeditor2018-10-305-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7817 from chef/Ohai-13.12Tim Smith2018-10-303-2/+15
|\ \ | | | | | | Update Ohai to 13.12.4
| * | Update Ohai to 13.12.4Tim Smith2018-10-303-2/+15
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.12.1 by Chef Expeditorv13.12.1Chef Expeditor2018-10-305-12/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7812 from chef/rake_pinTim Smith2018-10-292-4/+4
|\ \ | | | | | | Pin rake to 12.0 to prevent shipping 2 copies
| * | Pin rake to 12.0 to prevent shipping 2 copiesTim Smith2018-10-292-4/+4
|/ / | | | | | | | | | | | | 12.0 comes from our ruby 2.4 install already. This same change was made for chef 14 where Ruby 2.5 shipped with rake 12.3. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7807 from chef/kitchen_testingTim Smith2018-10-291-54/+34
|\ \ | | | | | | Add travis testing of Amazon Linux and Ubuntu 18.04
| * | Add travis testing of Amazon Linux 1 and 2 and Ubuntu 18.04Tim Smith2018-10-291-54/+34
| | | | | | | | | | | | | | | | | | Test what we say we support Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.12.0 by Chef Expeditorv13.12.0Chef Expeditor2018-10-295-12/+13
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7805 from chef/chef13_bumpsTim Smith2018-10-29302-29405/+410
|\ \ | | | | | | Bump dependencies / slim the package size
| * | Disable poise testingTim Smith2018-10-291-4/+4
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove Debian 7 testingTim Smith2018-10-291-17/+0
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Resolve test failuresTim Smith2018-10-296-15/+16
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Misc git file updatesTim Smith2018-10-293-6/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove the acceptance filesTim Smith2018-10-2974-1679/+0
| | | | | | | | | | | | | | | | | | These we already yanked from Chef 14 since we don't use them Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Yank old chef-config filesTim Smith2018-10-296-341/+4
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Test with the latest Ruby releasesTim Smith2018-10-291-39/+39
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>