Skip to content

Releases: woodpecker-ci/woodpecker

Second DroneOSS08 release

24 Apr 11:27
Compare
Choose a tag to compare

This is the second release since the fork.

It's mainly a technical release.

  • Notable theme was to pull in some dependencies to ease the development workflow. #12 #15
  • A new feature is that the CLI displays progress information when it pulls images. #16
  • Also the CLI was cleaned up a little. Enterprise features were removed from it: #17
  • It's build by Go 1.12 from now on. #22

Use the images from Docker Hub

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

First drone-oss-08 release

06 Apr 04:59
f9f0998
Compare
Choose a tag to compare

Technically this release holds minor changes related to release engineering. It is based on the forked Drone 0.8.9 version.

#1 Drone OSS 08
#5 Locking down drone-ui version

UI changes

Since the Drone UI dependency was changed to my fork - a fork that was created some 11 months ago - this release also holds numerous community improvements on the UI

  • drone/drone-ui#201

    Horizontal menu with restart and cancel buttons. No more hamburger menu. This is a MUST.
    horizontal menu

  • drone/drone-ui#199

    Whenever a build is restarted or repositories are being synchronised, a little notification is shown at the bottom left but it refuses to go away and is stucked there till the page is refreshed. This PR makes sure it is only active for 5 seconds, afterwards the notification disappears.

  • drone/drone-ui#196

    Render line breaks in commit messages.

  • drone/drone-ui#245

    Build paging works when you click on "Show more builds"

Use the images from Docker Hub

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