Cyclone Versions Save

Powerful workflow engine and end-to-end pipeline solutions implemented with native Kubernetes resources. https://cyclone.dev

v1.0.3-beta

3 years ago
  • fix(github): use BasicAuthTransport

v1.2.0

3 years ago
  • fix(webhook): only set PRRef label if wfr is trigger by PR
  • fix(github): use BasicAuthTransport
  • fix(workflowrun): ensure workflowRun controller return immediately after updating

v1.2.0-rc

3 years ago
  • Feat(webhook): cancel previous builds
  • Feat(github): retry CreateStatus
  • Fix(sonarqube): support java projects with multiple modules
  • Refactor(*): correct notification url & switch to webhook url template

v1.0.4-alpha

3 years ago
  • Fix(resolver::git): refine repos cloning and fix git checkout (#1514)
  • Feat(controllers): make resyncPeriod configurable (#1519) (#1521)
  • Feat(github): retry CreateStatus (#1544)
  • Feat(server): auto cancel previous builds triggered by PR (#1554)
  • Fix(sonarqube): support java projects with multiple modules (#1557)

v1.2.0-alpha.3

3 years ago
  • Update the name of resourceQuota to the name of its namespace (#1537)

v1.2.0-alpha.2

3 years ago

Move helm charts from helm/cyclone to manifests/public-cyclone

v1.2.0-alpha

3 years ago

Feature:

  • Support sbt accelerate (#1481)
  • Make resyncPeriod configurable (#1519)
  • Be able to specify extra labels or annotations of pod in stage (#1524)
  • Retry creating pod on QuotaExceed error until timeout (#1528)

Refactor:

  • Make coordinator independent of docker (#1523)
  • Bump k8s dependencies version to v1.19.2(#1531)

Fix Bugs:

  • Refine repos cloning and fix git checkout (#1511)
  • Fix bitbucket PR commits won't trigger pipeline

Break Change:

  • Artifacts (designed for transferring files between stages) are NOT supported, we prefer share files using persistent volumes instead.

v0.9.12

3 years ago
  • Fix(resolver::git): refine repos cloning and fix git checkout (#1515)
  • Feat(controllers): make resyncPeriod configurable (#1520)

v1.0.3-alpha

3 years ago

Feature:

  • Support for dood container (#1508)

Bug Fix:

  • Fix: delete project name in workflow pod env (#1510)
  • Fix(resolver::git): refine repos cloning and fix git checkout (#1513)

v1.0.2

3 years ago

Feature:

  • Add workflow and project name info for pods created by cyclone (#1506, #1509)