summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Chef 15 backport of Chef 16 knife cleanuplcg/chef-15-knife-backportLamont Granquist2020-05-065-75/+62
| | | | | | | Backport of some of #9646 to make it so Chef-16 style knife plugins can run on Chef-15. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.10.17 by Chef Expeditorv15.10.17Chef Expeditor2020-04-287-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9761 from chef/more_buildsTim Smith2020-04-281-0/+3
|\ | | | | Add SLES 15 / Ubuntu 20.04 aarch64 builds
| * Add SLES 15 / Ubuntu 20.04 aarch64 buildsmore_buildsTim Smith2020-04-281-0/+3
|/ | | | | | These work now. We should ship them for 15 as well. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.10.16 by Chef Expeditorv15.10.16Chef Expeditor2020-04-237-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9723 from ↵Tim Smith2020-04-231-2/+6
|\ | | | | | | | | jasonwbarnett/feature/backport-windows_firewall-fix Backport #9511 to Chef 15
| * Backport #9511 to Chef 15Thomas Heinen2020-04-231-2/+6
|/ | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* Bump version to 15.10.15 by Chef Expeditorv15.10.15Chef Expeditor2020-04-227-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9713 from chef/omnibus_updateTim Smith2020-04-221-12/+12
|\ | | | | Update our omnibus software def to fix bundler on windows
| * Update our omnibus software def to fix bundler on windowsTim Smith2020-04-221-12/+12
|/ | | | | | Pull in the latest and greatest Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 15.10.12Chef Expeditor2020-04-222-23/+27
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.10.14 by Chef Expeditorv15.10.14Chef Expeditor2020-04-227-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.10.13 by Chef Expeditorv15.10.13Chef Expeditor2020-04-227-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9708 from chef/nokogiriTim Smith2020-04-211-1/+1
|\ | | | | Update Nokogiri to 1.10.9
| * Update Nokogiri to 1.10.9Tim Smith2020-04-211-1/+1
| | | | | | | | | | | | This includes a single bug fix that could impact chef. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #9709 from chef/better_appbundlerTim Smith2020-04-211-1/+1
|\ \ | |/ |/| Update omnibus-software to avoid appbundler adding extra gems
| * Update omnibus-software to avoid appbundler adding extra gemsTim Smith2020-04-211-1/+1
|/ | | | | | This changes how appbundler comes in Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #9706 from chef/release_notesTim Smith2020-04-211-0/+30
|\ | | | | Add 15.10 release notes
| * Add 15.10 release notesTim Smith2020-04-211-0/+30
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.10.12 by Chef Expeditorv15.10.12Chef Expeditor2020-04-217-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9707 from chef/ohai_159Tim Smith2020-04-212-9/+9
|\ \ | |/ |/| Update Ohai to 15.9
| * Update Ohai to 15.9Tim Smith2020-04-212-9/+9
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.10.11 by Chef Expeditorv15.10.11Chef Expeditor2020-04-217-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9701 from chef/double_pry_15Tim Smith2020-04-211-6/+6
|\ | | | | Update omnibus-software to resolve shipping 2 copies of pry
| * Update omnibus-software to resolve shipping 2 copies of pryTim Smith2020-04-211-6/+6
| | | | | | | | | | | | This updates how we appbundler Ohai which prevents us from shipping two copies of pry. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.10.10 by Chef Expeditorv15.10.10Chef Expeditor2020-04-217-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9702 from chef/code_can_15Tim Smith2020-04-211-0/+0
|\ \ | |/ |/| Remove "Code Can" from dmg background
| * Remove "Code Can" from dmg backgroundTim Smith2020-04-211-0/+0
|/ | | | | | We don't use this slogan anymore Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.10.9 by Chef Expeditorv15.10.9Chef Expeditor2020-04-167-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9680 from chef/aarch_amazon_2Tim Smith2020-04-161-0/+1
|\ | | | | Produce aarch64 Amazon Linux 2 packages
| * Produce aarch64 Amazon Linux 2 packagesTim Smith2020-04-161-0/+1
|/ | | | | | We're already doing this on master Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.10.8 by Chef Expeditorv15.10.8Chef Expeditor2020-04-167-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9667 from chef/deprecation_warning_chef_15Tim Smith2020-04-162-0/+23
|\ | | | | Add deprecation warnings at the end of the run after the end of April 2021
| * Simplify the logic since we know when 15 goes EOLdeprecation_warning_chef_15Tim Smith2020-04-152-12/+4
| | | | | | | | | | | | | | There's no need to calculate it here since this code will only ever run on 15 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Simplify the logic + improve the specTim Smith2020-04-152-11/+8
| | | | | | | | | | | | | | Use 2006 as the base year. Chef 15 goes EOL next year on 5-1-2021 so 2006 + 15 = 2021 and then we know it. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add a spec for the EOL warningsTim Smith2020-04-151-0/+16
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add a warning to the end of the chef run for EOL relesesTim Smith2020-04-151-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | We really want to encourage people to upgrade. One way we can do this is to just warn them that they're on an EOL release. This simple warning might nudge them to upgrade their client. It's works off the base EOL data of Chef 15 and takes the current release to add to that date. That way we don't have to maintain anything and as long as we keep a yearly release we're good. If we change the schedule then we either remove this or update the logic. That's a risk in shipping code that doesn't fire for 2 years. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.10.7 by Chef Expeditorv15.10.7Chef Expeditor2020-04-167-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9671 from chef/build_gem_cachingTim Smith2020-04-153-38/+74
|\ \ | | | | | | Cache gems in Buildkite testing
| * | Cache gems in Buildkite testingTim Smith2020-04-153-38/+74
| | | | | | | | | | | | | | | | | | Also improve the output. This is all work synced from master. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.10.6 by Chef Expeditorv15.10.6Chef Expeditor2020-04-167-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9673 from chef/scoutTim Smith2020-04-151-2/+2
|\ \ \ | | | | | | | | Update license_scout to 1.1.8
| * | | Update license_scout to 1.1.8Tim Smith2020-04-151-2/+2
|/ / / | | | | | | | | | | | | | | | This fixes failures validating chef-api Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.10.5 by Chef Expeditorv15.10.5Chef Expeditor2020-04-167-19/+20
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9670 from chef/amazonTim Smith2020-04-151-0/+1
|\ \ | | | | | | Add build verification on Amazon Linux 2
| * | Add build verification on Amazon Linux 2Tim Smith2020-04-151-0/+1
|/ / | | | | | | | | | | This way we get Amazon 2 packages on the downloads site Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.10.4 by Chef Expeditorv15.10.4Chef Expeditor2020-04-167-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.10.3 by Chef Expeditorv15.10.3Chef Expeditor2020-04-167-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9669 from chef/sudo_bootstrapTim Smith2020-04-154-13/+23
|\ \ | | | | | | Fix specifying sudo password in knife bootstrap
| * | Require at least train-core 3.2.28 to resolve sudo issuesTim Smith2020-04-153-11/+11
| | | | | | | | | | | | | | | | | | Make sure that even a gem install of chef will work correctly here. Signed-off-by: Tim Smith <tsmith@chef.io>