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

Deis Controller v2.13.0

Compare
Choose a tag to compare
@mboersma mboersma released this 03 Apr 21:08
· 72 commits to master since this release

v2.12.0 -> v2.13.0

Features

  • 50a1592 config.py: Add ability to setup default tags
  • 726a587 ingress: Feature work for experimental native ingress
  • 0e117b1 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.4
  • 2224594 requirements: update psycopg2 to 2.7
  • 1aed9e2 requirements: update jsonfield to 2.0.0
  • 49ec35d requirements: update Django to 1.10.6
  • 8d6126a requirements: update gunicorn to 19.7.0
  • 2d071f4 requirements: update idna to 2.5
  • 53d34de requirements: update jsonfield to 2.0.1
  • 0274973 rootfs/requirements.txt: add pyasn1
  • fcae228 requirements: update django-auth-ldap to 1.2.10
  • 74372a5 requirements: update jmespath to 0.9.2
  • 530256c requirements: update djangorestframework to 3.6.2
  • f01b846 requirements: update psycopg2 to 2.7.1
  • 429a645 requirements: update gunicorn to 19.7.1
  • 0caeb81 Makefile: remove broken "test-unit-quick" target
  • e8e6f58 dev_requirements: use deis/requests-mock fork