Releases: teamhephy/controller
Releases · teamhephy/controller
Hephy Controller v2.22.0
Hephy Controller v2.21.3
Hephy Controller v2.21.2
Hephy Controller v2.21.1
Hephy Controller v2.21.0
v2.20.7 -> v2.21.0
Refactors
93682c6
apis: deprecated apis in k8s 1.16b4928ed
apis: trying to fix mock tests now27b8f8a
charts: move from extensions/v1beta1 to apps/v1a6fa780
mock.py: sanitize pod urls to api_v1 in the mockerd8e65a9
apis: parse version out for replicasets25a7f41
mock.py: reduce line length for style check5930851
charts: add apiversion checks to helm chartsa081823
apis: deprecated apis in k8s 1.166bf5019
apis: trying to fix mock tests now8d60a34
mock.py: sanitize pod urls to api_v1 in the mockerd1120ca
apis: parse version out for replicasetsfd6b7cf
mock.py: reduce line length for style checkb944765
charts: add apiversion checks to helm charts
Fixes
a4d0e22
controller: Set replicas to the current value of the deployment.3d84a8f
scheduler: handle missing timestamps in pod eventsc0294a3
controller: Retry on potential ReplicaSet create race-condition. (#127)613827b
controller: Update API groups5613bc8
README: resolving a merge conflict49286c9
charts: fixing a merge conflict with master branch
Documentation
Maintenance
Hephy Controller v2.20.7
Hephy Controller v2.20.6
v2.20.5 -> v2.20.6
Features
Fixes
e1da4c5
controller: Fix deployment status validation when number of pods more than 256
Maintenance
Hephy Controller v2.20.5
Hephy Controller v2.20.4
v2.20.3 -> v2.20.4
Features
d51f2f9
deployment: set deployment API to apps/v1 if k8s >= 1.98ce0e1a
scheduler: add api version parsing on scheduler init with testscbdaaae
charts: add /v1/apps apiGroup for scaling fixb02b048
controller: Add POD_IP variable with pod's IP addressf1642a1
app.py: refactor DEIS_EXPOSE_POD_IP logic in controller
Refactors
9af0863
deployment: ref(deployment) removes unneeded version mutation
Fixes
fc779d9
controller: Revert check image access when creating buildsae37e16
controller: Revert check_image_access only when using docker731fc99
controller: revert release.check_image_access for nowfae66db
pod.py: only set POD_IP if DEIS_EXPOSE_POD_IP is set to 'True'ba976bd
controller: fix(controller) apps/v1 is not understood, revert2988579
controller: fix(controller) try passing in App's apiVersion
Tests
6913d6a
deployment: add behavior test for deployment.api_version60b2036
deployment: make the api_version tests passef3f6b4
deployment: remove unused test artifacts0e840b4
kubehttpclient: test(kubehttpclient) add .version() behavior testc3f0aa3
deployment: test(deployment) relaxed api_version behavior test
Maintenance
fef3f6e
deps: bump django from 1.11.21 to 1.11.23 in /rootfs