Releases: equinor/gordo-controller
Releases · equinor/gordo-controller
0.1.8
Fixes from #34
- Add .init() and .reset() updates to informer
- Update logging messages for better clarity
- Wait for old deploy jobs to be deleted before submitting a new one
0.1.7
- Add resource limits/requests for deploy job (#31)
0.1.6
- Don't panic when failing to submit a job, just log the error (#30 )
0.1.5
- Load environment variables for deploy image (#20)
- Ensure max 63 char deploy job naming (#24)
- Allow passing environment variables to gordo-deploy job (#27)
- Bump versions
- Bump k8s-openapi from 0.5.1 to 0.6.0 (#22)
- Bump kube from 0.16.1 to 0.17.0 (#28)
0.1.4
- Bailout when failing to submit job (#8)
- Update example config (#10)
- Load environment variables for deploy image (#20)
DEPLOY_IMAGE
environment variable support to specify which deploy image to submit the config file to.
- Add k8s integration testing (fe8c59a)
- Other updates
0.1.3
- Submit
GORDO_NAME
if gordo-deploy
minor version >= 0.33 otherwise send in MACHINE_CONFIG
as environment variable as usual. (#6)
0.1.2
Support deleting old jobs associated with a modified or deleted Gordo
resource (#4)
0.1.1
- Set
main
to have a never return type (!
) and log errors rather than exiting and set kube
logging to info
(#2)
First release
First release of Gordo Controller
Provides kubectl apply -f gordo-config.yml
capability.
Will listen for new events and submit waiting configs to gordo-deploy
0.1.0-rc1
Add filters to build-image