- Add
application_directory
resource. - Chef 13 compatibility.
- Add
application_cookbook_file
,application_file
, andapplication_template
resources.
- Massive rewrite on top of newer Chef patterns. See the 5.0 README for details.
- Support for Chef 12.
- Add
strict_ssh
option to enable host key checking. - Add
keep_releases
option to control number of releases to keep. - Allow passing a path to a file for
deploy_key
.
- COOK-3343 - Can't parse release candidate version number.
- COOK-3343 - Can't parse release candidate version number.
- [COOK-3343] - Can't parse release candidate version number.
- Removes compatability with Chef 10.
- COOK-3564 - Replace calls to
Chef::Mixin::RecipeDefinitionDSLCore
.
- [COOK-3306]: Multiple Memory Leaks in Application Cookbook.
- [COOK-2812]: application cookbook doesn't allow to specify a block as
restart_command
.
- [COOK-2537]: Provide proper
respond_to
behavior when usingmethod_missing
. - [COOK-2713]: application resource should Allow sub-resource attributes to propogate up.
- [COOK-2597]: Allow customization for
shallow_clone
when doing a git deploy.
This release is incompatible with previous releases (hence major version change). The recipes used in older versions are deprecated and completely removed. See README.md for further detail.
- [COOK-1673] -
deploy_revision
in the application cookbook gives an argument error. - [COOK-1820] - Application cookbook: remove deprecated recipes.
- [COOK-1567] - Add git submodules to application cookbook.
- [COOK-1312] - string callbacks fail with method not found (really included this time).
- [COOK-1332] - add
release_path
andshared_path
methods. - [COOK-1333] - add example for running migrations.
- [COOK-1360] - fix minor typos in README.
- [COOK-1374] - use runit attributes in unicorn run script.
This release introduces the LWRP for application deployment, as well as other improvements. The recipes will be deprecated in August 2012 as indicated by their warning messages and in the README.md.
- [COOK-634] - Implement LWRP for application deployment.
- [COOK-1116] - use other SCMs than git.
- [COOK-1252] - add
:force_deploy
that maps to corresponding action of deploy resource. - [COOK-1253] - fix rollback error.
- [COOK-1312] - string callbacks fail with method not found.
- [COOK-1313] - implicit file based hooks aren't invoked.
- [COOK-1318] - Create
to_ary
method to resolve issue in resources() lookup on "application[foo]" resources.
- [COOK-1065] - use pip in virtualenv during deploy.
- [COOK-606] application cookbook deployment recipes should use ipaddress instead of fqdn.
- make the
_default
chef_environment
look like production rails env.
- Use Chef 0.10's
node.chef_environment
instead ofnode['app_environment']
.