Releases: caktus/tequila-django
Releases · caktus/tequila-django
v0.9.28
- 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
- Allow overriding the default supervisor version.
v0.9.26
- 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
- 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
- Add variable
force_recreate_venv
to allow virtualenv to be deleted, forcing it to be refreshed from scratch.
v0.9.23
- 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
Allow pinning to a specific version of New Relic with new_relic_version
v0.9.21
- 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
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
- Add ability to customize Celery app name via
celery_app
variable.
- Fix deprecation warning with
supervisord_conf is changed