Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Latest commit

 

History

History
71 lines (43 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

71 lines (43 loc) · 2.41 KB

Application_Python Changelog

v4.0.0

  • Massive rewrite on top of newer Chef patterns. See the 4.0 README for details.

v3.0.0

  • Drop support for Chef 10.
  • COOK-2212 - autostart when server reboots.
  • COOK-3432 - Use Chef::DSL::IncludeRecipe because Chef::Mixin::LanguageIncludeRecipe is deprecated.

v2.0.4

  • Revert changes that broke backwards compatibility.

v2.0.2

  • This release did not follow semver and was reverted in 2.0.4!
  • COOK-3432 - Use Chef::DSL::IncludeRecipe because Chef::Mixin::LanguageIncludeRecipe is deprecated.

v2.0.0

  • [COOK-3306]: Multiple Memory Leaks in Application Cookbook.

v1.2.4

  • [COOK-2747]: celerycam configuration is not suitable for multiple node celery installation.
  • [COOK-2766]: pip does not use deploy_key in django ressource of application_python.

v1.2.2

  • [COOK-2796]: celery provider tries to case switch on 'queue' parameter instead of 'queues' parameter.

v1.2.0

  • [COOK-2611]: Celery LWRP should configure which queues a celeryd worker binds to.
  • [COOK-2599]: gunicorn provider fails if no node['cpu']['total'].

v1.1.0

  • [COOK-2330] - celeryconfig.py.erb tries to use non-existant String#upper method
  • [COOK-2337] - It should be possible to pass environment variables through to gunicorn and celery supervisor configs
  • [COOK-2403] - cookbook attribute expects argument to be a string.
  • [COOK-2453] - application_python should allow the working directory of gunicorn processes to be set via an attribute.
  • [COOK-2475] - celerybeat supervisor process is unnecessarily configured.
  • [COOK-2484] - virtualenv and requirements are installed as root instead of uid/gid specified by application properties.

v1.0.8

  • [COOK-2175] - Template cookbook attribute expecting a stringg getting symbol instead.

v1.0.6

  • [COOK-2122] - pip was incorrectly using -E syntax.
  • [COOK-2147] - django sub-resource searched wrong directory for requirements.txt.

v1.0.4

  • [COOK-2042] - gunicorn LWRP support for virtualenv, deps.

v1.0.2

  • [COOK-1420] - template resource source cookbook is wrong.
  • [COOK-1421] - pip using old -E syntax.
  • [COOK-1422] - syncdb using --migrate option.
  • [COOK-1477] - pip requirements.txt and editable package support.

v1.0.0

  • [COOK-1246] - Initial release - relates to COOK-634.