Skip to content

Latest commit

 

History

History
213 lines (166 loc) · 13 KB

CHANGELOG.md

File metadata and controls

213 lines (166 loc) · 13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.7.0] - 2020-03-27

Added

  • endpoint to display the latest build by branch. #2940.
  • endpoint to display the latest build by pull request. #2940.
  • endpoint to display the latest build by environment. #2940.
  • endpoint to delete a branch from the index. #2940.
  • endpoint to delete a pull request from the index. #2940.
  • endpoint to delete an environment from the index. #2940.
  • page to view the latest build per branch.

Fixed

  • sync routine not executing asyncronously, being cancelled by http context.
  • sync routine should ignore gitlab subrepositories
  • convert deploy events in 0.8 yaml to promote events.
  • do not execute cron job for disabled repositories. #2931.
  • remove trailing slash from gitea url to prevent oauth2 token refresh errors, by @cmj0121. #2920.
  • disable font ligatures in build log output. drone/drone-ui#322.
  • missing am/pm in timstamps

[1.6.5] - 2020-01-29

Changed

  • update version of go-scm
  • update alpine version in docker images
  • use ticker for cron jobs for more accurate timing

[1.6.4] - 2019-12-30

Added

[1.6.3] - 2019-12-10

Fixed

  • disable caching generated yaml files by commit sha, by @bradrydzewski.

Added

[1.6.2] - 2019-11-08

Added

Fixed

  • regression not converting legacy pipeline when using new runners, by @bradrydzewski.

[1.6.1] - 2019-10-17

Added

  • updated autocert library in support of acme v2 protocol, by @bradrydzewski.

Fixed

  • fixed nil pointer when manually adding user from api, by @bradrydzewski.

[1.6.0] - 2019-10-04

Added

  • added nsswitch to docker images
  • option to auto-cancel pending builds when newer build enqueued, by @bradrydzewski. #1980.
  • endpoint to list all repositories in the database, by @bradrydzewski. #2785.

Fixed

  • improve sync to handle duplicate repository names with different unique identifiers, by @bradrydzewski. #2658. You can revert to the previous sync logic with DRONE_DATABASE_LEGACY_BATCH=true.

[1.5.1] - 2019-09-30

Added

Fixed

[1.5.0] - 2019-09-28

Added

Fixed

Breaking

  • the server now runs in multi-machine mode by default. In order to run the server in single-machine mode (agents disabled) you must set DRONE_AGENTS_DISABLED=true.

[1.4.0] - 2019-09-12

Added

Removed

Fixed

[1.3.1] - 2019-08-26

Added

[1.3.0] - 2019-08-20

Added

Fixed

Security

  • upgraded to Go 1.12.9 due to CVE-2019-9512 and CVE-2019-9514

[1.2.3] - 2019-07-30

Added

  • disable github status for cron jobs
  • support for action in conditionals, by @bradrydzewski. #2685.

Fixed

[1.2.2] - 2019-07-29

Added

  • support for legacy environment variables
  • support for legacy workspace based on repository name
  • support for github deployment hooks
  • provide base sha for github pull requests
  • option to filter webhooks by event and type
  • upgrade drone-yaml to v1.2.2
  • upgrade drone-runtime to v1.0.7

Fixed

[1.2.1] - 2019-06-11

Added

Fixed

  • fix inconsistent base64 encoding and decoding of encrypted secrets, by @bradrydzewski.
  • update drone-yaml to version 1.1.2 for improved 0.8 to 1.0 yaml marshal escaping.
  • update drone-yaml to version 1.1.3 for improved 0.8 to 1.0 workspace conversion.

[1.2.0] - 2019-05-30

Added

Fixed

[1.1.0] - 2019-04-23

Added

Fixed

[1.0.1] - 2019-04-10

Added