This file is used to list changes made in each version of the unicorn cookbook.
- Require Chef Infra Client 14
- Remove the dependency on build-essential cookbook
- Remove Rake based testing / maintainer file use
- Use a SPDX license in metadata.rb
- Remove legacy Infra Client gating in metadata.rb
- Remove legacy recipe descriptions in metadata.rb
- Update the .rubocop.yml config for the latest cookstyle release
- Marked this cookbook as deprecated. See the readme for additional information
- Added integration testing in Travis CI with kitchen-docker
- Updated platforms that are tested in the .kitchen.yml file
- Added a Rakefile for simplified testing
- Added the standard chef .rubocop.yml file and a rubocop_todo.yml file
- Updated the development dependencies in the Gemfile
- Updated contributing and testing docs
- Updated the URLs in the readme for the chef-cookbooks org
- Added maintainers.md and rake task for generating the file from maintainer.toml
- Updated Travis to test using chef-dk
- Include build-essential in the default recipe to that the necessary build tools will be in place to compile native gem deps for the unicorn gem
- Add testing with Kitchen CI config, basic convergence Chefspec, Travis CI config
- Add rubocop config and resolve warnings
- Add a gitignore, chefignore, Berksfile, and Gemfile to the repo
- Add source_url and issues_url to the metadata
- Better define chef / platform requirements in the readme and add common platforms to the metadata file
- Add testing and cookbook version badges to the readme
- Update all Opscode references to Chef Software
- #9 Removes transform to allow for using node attributes for params.
- [COOK-2470]: Add "user" directive support to Unicorn cookbook
- [COOK-2442] - Template uses an ActiveSupport method
- [COOK-2229] - Allow specification of unicorn command line in config file
- [COOK-2349] - Add option to include cow and GC stats
- [COOK-2354] - if no listen options are provided for a port, a
- trailing comma is left which causes unicorn to crash
- [COOK-857] - Unicorn not quoting listener ports/sockets
- [COOK-1273] - add ability to specify before_exec block
- Current public release.