Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Latest commit

 

History

History
92 lines (70 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

92 lines (70 loc) · 2.78 KB

application_z_python Cookbok CHANGELOG

This file is used to list changes made in each version of the application_z_python cookbook.

v4.0.1

  • Fork renamed to application_z_python - surprise! application requires sub-resources to be found in cookbooks named with the prefix application.

v4.0.0

  • Fork renamed to z_application_python

v3.0.0

Breaking

  • Drop support for Chef 10

Bug

  • COOK-2212 - autostart when server reboots
  • COOK-3432 - Use Chef::DSL::IncludeRecipe because Chef::Mixin::LanguageIncludeRecipe is deprecated

v2.0.4

  • Revery changes that broke backwards compatability

v2.0.2

This release did not follow semver and was reverted in 2.0.4!

Bug

  • COOK-3432 - Use Chef::DSL::IncludeRecipe because Chef::Mixin::LanguageIncludeRecipe is deprecated

v2.0.0

Bug

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

v1.2.4

Bug

  • [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

Bug

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

v1.2.0

Improvement

  • [COOK-2611]: Celery LWRP should configure which queues a celeryd worker binds to

Bug

  • [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.