Skip to content

Releases: caicloud/cyclone

v1.0.0-beta.4

07 Nov 08:27

Choose a tag to compare

v1.0.0-beta.4 Pre-release
Pre-release

Bug Fix:

  • Support extension parameters for sonar scanner (#1317)
  • Reduce cpu usage caused by go ticker incorrect use (#1318)

Feature:

  • Rrecord workflow topology to workflow run (#1312)

Others:

  • Upgrade golang to 1.12.12 & golangci-lint to 1.20.1

v1.0.0-beta.3

11 Oct 11:31

Choose a tag to compare

v1.0.0-beta.3 Pre-release
Pre-release

Bug Fix:

  • Resync of wfr (#1276)
  • Overall status judgement when multiple stage errors (#1281)
  • Close websocket when workflow run running completed (#1282)
  • Eof of stage logs FolderReader (#1286)
  • Workflow trigger controller should only process cron type trigger (#1307)
  • Execution context of workflow trigger expire when cluster changed (#1306)

Feature:

  • Support start and stop pvc watcher (#1290)

v0.9.8-alpha

17 Sep 08:59

Choose a tag to compare

v0.9.8-alpha Pre-release
Pre-release

Bug Fix

  • Close WebSocket when workflow run running completed (#1283)
  • Add EOF file to stage logs folder to indicate end of stage logs(#1285)

v0.9.7

04 Sep 07:01
0f24dbc

Choose a tag to compare

Bug Fix:

  • Send notification only once (#1248)
  • Git clone from bitbucket failed (#1257)
  • Defer exit to collect init containers' logs (#1258)
  • Add target branch for list pull requests api (#1259)
  • Image tag wrong when workflow triggered by bitbucket release (#1264)
  • GitHub tag trigger problem (#1270)

Feature:

  • Add execution contexts api (#1267)

v1.0.0-beta.2

29 Aug 07:20

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release

Bug Fix:

  • Overall status wrong when stage status is cancelled (#1273)

v1.0.0-beta.1

22 Aug 07:49
6bd0de0

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release

Features:

  • Add execution contexts API (#1266)

Bug Fix:

  • Image tag wrong when workflow triggered by bitbucket release (#1262)
  • GitHub tag trigger problem (#1269)

Chore:

  • Enable PVC watcher (#1263)

v1.0.0-beta

15 Aug 10:17

Choose a tag to compare

v1.0.0-beta Pre-release
Pre-release

Features:

  • Init pull request status when wfr start (#1245)

Bug Fix:

  • Send notification only once (#1247)
  • Fix git clone from bitbucket failed (#1249)
  • Add target branch for list pull requests api (#1252)
  • Defer exit to collect init containers' logs (#1251)

v0.9.7-beta

09 Aug 09:14
5139447

Choose a tag to compare

Features:

  • Support collect init container logs
  • Support list pull requests of scm repo

Bug Fix:

  • Can not list working pods
  • Websocket interrupted occasionally
  • Workflow run status check logic
  • Bitbucket pr webhook problem
  • Can not list gitlab branch whose project name contains dot
  • GitLab version detect problem
  • Validate bitbucket token
  • GitLab tag deletion should not trigger workflow

v1.0.0-alpha.4

29 Jul 13:42

Choose a tag to compare

Feat:

  • Support dry-run for creating integration (#1199)
  • Make dind bip configurable (#1200)
  • Make the resource requirement of GC pod configurable (#1203)

Bug fix:

  • Github release event webhook trigger workflow twice (#1201)
  • Update gradle image version to 5.5.1 for stage template (#1204)

v1.0.0-alpha.3

22 Jul 13:27

Choose a tag to compare

Bug fix:

  • Fix can not get sonar scan results (#1181)
  • Fix a low level bug for GitLab v3 (#1187)
  • Skip ssl verify for GitLab (#1190 #1195)
  • Clarify error code (#1193)
  • Fix can not pull bitbucket code with with personal access token (#1197)
  • Fix label value for wft event repo is too long (#1198)

Pefr:

  • Improve git resolver performance with --depth (#1177)