-
Notifications
You must be signed in to change notification settings - Fork 0
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
Lopaka Delp
committed
Oct 14, 2014
1 parent
c48939f
commit 3e1683b
Showing
1 changed file
with
26 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
rs-lamp Cookbook CHANGELOG | ||
========================== | ||
|
||
This file is used to list changes made in each version of the rs-lamp cookbook. | ||
|
||
v1.1.1 | ||
------ | ||
|
||
- Add kitchen testing for CentOS 6.5, RHEL 6.5, and Ubuntu 14.04. | ||
- Update testing code to abide by Serverspec v2. | ||
|
||
v1.1.0 | ||
------ | ||
|
||
- Update kitchen and Berksfile to reflect 'mysql' and 'database' cookbook changes. | ||
- Update rs-lamp::default recipe to log at compile phase ([#3][]). | ||
- Install all supported file-compression packages instead of assuming already installed. | ||
- Update testing code. | ||
|
||
v1.0.0 | ||
------ | ||
|
||
- Initial release | ||
|
||
<!--- The following link definition list is generated by PimpMyChangelog ---> | ||
[#3]: https://github.com/rightscale-cookbooks/rs-lamp/issues/3 |