Skip to content

0.42.0

Compare
Choose a tag to compare
@yesnault yesnault released this 07 Nov 14:23
· 2065 commits to master since this release

0.42.0 (2019-11-07)

Note about upgrading your CDS

You have to install version 0.41.0 if you want to upgrade your CDS Instance from a version < 0.41 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.42.x

  • Improved performance on UI.
  • New search component.
  • Team repository support for bitbucketcloud.
  • The UI is now served by cds-engine. Caddy is not used anymore and a unique docker image is available, instead of two before.
  • The local hatchery download worker's binary at startup. No need to put the worker in PATH anymore.
  • Run Condition available on a hook: this will avoid to instanciate a run number is the conditions are not ok.
  • RepositoryWebhook - event type filter. Example: you can choose to start a workflow on each comment in a pull request.
  • Workflow notifications - allow custom comments on pull request, see. https://ovh.github.io/cds/docs/concepts/workflow/notifications/

Features

Bug Fixes