Skip to content

Releases: woodpecker-ci/woodpecker

Bugfix release

24 Jul 11:48
9b069dd
Compare
Choose a tag to compare

Numerous fixes in multi-pipeline

Fixed gating logic:

Use the images from Docker Hub

laszlocloud/drone-oss-08-agent:0.8.103
laszlocloud/drone-oss-08-server:0.8.103

Link to line

16 Jul 13:27
Compare
Choose a tag to compare

New feature in this release: line numbers are clickable on the log output and you can link to errors directly. laszlocph/woodpecker-ui#1

Screenshot from 2019-07-16 15-28-23

#49 A bug was fixed where new repos could not be activated since v.0.8.97

Multi-pipeline builds: waiting state in queue; Bitbucket fix

10 Jul 08:26
Compare
Choose a tag to compare
  • With multi-pipeline introduced, the pending queue state got ambiguous. #48 meant to fix it by splitting it into waiting (on deps) and pending queue states.

  • Bitbucket has a deprecated API endpoint. #34 is fixing that

Use the images from Docker Hub

laszlocloud/drone-oss-08-agent:0.8.101
laszlocloud/drone-oss-08-server:0.8.101

Job build times exposed as metric

10 Jul 08:15
Compare
Choose a tag to compare

With #41 you can chart build times based on branch/repo/status, etc.

Use the images from Docker Hub

laszlocloud/drone-oss-08-agent:0.8.100
laszlocloud/drone-oss-08-server:0.8.100

Graceful restarts

10 Jul 08:13
Compare
Choose a tag to compare

With this release a pause/resume functionality is introduced to the queue.

You can restart Drone gracefully with #33 by

  • pausing the queue
  • waiting until all running jobs completed
  • restart

Or stop agents by

  • pausing the queue
  • waiting until all running jobs completed
  • resume the queue

Use the images from Docker Hub

laszlocloud/drone-oss-08-agent:0.8.99
laszlocloud/drone-oss-08-server:0.8.99

UI fixes

27 Jun 07:53
Compare
Choose a tag to compare

Fixing two annoying ones:

Multi-pipeline builds

26 Jun 09:29
Compare
Choose a tag to compare

This is a major change to the job scheduling algorithm. #32

It allows a single commit to spawn multiple pipelines. Each

  • running on a different agent
  • in its own file
  • own Github status line
  • share nothing

Allows faster feedback, multi-agent parallel execution, and better organized pipeline files.

Documentation: https://github.com/laszlocph/docs/blob/master/content/usage/concepts/multi-pipeline.md
multi

multi2

Use the images from Docker Hub

laszlocloud/drone-oss-08-agent:0.8.97
laszlocloud/drone-oss-08-server:0.8.97

UI fix

19 Jun 18:56
Compare
Choose a tag to compare

Matrix reloaded

05 Jun 05:10
Compare
Choose a tag to compare

Changes:

The matrix view was unfolded, the master-detail view is removed.
matrix-reloaded

Use the images from Docker Hub

laszlocloud/drone-oss-08-agent:0.8.95
laszlocloud/drone-oss-08-server:0.8.95

Reinstated metrics

30 May 12:48
Compare
Choose a tag to compare

Fixed #24

Use the images from Docker Hub

laszlocloud/drone-oss-08-agent:0.8.94
laszlocloud/drone-oss-08-server:0.8.94