Releases: FlowCI/flow-core-x
Releases · FlowCI/flow-core-x
v0.20.32
Changelog
- Improvement of UI
- Enable to edit the port number on SSH host
- Default user can be created from web
- Support
conditionin 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.32v0.20.30
Changelog
- Improvement of UI
- Improvement of Agent stability
- Support crontab task for flow
- Support multiple docker containers
- Introduce
docker/dockersYAML section on flow level - Introduce
androidsecret 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.30v0.20.26
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.26v0.20.20
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.20v0.20.16
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.16v0.20.09
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
支持 Web 定义工作流
支持插件系统,以及插件-Agent同步
支持 ‘final’ 节点,该节点为必执行节点
支持 flow.ci 的 Windows 安装
支持 Agent 通过 Cygwin 在 Windows 环境运行
bug fix
v0.1.3-alpha
- Support customize step condition via Groovy script
- Make agent connection more stable
- Support OSChina git webhook
v0.1.2-alpha
Merge pull request #204 from FlowCI/develop Develop
v0.1.1-alpha
- Support '-' in flow name
- Remove second in crontab task
- Bug fix on cmd queue
- Bug fix on agent parameters