Skip to content

v1.2.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@zhujian7 zhujian7 released this 03 Dec 07:21
· 22 commits to master since this release
2821871

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.