Skip to content

0.36.1

Compare
Choose a tag to compare
@yesnault yesnault released this 14 Oct 13:04
· 2764 commits to master since this release

Notable Changes

  • Performance improvements

    • Hatchery & workers communicate over SSE with CDS API
  • New administration pages

    • UI: Hooks List: display all hooks & details of executions.

    • UI: Services: display all services configured on CDS, health and configuration
      capture d ecran 2018-10-05 a 17 39 31

    • UI / cdsctl ui: display jobs Queue: waiting and building

    • UI: you can now set a name to a step, useful if you like to have many steps in a job
      capture d ecran 2018-10-05 a 18 07 04

    • UI: Overview page for application: display vulnerabilities, unit tests, builds.
      capture d ecran 2018-10-05 a 18 01 45

    • UI: labels on workflows
      capture d ecran 2018-10-05 a 18 16 45

  • Actions:

  • Engine:

    • Hatcheries: Improve speed on take job (essentially swarm & marathon hatchery)
    • Hatcheries expose a endpoint for debugging purpose (pprof)

0.36.1 (2018-10-13)

Bug Fixes

Features

  • api,sdk: Generate call stack for sdk error and preserve stack trace (#3310) (dc10dfc)
  • api,worker,contrib: add example of plugin in nodejs (3582d06)
  • cdsctl: remove icon from legend (#3407) (71a11cb)
  • ui: add collapse on step logs to lazy display on ui (close #3298) (#3450) (d08f3d6)
  • ui: enable timeline for all users (#3404) (997c378)

0.36.0 (2018-10-05)

Features

Bug Fixes