Skip to content

Releases: caktus/tequila-django

v0.9.28

24 Feb 15:39
fd0076a
Compare
Choose a tag to compare
  • Remove support for gunicorn_version. Instead, projects should pin the specific
    gunicorn version that they want to use in their requirements.txt file.

v0.9.27

17 Oct 15:43
fbf43f6
Compare
Choose a tag to compare
  • Allow overriding the default supervisor version.

v0.9.26

02 Oct 13:32
Compare
Choose a tag to compare
  • Omit version parameter to "optionally install newrelic" task when new_relic_version
    is an empty string.
  • Change file permissions for supervisor, to allow group access.

v0.9.25

24 Sep 14:58
Compare
Choose a tag to compare
  • Consistently use the `recommended module:options format for all tasks.
  • Change include to include_tasks.
  • Add app_packages variable for specifying additional system packages to be
    installed.
  • Add support for using uWSGI instead of gunicorn.

v0.9.24

06 Aug 13:06
2fa0e5f
Compare
Choose a tag to compare
  • Add variable force_recreate_venv to allow virtualenv to be deleted, forcing it to be refreshed from scratch.

v0.9.23

08 Apr 13:02
Compare
Choose a tag to compare
  • Don't follow symlinks when changing ownership of copied source code, since
    they might point to things on the dev's system that don't make sense on the
    server and even result in infinite recursion trying to follow them.

v0.9.22

05 Apr 21:15
6028aae
Compare
Choose a tag to compare

Allow pinning to a specific version of New Relic with new_relic_version

v0.9.21

28 Jan 18:31
Compare
Choose a tag to compare
  • When rsyncing local source to server (when source_is_local is true,
    mainly when using vagrant), exclude deployment dir, and use the
    same ssh as ansible.

v0.9.20

27 Dec 20:19
Compare
Choose a tag to compare

v 0.9.20 on Dec 27, 2018

  • Remove --log-syslog from the supervisor gunicorn command line. Supervisor
    was already logging the gunicorn stdout to syslog and trying to log it twice
    was failing.

v0.9.19

23 Nov 13:54
dc8bc0f
Compare
Choose a tag to compare
  • Add ability to customize Celery app name via celery_app variable.
  • Fix deprecation warning with supervisord_conf is changed