Skip to content

0.41.0

Compare
Choose a tag to compare
@yesnault yesnault released this 20 Aug 14:55
· 2189 commits to master since this release

0.41.0 (2019-08-20)

Note about upgrading your CDS

You have to install version 0.40.0 if you want to upgrade your CDS Instance from a version < 0.40 to a newer version.

When you upgrade a CDS Instance, always run the database migration before, documentation on https://ovh.github.io/cds/hosting/database/

Notable Changes in version 0.41.x

Features

  • api: add clover format for codecoverage (#4445) (1ac7ac1)
  • api: add event integration support (#4495) (e2ec189)
  • api: cdsctl project repository-manager -h (f44b650)
  • api: icon on spawn info (#4537) (d02656a)
  • api: manually delete 1 build from history #3782 (#4400) (37d64a8)
  • api: update scheduler test case to filter by workflow id (#4482) (dafc6fe)
  • api,ui: allow to send notification conditionally based on workflow variables (8e6f08a), closes #4494
  • cdsctl: cdsctl admin metadata (#4395) (152a484)
  • hatchery:marathon: increase cpu limitation for marathon containers (#4458) (99fa488)
  • hatchery/swarm: prerequisiste model value parsed more finely (#4418) (905887a)
  • ui: add autofocus on input search (#4492) (ff8e37b)
  • ui: all shared module component on push (#4425) (6db0101)
  • ui: display uuid (#4456) (cf2f9ac)
  • ui: upgrade lodash + regenerate package-lock (#4451) (7310e08)
  • ui use testcafe for e2e ui test (#4442) (33c557b)

Bug Fixes