All Versions
58
Latest Version
Avg Release Cycle
19 days
Latest Release
539 days ago

Changelog History
Page 5

  • v1.6.2 Changes

    November 08, 2019

    โž• Added

    • ๐Ÿ‘Œ support for loading license contents from env, by @bradrydzewski.

    ๐Ÿ›  Fixed

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

    October 18, 2019

    โž• Added

    • โšก๏ธ updated autocert library in support of acme v2 protocol, by @bradrydzewski.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  fixed nil pointer when manually adding user from api, by @bradrydzewski.
  • v1.6.0 Changes

    October 04, 2019

    โž• 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.
  • v1.5.1 Changes

    September 30, 2019

    โž• Added

    • ๐Ÿ‘ allow organization admins access to organization secret endpoints, by @bradrydzewski. #2838.

    ๐Ÿ›  Fixed

  • v1.5.0 Changes

    September 28, 2019

    โž• Added

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ท missing cron job name in user interface, by @bradrydzewski.
    • ๐ŸŒฒ log lines not properly wrapping in user interface, by @bradrydzewski. ๐Ÿ’ป #309.

    ๐Ÿ’ฅ 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.
  • v1.4.0 Changes

    September 13, 2019

    โž• Added

    โœ‚ Removed

    ๐Ÿ›  Fixed

  • v1.3.1 Changes

    August 26, 2019

    โž• Added

    • ๐Ÿ‘Œ support for the GitHub deployment status API, by @bradrydzewski.
  • v1.3.0 Changes

    August 20, 2019

    โž• Added

    ๐Ÿ›  Fixed

    ๐Ÿ”’ Security

    • โฌ†๏ธ upgraded to Go 1.12.9 due to CVE-2019-9512 and CVE-2019-9514
  • v1.2.3 Changes

    July 30, 2019

    โž• Added

    • ๐Ÿ‘ท disable github status for cron jobs
    • ๐Ÿ‘Œ support for action in conditionals, by @bradrydzewski. #2685.

    ๐Ÿ›  Fixed

  • v1.2.2 Changes

    July 29, 2019

    โž• 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