This repository has been archived by the owner on May 6, 2020. It is now read-only.
Deis Controller v2.13.0
v2.12.0 -> v2.13.0
Features
50a1592
config.py: Add ability to setup default tags726a587
ingress: Feature work for experimental native ingress0e117b1
api: allow app names up to 63 characters in length (#1198)2e8ec75
Makefile,rootfs: run unit and style tests in container
Refactors
807fe82
utils: use python 3.5 asyncio keywords
Fixes
1156475
serializers.py: update PROCTYPE_MATCH to disallow uppercase characters (#1261)a8002a2
api: split command arguments by space if entrypoint is not /bin/bash -c (#1264)2dce7cd
settings/production: convert "false" to boolean correctly
Documentation
cd016e9
api,scheduler: fix "timeout" typos
Maintenance
703c249
requirements: update idna to 2.42224594
requirements: update psycopg2 to 2.71aed9e2
requirements: update jsonfield to 2.0.049ec35d
requirements: update Django to 1.10.68d6126a
requirements: update gunicorn to 19.7.02d071f4
requirements: update idna to 2.553d34de
requirements: update jsonfield to 2.0.10274973
rootfs/requirements.txt: add pyasn1fcae228
requirements: update django-auth-ldap to 1.2.1074372a5
requirements: update jmespath to 0.9.2530256c
requirements: update djangorestframework to 3.6.2f01b846
requirements: update psycopg2 to 2.7.1429a645
requirements: update gunicorn to 19.7.10caeb81
Makefile: remove broken "test-unit-quick" targete8e6f58
dev_requirements: use deis/requests-mock fork