This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
217 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,70 @@ | ||
## v3.0.0: | ||
application Cookbook CHANGELOG | ||
======================= | ||
This file is used to list changes made in each version of the application cookbook. | ||
|
||
### Bug | ||
|
||
v3.0.0 | ||
------ | ||
### Bug | ||
- [COOK-3306]: Multiple Memory Leaks in Application Cookbook | ||
|
||
## v2.0.4: | ||
|
||
v2.0.4 | ||
------ | ||
### Bug | ||
- [COOK-2812]: application cookbook doesn't allow to specify a block as `restart_command` | ||
|
||
- [COOK-2812]: application cookbook doesn't allow to specify a block | ||
as `restart_command` | ||
|
||
## v2.0.2: | ||
|
||
v2.0.2 | ||
------ | ||
### Bug | ||
|
||
- [COOK-2537]: Provide proper `respond_to` behavior when using | ||
`method_missing` | ||
- [COOK-2713]: application resource should Allow sub-resource | ||
attributes to propogate up | ||
- [COOK-2537]: Provide proper `respond_to` behavior when using `method_missing` | ||
- [COOK-2713]: application resource should Allow sub-resource attributes to propogate up | ||
|
||
### Improvement | ||
|
||
- [COOK-2597]: Allow customization for `shallow_clone` when doing a git | ||
deploy | ||
|
||
## v2.0.0: | ||
|
||
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 | ||
|
||
## v1.0.4: | ||
|
||
* [COOK-1567] - Add git submodules to application cookbook | ||
|
||
## v1.0.2: | ||
|
||
* [COOK-1312] - string callbacks fail with method not found (really | ||
included this time) | ||
* [COOK-1332] - add `release_path` and `shared_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 | ||
|
||
## v1.0.0: | ||
|
||
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 | ||
|
||
## v0.99.14: | ||
|
||
* [COOK-1065] - use pip in virtualenv during deploy | ||
|
||
## v0.99.12: | ||
|
||
* [COOK-606] application cookbook deployment recipes should use ipaddress instead of fqdn | ||
|
||
## v0.99.11: | ||
|
||
* make the `_default` `chef_environment` look like production rails env | ||
|
||
## v0.99.10: | ||
|
||
* Use Chef 0.10's `node.chef_environment` instead of `node['app_environment']`. | ||
- [COOK-2597]: Allow customization for `shallow_clone` when doing a git deploy | ||
|
||
v2.0.0 | ||
------ | ||
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 | ||
|
||
v1.0.4 | ||
------ | ||
- [COOK-1567] - Add git submodules to application cookbook | ||
|
||
v1.0.2 | ||
------ | ||
- [COOK-1312] - string callbacks fail with method not found (really included this time) | ||
- [COOK-1332] - add `release_path` and `shared_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 | ||
|
||
v1.0.0 | ||
------ | ||
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 | ||
|
||
v0.99.14 | ||
-------- | ||
- [COOK-1065] - use pip in virtualenv during deploy | ||
|
||
v0.99.12 | ||
-------- | ||
- [COOK-606] application cookbook deployment recipes should use ipaddress instead of fqdn | ||
|
||
v0.99.11 | ||
-------- | ||
- make the `_default` `chef_environment` look like production rails env | ||
|
||
v0.99.10 | ||
-------- | ||
- Use Chef 0.10's `node.chef_environment` instead of `node['app_environment']`. |
Oops, something went wrong.