Skip to content

Tags: caicloud/cyclone

Tags

v1.0.3-beta

Toggle v1.0.3-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(github): use BasicAuthTransport (#1568)

Co-authored-by: Jian Zeng <[email protected]>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(github): use BasicAuthTransport (#1564)

v1.2.0-rc

Toggle v1.2.0-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(chart): upgrade version to v1.2.0-rc (#1559)

v1.0.4-alpha

Toggle v1.0.4-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(sonarqube): support java projects with multiple modules (#1557)

Co-authored-by: Jian Zeng <[email protected]>

v1.2.0-alpha.3

Toggle v1.2.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(chart): bump version to v1.2.0-alpha.3 (#1540)

v1.2.0-alpha.2

Toggle v1.2.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Modify helm chart (#1534)

* chore(*): move original helm chart to manifests/cyclone-public

* chore(*): move original templates to templates/

* chore(*): add new helm chart

* address comments

v1.2.0-alpha

Toggle v1.2.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump k8s dependencies version (#1531)

* chore(*): update deps

* chore(*): update generators

* chore(*): update generated assets

* refactor(*): fix invocation

* chore(*): make linter happy

v0.9.12

Toggle v0.9.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(controllers): make resyncPeriod configurable (#1520)

v1.0.3-alpha

Toggle v1.0.3-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cps-2.10-dood] fix(resolver::git): refine repos cloning and fix `git…

… checkout` (#1513)

* fix(resolver::git): refine repos cloning and fix `git checkout`

simplify the way we clone repos, and don't pass `-f` to `git checkout`
so that git won't fail silently.

* refactor: prevent word splitting & refactor retry logic

* fix: fix depth flag

Co-authored-by: Jian Zeng <[email protected]>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: delete project name in workflow pod env (#1509)

PROJECT_NAME is a very likely conflict word with other systems,
like ourselves SonarQube scanner program,do not inject it as an
Env into the WorkflowRun pod.

TODO:
- change the Env key name(add a prefix like CYCLONE_PROJECT_NAME)
and inject it in the future.