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

Changelog History
Page 4

  • v1.10.0 Changes

    โž• Added

    • ๐Ÿ‘Œ support for starlark scripts in core.
    • ๐Ÿ‘Œ support for executing pipelines in debug mode.
  • v1.9.2 Changes

    โž• Added

    • โšก๏ธ update go-scm dependency to fix
  • v1.9.1 Changes

    โž• Added

    • ๐Ÿ‘Œ support for increasing the http request timeout for extensions. #2998.
    • ๐Ÿ‘Œ support for skipping a pipeline if the validation extension returns an ErrSkip.
    • ๐Ÿ‘Œ support for blocking a pipeline if the validation extension returns an ErrBlock.

    ๐Ÿ›  Fixed

    • โช rollback endpoint should be available to users with write permission.
    • ๐Ÿ— retrying a build should re-use custom build parameters from parent build.
  • v1.9.0 Changes

    July 12, 2020

    โž• Added

    • ๐Ÿš€ ui support for deployment list and summary.
    • ๐Ÿ— ui support for promoting and rolling back builds.
    • ๐Ÿ”‹ feature flag to use static secret when signing webhooks, from @chiraggadasc.

    ๐Ÿ›  Fixed

    • ๐Ÿ’ป ui branch list improperly capped.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ upgrade drone/envsubst dependency
    • โฌ†๏ธ upgrade drone/go-scm dependency
  • v1.8.1 Changes

    June 23, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ support for gitea api pagination, repository sync hanging.
  • v1.8.0 Changes

    March 10, 2020

    โž• Added

    • re-assigned repository ownership when deactivating a user.
    • re-assigned repository ownership when deleting a user.
    • de-activate a repository when deleting a user if re-assignment fails.
    • de-activate a repository when deactivating a user if re-assignment fails.
    • ๐Ÿ— routine to cleanup builds stuck in a pending state.
    • ๐Ÿ— routine to cleanup builds stuck in a running state.
    • private mode setting requires authentication to view public repositories.

    ๐Ÿ›  Fixed

    • ๐Ÿ— canceling a build emits a sql.ErrNoRows error.
    • custom token is ignored when creating a user account via the API.
    • ๐Ÿ— machine accounts with sufficient permissions can create builds via the API.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ upgraded Go toolchain to version 1.14.4.
  • v1.7.0 Changes

    March 28, 2020

    โž• 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 asynchronously, 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 timestamps
  • v1.6.5 Changes

    January 29, 2020

    ๐Ÿ”„ Changed

    • โšก๏ธ update version of go-scm
    • โšก๏ธ update alpine version in docker images
    • ๐Ÿ‘ท use ticker for cron jobs for more accurate timing
  • v1.6.4 Changes

    December 30, 2019

    โž• Added

  • v1.6.3 Changes

    December 10, 2019

    ๐Ÿ›  Fixed

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

    โž• Added