All Versions
58
Latest Version
Avg Release Cycle
19 days
Latest Release
689 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.2.0 Changes
September 01, 2021Implemented enhancements:
- ๐ป (maint) ui version v2.1.0 - https://github.com/drone/drone-ui/blob/main/CHANGELOG.md #3132 (d1wilko)
- ๐ Ability to cancel running builds, if a new commit is pushed #3126 (eoinmcafee00)
๐ Fixed bugs:
- ๐ fix templating reg expression to match if .drone.yml contains --- characters #3131 (eoinmcafee00)
- โ add check on template extension type - throw error if invalid #3128 (eoinmcafee00)
๐ Merged pull requests:
- ๐ (maint)-release 2.2.0 #3133 (eoinmcafee00)
- ๐ Rename files with camelCase name to use snake_case convention #3127 (marko-gacesa)
- โฑ event-stream supports timeout #3125 (zc2638)
- โก๏ธ (maint) Readme update Add Contributor Section #3111 (mrsantons)
-
v2.1.0 Changes
August 24, 2021Implemented enhancements:
- ๐ป (maint) ui version v2.0.1. - https://github.com/drone/drone-ui/blob/main/CHANGELOG.md #3123 (d1wilko)
- โ add support for yaml templates #3120 (eoinmcafee00)
๐ Fixed bugs:
- โก๏ธ Update error message to forbidden if user membership doesn't exist on repo #3122 (eoinmcafee00)
- โก๏ธ update create template path to have namespace, instead of inside the payload #3121 (eoinmcafee00)
- โก๏ธ update dependency drone/go-scm to 1.15.2 to fix gitea build problem #3118 (sesky4)
๐ Merged pull requests:
-
v2.0.6 Changes
August 17, 2021 -
v2.0.5 Changes
August 17, 2021Implemented enhancements:
- โฌ๏ธ bump ui version #3115 (d1wilko)
- โฌ๏ธ bump ui version #3114 (d1wilko)
- โ Add support for nested data objects within templates #3110 (eoinmcafee00)
- ๐ฒ (feat) redis implementation for pub-sub, log streaming and canceller #3108 (marko-gacesa)
๐ Fixed bugs:
- ๐ fix issue where map changes order therefore test randomly fails #3112 (eoinmcafee00)
๐ Merged pull requests:
- ๐ release 2.0.5 #3117 (eoinmcafee00)
- Update pull_request_template.md #3107 (tphoney)
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.
-
v2.0.4 Changes
๐ Fixed
- ๐ DRON-97 remove use of request animation frame to prevent high CPU on tab refocus events.
-
v2.0.3 Changes
๐ Fixed
- DONE-91 handle extra slashes in url. #3009.
-
v2.0.2 Changes
โ Added
- ๐ Merge remote-tracking branch 'origin/master'
- ๐ป prevent repository list short circuit in UI
- โ remove deprecated steps from building file #3097
- โ adding depends_on, image and detached fields to step #3072
- โ Add ctx.build.debug boolean #3082
- โฌ๏ธ Bump github.com/google/go-jsonnet to v0.17.0 #3084
- โฌ๏ธ bump go-scm v1.15.1 #3096
- ๐ bitbucket server build issue #3092
- โก๏ธ update scm version #3091
- Limit graceful shutdown duration #3093
- โฌ๏ธ bump user interface
- โฌ๏ธ bump ui version
- โช ignore skip directive for promote and rollback events
- ๐ new feature: maximum open DB connections is configurable#3089
- jsonnet additional parameters #3087
- hide login button if user already authenticated
- ๐ new feature: configuration templates #3081
๐ Fixed
-
v2.0.1 Changes
โ Added
- ๐ support for configuring the internal yaml cache size.
-
v2.0.0 Changes
โ Added
- ๐ feature flags for mixed-mode database encryption.
๐ Changed
- ๐ user-interface re-design
๐ฅ Breaking
- โ removed deprecated kubernetes integration in favor of official kubernetes runner.
- โ removed deprecated nomad integration in favor of official nomad runner.
-
v1.10.1 Changes
โ Added
- ๐ support for repository-level concurrency limits.
- ๐ support for gitlab and github internal visibility on initial sync.
๐ Fixed
- create machine user with a custom API token.