Releases: woodpecker-ci/woodpecker
Technical release
This release contains technical changes and updates to libraries which carry security fixes.
Use the images from Docker Hub
laszlocloud/woodpecker-agent:v0.9.0
laszlocloud/woodpecker-server:v0.9.0
Source and target branch variables for PRs
This release introduces two new env vars: DRONE_SOURCE_BRANCH
and DRONE_TARGET_BRANCH
. This solves #77
The release also contains a large technical change, we moved to Go modules to version dependencies. This makes the project future compatible. #4
Use the images from Docker Hub
laszlocloud/woodpecker-agent:v0.8.106
laszlocloud/woodpecker-server:v0.8.106
Cancel pending builds
Bugfix release
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