c34efc152a
The current version of the Drone CLI is still using the branch form value to filter the latest build information while the server is listening only for the ref form value. With this fix we are falling back to branch form value if it gets defined, formats it as a ref and hands it to the further functions.
3.3 KiB
3.3 KiB
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.
Unreleased
Added
- endpoint to trigger new build for default branch, by @bradrydzewski. #2679.
- endpoint to trigger new build for branch, by @bradrydzewski. #2679.
- endpoint to trigger new build for branch and sha, by @bradrydzewski. #2679.
- DRONE_PROMETHEUS_ANONYMOUS_ACCESS configuration option, by @janberktold
Fixed
- allow to filter last builds by branch, by @tboerger.
[1.1.0] - 2019-04-23
Added
- specify a user for the pipeline step, by @bradrydzewski. #2651.
- support for Gitea oauth2, by @techknowlogick. #2622.
- ping the docker daemon before starting the agent, by @bradrydzewski. #2495.
- support for Cron job name in Yaml trigger block, by @bradrydzewski. #2628.
- support for Cron job name in Yaml when block, by @bradrydzewski. #2628.
- sqlite username column changed to case-insensitive, by @bradrydzewski.
- endpoint to purge repository from database, by @bradrydzewski.
- support for per-organization secrets, by @bradrydzewski.
- include system metadata in global webhooks, by @bradrydzewski.
- ability to customize cookie secure flag, by @bradrydzewski.
- support for gitea oauth by @techknowlogick.
- update drone-yaml from version 1.0.6 to 1.0.8.
- update drone-runtime from version 1.0.4 to 1.0.6.
- update go-scm from version 1.0.3 to 1.0.4.
Fixed
- fixed error in mysql table creation syntax, from @xuyang2. #2677.
- fixed stuck builds when upstream dependency is skipped, from @bradrydzewski. #2634.
- fixed issue running steps with dependencies on failure, from @bradrydzewski. #2667.
[1.0.1] - 2019-04-10
Added
- pass stage environment variables to pipeline steps, by @bradrydzewski.
- update go-scm to version 1.3.0, by @bradrydzewski.
- update drone-runtime to version to 1.0.4, by @bradrydzewski.
- ping docker daemon before agent starts to ensure connectivity, by @bradrydzewski.