All Versions
58
Latest Version
Avg Release Cycle
19 days
Latest Release
540 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