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

Deis Controller v2.6.0

Compare
Choose a tag to compare
@mboersma mboersma released this 27 Sep 17:51
· 280 commits to master since this release

v2.5.2 -> v2.6.0

Features

  • f5d1454 api: inject release metadata into application (#1080)

Refactors

  • 13de6e6 Dockerfile: ditch the pip cache for a slightly smaller image (#1051)
  • 3e1f9d6 scheduler: add HTTP functions in KubeHTTPClient (#1019)
  • 8d287b9 scheduler: move image pull policy settings from scheduler to App model and remove SLUG_RUNNER_IMAGE_PULL_POLICY (#1053)
  • 02718a3 app: centralise all application configuration handling in App model to be used by run, deploy and scale (#1061)
  • 22f96eb scheduler: add more Pod tests in scheduler and add create() to Pod resource (#1079)
  • 13c1711 Dockerfile: use base 0.3.2, smaller packages and better cleanup (#1088)

Fixes

  • 4f5f944 views: make sure domain is set it in cert attach operation (#1046)
  • 29d51d9 scheduler: show more information when there is a HTTP error in Kubernetes (#1041)
  • 3d3676b release: call proper RC scale instead of a missing (old) method (#1055)
  • 60c6a5f procfile: route the traffic to web proctype always if its present in procfile
  • d7e626c whitelist: remove the whitelist from annoations if its empty
  • b8aa206 api: check if release.build is NoneType (#1078)
  • ad182b2 api: cast DEPLOY_BATCHES and DEPLOY_TIMEOUT to int (#1076)
  • 7aaee55 Makefile: remove double usage of --noinput (#1083)

Maintenance