Skip to content

Releases: equinor/gordo-controller

0.1.8

30 Oct 13:13
Compare
Choose a tag to compare

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

29 Oct 15:38
Compare
Choose a tag to compare
  • Add resource limits/requests for deploy job (#31)

0.1.6

29 Oct 07:47
a67d85c
Compare
Choose a tag to compare
  • Don't panic when failing to submit a job, just log the error (#30 )

0.1.5

28 Oct 13:38
Compare
Choose a tag to compare
  • 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

21 Oct 11:28
95bebce
Compare
Choose a tag to compare
  • 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

04 Sep 10:34
Compare
Choose a tag to compare
  • Submit GORDO_NAME if gordo-deploy minor version >= 0.33 otherwise send in MACHINE_CONFIG as environment variable as usual. (#6)

0.1.2

03 Sep 08:05
Compare
Choose a tag to compare

Support deleting old jobs associated with a modified or deleted Gordo resource (#4)

0.1.1

29 Aug 08:10
Compare
Choose a tag to compare
  • Set main to have a never return type (!) and log errors rather than exiting and set kube logging to info(#2)

First release

28 Aug 09:55
Compare
Choose a tag to compare

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

28 Aug 09:52
Compare
Choose a tag to compare
0.1.0-rc1 Pre-release
Pre-release
Add filters to build-image