Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit f1021bc

Browse files
committed
Reformat CHANGELOG
1 parent ac7f4ec commit f1021bc

1 file changed

Lines changed: 48 additions & 50 deletions

File tree

CHANGELOG.md

Lines changed: 48 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,61 @@
1-
## v2.0.0:
1+
application_ruby Cookbook CHANGELOG
2+
===================================
3+
This file is used to list changes made in each version of the application_rubycookbook.
24

5+
6+
v2.0.0
7+
------
38
### Bug
49

510
- [COOK-3306]: Multiple Memory Leaks in Application Cookbook
6-
- [COOK-3219]: `application_ruby` cookbook bundle install in
7-
1.9.3-based omnibus installs 1.9.x gems into ruby 2.0 apps
8-
9-
## v1.1.4:
11+
- [COOK-3219]: `application_ruby` cookbook bundle install in 1.9.3-based omnibus installs 1.9.x gems into ruby 2.0 apps
1012

13+
v1.1.4
14+
------
1115
### Sub-task
1216

13-
- [COOK-2806]: Including `passenger_apache2::mod_rails` does not enable
14-
passenger
15-
16-
## v1.1.2:
17+
- [COOK-2806]: Including `passenger_apache2::mod_rails` does not enable passenger
1718

19+
v1.1.2
20+
------
1821
### Bug
1922

20-
- [COOK-2638]: cookbook attribute is not treated as
21-
a string when specifying `database_yml_template`
23+
- [COOK-2638]: cookbook attribute is not treated as a string when specifying `database_yml_template`
2224

2325
### Improvement
2426

25-
- [COOK-2525]: application_ruby: split runit template into multiple
26-
lines
27-
28-
## v1.1.0
29-
30-
* [COOK-2362] - `application_ruby` unicorn uses `run_restart`
31-
* [COOK-2363] - `application_ruby` unicorn should set
32-
`log_template_name` and `run_template_name`
33-
34-
## v1.0.10:
35-
36-
* [COOK-2260] - pin runit version
37-
38-
## v1.0.8:
39-
40-
* [COOK-2159] - cookbook attribute is not treated as a string
41-
42-
## v1.0.6:
43-
44-
* [COOK-1481] - unicorn provider in application_ruby cookbook should run its restart
45-
command as root
46-
47-
## v1.0.4:
48-
49-
* [COOK-1572] - allow specification of 'bundle' command via attribute
50-
51-
## v1.0.2:
52-
53-
* [COOK-1360] - fix typo in README
54-
* [COOK-1374] - use runit attribute in unicorn run script
55-
* [COOK-1408] - use user and group from parent resource for runit
56-
service
57-
58-
## v1.0.0:
59-
60-
* [COOK-1247] - Initial release - relates to COOK-634.
61-
* [COOK-1248] - special cases memcached
62-
* [COOK-1258] - Precompile assets for Rails 3
63-
* [COOK-1297] - Unicorn sub-resource should allow strings for 'port' attribute
27+
- [COOK-2525]: application_ruby: split runit template into multiple lines
28+
29+
v1.1.0
30+
------
31+
- [COOK-2362] - `application_ruby` unicorn uses `run_restart`
32+
- [COOK-2363] - `application_ruby` unicorn should set `log_template_name` and `run_template_name`
33+
34+
v1.0.10
35+
-------
36+
- [COOK-2260] - pin runit version
37+
38+
v1.0.8
39+
------
40+
- [COOK-2159] - cookbook attribute is not treated as a string
41+
42+
v1.0.6
43+
------
44+
- [COOK-1481] - unicorn provider in application_ruby cookbook should run its restart command as root
45+
46+
v1.0.4
47+
------
48+
- [COOK-1572] - allow specification of 'bundle' command via attribute
49+
50+
v1.0.2
51+
------
52+
- [COOK-1360] - fix typo in README
53+
- [COOK-1374] - use runit attribute in unicorn run script
54+
- [COOK-1408] - use user and group from parent resource for runit service
55+
56+
v1.0.0
57+
------
58+
- [COOK-1247] - Initial release - relates to COOK-634.
59+
- [COOK-1248] - special cases memcached
60+
- [COOK-1258] - Precompile assets for Rails 3
61+
- [COOK-1297] - Unicorn sub-resource should allow strings for 'port' attribute

0 commit comments

Comments
 (0)