All Versions
58
Latest Version
Avg Release Cycle
19 days
Latest Release
336 days ago
Changelog History
Page 4
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
- optionally enable pprof endpoints for profiling, by @bradrydzewski.
-
v1.6.3 Changes
December 10, 2019๐ Fixed
- disable caching generated yaml files by commit sha, by @bradrydzewski.
โ Added
- ๐ support for bitbucket skipverify, by @toni-moreno.
- ๐ support for gitea skipverify, by @toni-moreno.