- Add an
application_puma
resource to run a Puma application server. - Add support for
:initializer
style secrets for theapplication_rails
resource. - Chef 13 support.
- Correct
gem_binary
results forapplication_ruby
.
- Massive rewrite on top of newer Chef patterns. See the 4.0 README for details.
- No changes, bumping version to get bits in various places in sync.
- Major version bump. Breaking backwards compatibility with Chef 10.
- COOK-3895 - application_ruby use_omnibus_ruby attr needs to default to false.
- COOK-3894 - application_ruby cookbook needs version bump to pick up application v4.0 cookbook.
- COOK-2079 - Attempting to touch restart.txt should not cause a chef-client run to fail.
- COOK-3625 - Fix an issue where unicorn fails when node does not provide cpu count.
- COOK-3616 - Simplify log symlinking for rails apps.
- COOK-3367 - Support more of unicorn's configuration.
- COOK-3124 - Add
memcached_template
attribute to so alternative templates may be used.
- [COOK-3306]: Multiple Memory Leaks in Application Cookbook.
- [COOK-3219]:
application_ruby
cookbook bundle install in 1.9.3-based omnibus installs 1.9.x gems into ruby 2.0 apps.
- [COOK-2806]: Including
passenger_apache2::mod_rails
does not enable passenger.
- [COOK-2638]: cookbook attribute is not treated as a string when specifying
database_yml_template
. - [COOK-2525]: application_ruby: split runit template into multiple lines.
- [COOK-2362] -
application_ruby
unicorn usesrun_restart
. - [COOK-2363] -
application_ruby
unicorn should setlog_template_name
andrun_template_name
.
- [COOK-2260] - pin runit version.
- [COOK-2159] - cookbook attribute is not treated as a string.
- [COOK-1481] - unicorn provider in application_ruby cookbook should run its restart command as root.
- [COOK-1572] - allow specification of 'bundle' command via attribute.
- [COOK-1360] - fix typo in README.
- [COOK-1374] - use runit attribute in unicorn run script.
- [COOK-1408] - use user and group from parent resource for runit service.
- [COOK-1247] - Initial release - relates to COOK-634.
- [COOK-1248] - special cases memcached.
- [COOK-1258] - Precompile assets for Rails 3.
- [COOK-1297] - Unicorn sub-resource should allow strings for 'port' attribute.