Skip to content

Releases: teamhephy/controller

Hephy Controller v2.20.2

04 Mar 04:39
820403f
Compare
Choose a tag to compare

v2.20.1 -> v2.20.2

Maintenance

  • b73da6e django: upgrade to django version 1.11.20 latest patch
  • b4af9c9 *: Revert "set deployment API to apps/v1 if k8s >= 1.9"

Hephy Controller v2.20.1

10 Feb 00:59
51b8fe1
Compare
Choose a tag to compare

v2.20.0 -> v2.20.1

Fixes

  • 2426c29 hpa: set deployment API to apps/v1 if k8s >= 1.9
  • 26add98 tests: extend pod name regex
  • 1ce3bc5 controller: check image access when creating builds
  • b3a741d controller: check_image_access only when using docker

Maintenance

  • 7c14dd1 requirements: update django version to 1.11.18

Hephy Controller v2.20.0

25 Nov 19:08
ef82b77
Compare
Choose a tag to compare

v2.19.0 -> v2.20.0

Features

  • 581bead rootfs/api: implement main termination grace period support.
  • 63c3f60 rootfs/api: add validation and changes.
  • ffa5ca3 rootfs/api: implement api for services.
  • ae1fbd7 rootfs/api: create new service.
  • 1f51b1d rootfs/api: connect api to k8s service.
  • 45f0ec5 rootfs/api: restore k8s services from db and tune list op.
  • b6fb2ad rootfs/api: support logging.
  • 63ca37c rootfs/api: support maintenance mode.
  • ef5712a rootfs/api/migrations: migrate db.
  • 67d8695 deployment.py: add spec_annotations to deployments and carry forward

Fixes

  • 48dbade rootfs/api: convert type.
  • cf4cf45 rootfs: remove merge conflict and unnecessary changes.
  • 7fadd87 charts: int cast in version comparison
  • 877a7d9 charts: set rbac apiVersion without casting
  • 0832f75 charts: int cast in version comparison
  • b8d82e0 charts: set rbac apiVersion without casting
  • 7e3fb62 api/migrations: fix migrations conflict without merge
  • 1f043f1 charts: honor helm release namespace
  • e95ede0 tests: fix broken tests after adding spec_annotations to deployments

Tests

  • 5102b2e : write tests for services api
  • 401644e test_deployments.py: add tests for spec_annotations of deployments and pods

Maintenance

  • 9eee924 rootfs/api/migrations: add db migration.
  • 90350d0 rootfs/api: remove changes brought from another PR.
  • 06a46e6 requirements: updating dependencies for vulnerabilities
  • d3aad22 requirements: updating requests package for vulnerability
  • 3c6cce0 requirements: updating requests package for vulnerability (#82)
  • 919f49a requirements: change psycopg2 to psycopg2-binary to avoid warnings

Hephy Controller v2.19.0

02 Apr 18:16
2bf9a23
Compare
Choose a tag to compare

v2.18.0 -> v2.19.0

Documentation

  • d4ea4e5 README.md: update for end of maintenance
  • 13f463e README.md: Remove EOL warnings

Features

  • PR 3 Adding lifecycle hooks to deis-controller api
  • PR 2 Adding procfile_structure on app api
  • PR 1 Adding exception field on release api

Fixes

  • c60680f clusterrole: deis run need pods-create perms rbac

Maintenance

  • 713e10c charts: add support for rbac v1 API endpoint