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

v2.1.0 -> v2.2.0

Compare
Choose a tag to compare
@smothiki smothiki released this 25 Jul 16:17
· 469 commits to master since this release

v2.1.0 -> v2.2.0

Features

  • 8a61e63 scheduler: add support for set based requirement filtering via the kubernetes API
  • 47b5b08 IDN: add support for international domains
  • 32be50a scheduler: sort env vars and secrets by keys for easier hashing
  • c3c2494 *: add Deployments support behind a feature flag
  • f52bbef tests: add Deployment tests (this can be removed in the future)
  • edb0383 scheduler: feat(scheduler) prepend [namespace] to Scheduler log message for better traceability
  • 84b8080 app: make deploy timeout configurable globally/per-app via DEIS_DEPLOY_TIMEOUT, default is 2 minutes
  • 3de3bef version: bump version to v2.2.0

Fixes

  • 6214d96 scheduler: if one RC fails to scale then ensure all other RCs are at the right level
  • 0bcea13 scale: return error message in proper format
  • 7d24923 restart: wait for the pods to be scheduled
  • 7647569 scheduler: cast port to an int from environment (#857)
  • b27c816 boot: change group ownership of docker socket to deis (#804)
  • d4415c9 api: fail when rolling back to v1 (#762)
  • becccab registry: use the proxy port and local host to connect to registry
  • 1ac6b54 release: return port from get_port for non-routable process types
  • 113f773 models: better error messages than the built in Django ones for a few of the fields
  • 2bb7724 scheduler: only attach healthcheck if app is routable (#880)
  • a2d6010 healthchecks: when migrating from old healthchecks also add in readiness probe
  • a0567ea api: remove command escaping from v1 (#822)
  • f403efb tests: sort domains in tests to get past occasional ordering problems which cause test failures

Documentation

  • d01a778 github: simplify pull request template (#853)

Maintenance

  • 939209a rootfs: bump version to v2.2.0-dev (#843)
  • 0419381 requirements: update psycopg
  • 200c1a0 requirements: update ruamel.yaml to 0.11.14
  • 0a8c73b requirements: update pytz to 2016.6.1