Skip to content

Releases: FlowCI/flow-core-x

v0.20.32

02 Aug 20:58
10c09c4

Choose a tag to compare

Changelog

  • Improvement of UI
  • Enable to edit the port number on SSH host
  • Default user can be created from web
  • Support condition in the YAML to setup step start condition in Groovy

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.32

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.32

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.20.32

v0.20.30

27 Jul 08:09
0c1c7d0

Choose a tag to compare

Changelog

  • Improvement of UI
  • Improvement of Agent stability
  • Support crontab task for flow
  • Support multiple docker containers
  • Introduce docker/dockers YAML section on flow level
  • Introduce android secret type to config android certificate
  • New android flow template

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.30

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.30

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.20.30

v0.20.26

20 Jun 21:52
28f1c72

Choose a tag to compare

Changelog

  • Support TTY on running step to debug
  • Introduce 'notification' YAML section to config flow notification task
  • Introduce 'token' secret type
  • Enable to config job timeout in flow settings
  • Support MD5 fingerprint on SSH RSA public key
  • New Sonarqube plugin
  • Important bugfix

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.26

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.26

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.20.26

v0.20.20

14 May 09:44

Choose a tag to compare

Changelog

  • Support 'rerun' for job
  • New configuration feature
  • Introduce an 'npm' build template
  • Important bugfix

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.20

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.20

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.20.20

v0.20.16

11 Apr 21:58

Choose a tag to compare

Changelog

  • Support webhook for Gitee

  • Enable to load YAML configuration in Git repository (.flowci.yaml)

  • Enable to execute step and plugin in docker container

    - name: docker-run
      envs:
        MY_MESSAGE: "hello"
      docker:
        image: "ubuntu:18.04"
      script: |
        echo $MY_MESSAGE
  • Improve performance on web terminal logging

  • Bug fix

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.16

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.16

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.19.16

v0.20.09

23 Mar 22:22

Choose a tag to compare

Changelog

  • Optimize job detail page with step graphic view and terminal layout
  • Support agent auto scaling via docker socket
  • Support agent auto scaling via ssh remote host

Docker images

## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.09

## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.09

## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.19.42

v0.1.4-alpha

02 Jan 05:26

Choose a tag to compare

支持 Web 定义工作流
支持插件系统,以及插件-Agent同步
支持 ‘final’ 节点,该节点为必执行节点
支持 flow.ci 的 Windows 安装
支持 Agent 通过 Cygwin 在 Windows 环境运行
bug fix

v0.1.3-alpha

08 Dec 05:48
704e693

Choose a tag to compare

  • Support customize step condition via Groovy script
  • Make agent connection more stable
  • Support OSChina git webhook

v0.1.2-alpha

01 Dec 05:36
209e9e6

Choose a tag to compare

Merge pull request #204 from FlowCI/develop

Develop

v0.1.1-alpha

20 Nov 02:06
c0b4f7c

Choose a tag to compare

  • Support '-' in flow name
  • Remove second in crontab task
  • Bug fix on cmd queue
  • Bug fix on agent parameters