Skip to content

Releases: caicloud/cyclone

v0.4.0

22 Feb 01:38
7fd8f6e
Compare
Choose a tag to compare

Bug Fixes:

  • Fix the count for recent success and failed records (#313)
  • #330: fix panic error when abort pipeline which has no log (#331)

Refactor:

  • refact(clair): Clean up the feature of image security (#322)
  • refact(event): refactor event manager to remove ETCD (#324)

v0.3.3

07 Jan 11:39
0915f69
Compare
Choose a tag to compare

Bug Fixes:

#294: Image build stage is skipped when use Customized Dockerfile (#303)
Integration test skipped (#301)
Pipeline record name is empty when codeCheckout failed (#303)

v0.3.1

20 Dec 14:01
383dac6
Compare
Choose a tag to compare

Enhancements:

  • Repo convention (#290)

Bug Fixes:

  • #278 check token when creat/update project with token (#280)

v0.3.0

04 Dec 07:19
Compare
Choose a tag to compare

Features:

  • SCM integration: support Github and Gitlab
    • 2 ways of SCM authorization: username & password, auth token
    • APIs for listing branches and tags for repos
  • Pipeline record log APIs
    • Static log API for finished pipelines #231
    • Realt-time log API for running pipelines #254
  • Worker location is configurable for k8s cloud #259

Enhancements:

  • Stability
    • Add retry for MongoDB connection #269
    • Terminate worker with error #275

Bug Fixes:

  • Pipeline alias can not be updated #239
  • Unit test commands do not run #270

v0.2.0

17 Oct 10:18
Compare
Choose a tag to compare

What changes:

  • Adopt new concepts such project and pipeline to replace service and version
  • Implement new standardized REST APIs

Begin to refactor

25 Aug 02:08
Compare
Choose a tag to compare
Begin to refactor Pre-release
Pre-release
Merge pull request #153 from supereagle/fix-setup-error

Fix error in setup doc

v0.1

05 Dec 06:21
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initialization