Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Deis v1.5.2

Compare
Choose a tag to compare
@mboersma mboersma released this 22 Apr 19:53
· 1553 commits to master since this release

Deis v1.5.2 fixes SSL problems, reverts to confd polling to reduce server load, allows deletion of certificates with wildcard domains, and repairs deis domains:remove to delete only the requested domain.

v1.5.1 -> v1.5.2

Fixes

  • a4bf040 router: include deis.conf if no match with an SSL cert
  • 1df8eea controller: allow "*" wildcard in cert REST URLs
  • 7f6099c controller: return the correct domain from get_object
  • 02b78a2 router: write out only if cert matches the path
  • 8e960ca (all): use "confd --interval 5" instead of "--watch"