Releases: caicloud/cyclone
Releases · caicloud/cyclone
v1.0.3-beta-dood
- fix(github): use BasicAuthTransport
v1.2.0
v1.2.0-rc
v1.0.4-alpha
- 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
- Update the name of resourceQuota to the name of its namespace (#1537)
v1.2.0-alpha.2
Move helm charts from helm/cyclone to manifests/public-cyclone
v1.2.0-alpha
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:
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.