Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

71 lines (44 loc) · 2.92 KB

Change Log

v1.0.2 (2015-03-24)

Full Changelog

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)

Full Changelog

Implemented enhancements:

  • Add serverspec tests #5
  • Refactor "experimental" into recipes #1

v1.0.0 (2015-03-10)

Full Changelog

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 on 9000, 9001, 9003
    • Add infrataster tests to validate thumbor results are correct and installed libraries are working as expected
      • Test /healthcheck responds with content WORKING
      • Test responds successfully
      • Test responds as 'image/gif'
      • Test responds with the correct size
    • Add attribute install_method with values package, pip and source. 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

v0.4.1 (2014-09-09)

Full Changelog

v0.4.0 (2014-07-23)

Merged pull requests:

v0.1.0

  • Enrico Stahn - Initial release of thumbor