Releases: woodpecker-ci/woodpecker
Bugfix release
Link to line
New feature in this release: line numbers are clickable on the log output and you can link to errors directly. laszlocph/woodpecker-ui#1
#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
-
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
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
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
Fixing two annoying ones:
- laszlocph/drone-ui#10
Persist requested URL through login - laszlocph/drone-ui#11
Refresh repo list when a new repo is added
Multi-pipeline builds
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
Use the images from Docker Hub
laszlocloud/drone-oss-08-agent:0.8.97
laszlocloud/drone-oss-08-server:0.8.97
UI fix
Search was not working.
Fixed in https://github.com/laszlocph/drone-ui/pull/7/files
Matrix reloaded
Changes:
- Matrix view simplified laszlocph/drone-ui#3
- Refactor #28
The matrix view was unfolded, the master-detail view is removed.
Use the images from Docker Hub
laszlocloud/drone-oss-08-agent:0.8.95
laszlocloud/drone-oss-08-server:0.8.95
Reinstated metrics
Fixed #24
Use the images from Docker Hub
laszlocloud/drone-oss-08-agent:0.8.94
laszlocloud/drone-oss-08-server:0.8.94