v1.0.2 (2015-03-24)
Implemented enhancements:
- Reduce cookbook size with chefignore #11
- Change NGINX port from 81 to 80 to reduce JSON configuration #10
- Add documentation for usage with AWS OpsWorks #2
v1.0.1 (2015-03-10)
Implemented enhancements:
v1.0.0 (2015-03-10)
Implemented enhancements:
- Add kitchen tests #6
Closed issues:
- add upstart custom log location capability #8
Merged pull requests:
Additional Information:
- Major refactoring of the cookbook
- Deprecated: "do-all"
experimental
recipe - Code separated into recipes
- Add serverspec tests to validate processes are running correctly
- Test thumbor service
enabled
,running
- Test ports are listening via
tcp
on9000
,9001
,9003
- Test thumbor service
- Add infrataster tests to validate thumbor results are correct and installed libraries are working as expected
- Test
/healthcheck
responds with contentWORKING
- Test
responds successfully
- Test
responds as 'image/gif'
- Test
responds with the correct size
- Test
- Add attribute
install_method
with valuespackage
,pip
andsource
. This also allows to install all version and branches from any git repository such as GitHub. - Add monit for nginx and thumbor
- Add redis through redisio cookbook
- Deprecated: "do-all"
v0.4.1 (2014-09-09)
v0.4.0 (2014-07-23)
Merged pull requests:
- Enrico Stahn - Initial release of thumbor