Skip to content

v0.20.16

Choose a tag to compare

@gy2006 gy2006 released this 11 Apr 21:58
· 844 commits to master since this release

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