Releases: equinor/gordo-controller
Releases · equinor/gordo-controller
0.8.0
Tracking model statuses for restarted gordos (#143)
0.7.2
#132 Statuses for gordo's models
#103 Expand k8s examples
#113 Fix gordo-controller istio rewrite
0.6.2
Release contains only dependency updates:
- Bump kube and k8s-openapi (#93)
- Bump tokio from 0.2.10 to 0.2.11 (#94)
- Bump serde_json from 1.0.45 to 1.0.46 (#95)
- Bump futures from 0.3.1 to 0.3.2 (#96)
- Bump futures from 0.3.3 to 0.3.4 (#98)
- Bump kube 0.24.0 -> 0.25.0 (#99)
0.6.1
Project updates
- Upgrade Actix and kube (#82)
- Refactor apply_gordo example (#83)
Dependency updates
- Bump envy from 0.4.0 to 0.4.1 (#84)
- Bump tokio from 0.2.6 to 0.2.8 (#85)
- [Security] Bump http from 0.1.19 to 0.1.21 (#86)
- Bump tokio from 0.2.8 to 0.2.9 (#88)
- Bump reqwest from 0.10.0 to 0.10.1 (#87)
- Bump tokio from 0.2.9 to 0.2.10 (#89)
- Bump serde_json from 1.0.44 to 1.0.45 (#91)
0.6.0
Project changes: 🦍
- Add project version/revision to deploy job (#72)
- Filter models on gordo project revision (#76)
- Add default for Gordo.machines (#81)
- Use project revision with gordo-components (#79)
Dependency updates: 🐑
- Bump serde_json from 1.0.43 to 1.0.44 (#71)
- Bump chrono from 0.4.9 to 0.4.10 (#73)
- Bump log from 0.4.8 to 0.4.10 (#78)
- Bump serde from 1.0.103 to 1.0.104 (#77)
0.5.0
- Remove duplicate reflectors (#70)
-
Add default compression middleware
Checks 'Accept-Encoding' header and chooses appropriate compression
-
Use the Controller's reflectors in the monitor_gordo/models
functions instead of creating multiples and wasting memory.
0.4.0
- Split into lib and bin (#58)
- Add integration example test (#58)
- Model CRD: Show model name + project version/name (#61)
- Use Reflector in Gordo monitoring (#62)
- Wrap controller in Actix server (#67)
Version bumps:
- Bump serde from 1.0.102 to 1.0.103 (#55)
- Bump serde_json from 1.0.41 to 1.0.42 (#54)
- Bump kube 0.18.1 -> 0.20.0 (#63)
- Bump serde_json from 1.0.42 to 1.0.43 (#68)
0.3.0
- Update Gordos as new Models arrive (#53)
- Use async wait in job deletion (#52)
- Add monitoring of Model resources (#50)
0.2.1
- Reset informer to update version if error (#47)
- Add Model CRD (#46)
0.2.0
- Convert to async to match kube=0.18.1 api (#42)
- Add ttlSecondsAfterFinished to deploy job spec (#44)
- Get namespace from loaded kubeconfig (#35)
- Store CRD in kustomize directory (#36)
- Move deploy job material into own module (#37)
- Remove informater.reset from loop (#42)
- Add rustfmt.toml and reformat (#42)