github.com/drone/runner-go@v1.12.0/CHANGELOG.md (about) 1 # Changelog 2 3 ## [v1.12.0](https://github.com/drone/runner-go/tree/v1.12.0) (2021-11-30) 4 5 [Full Changelog](https://github.com/drone/runner-go/compare/v1.11.0...v1.12.0) 6 7 **Implemented enhancements:** 8 9 - Add `retries` option to clone manifest [\#22](https://github.com/drone/runner-go/pull/22) ([julienduchesne](https://github.com/julienduchesne)) 10 11 ## [v1.11.0](https://github.com/drone/runner-go/tree/v1.11.0) (2021-11-11) 12 13 [Full Changelog](https://github.com/drone/runner-go/compare/v1.10.0...v1.11.0) 14 15 **Implemented enhancements:** 16 17 - create card path env variable [\#19](https://github.com/drone/runner-go/pull/19) ([eoinmcafee00](https://github.com/eoinmcafee00)) 18 19 **Merged pull requests:** 20 21 - Release/1.11.0 [\#21](https://github.com/drone/runner-go/pull/21) ([eoinmcafee00](https://github.com/eoinmcafee00)) 22 23 ## [v1.10.0](https://github.com/drone/runner-go/tree/v1.10.0) (2021-11-10) 24 25 [Full Changelog](https://github.com/drone/runner-go/compare/v1.9.0...v1.10.0) 26 27 **Implemented enhancements:** 28 29 - read & upload card data to drone server [\#16](https://github.com/drone/runner-go/pull/16) ([eoinmcafee00](https://github.com/eoinmcafee00)) 30 31 **Merged pull requests:** 32 33 - Release/1.10.0 [\#18](https://github.com/drone/runner-go/pull/18) ([eoinmcafee00](https://github.com/eoinmcafee00)) 34 - feat\(proxy\): support for all\_proxy variables [\#15](https://github.com/drone/runner-go/pull/15) ([ysicing](https://github.com/ysicing)) 35 36 ## [v1.9.0](https://github.com/drone/runner-go/tree/v1.9.0) (2021-08-26) 37 38 [Full Changelog](https://github.com/drone/runner-go/compare/v1.8.0...v1.9.0) 39 40 **Implemented enhancements:** 41 42 - \(feat\) add silent version of bash and powershell Script [\#13](https://github.com/drone/runner-go/pull/13) ([tphoney](https://github.com/tphoney)) 43 44 **Merged pull requests:** 45 46 - \(maint\) v1.9.0 release prep [\#14](https://github.com/drone/runner-go/pull/14) ([tphoney](https://github.com/tphoney)) 47 48 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 49 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 50 51 ## [1.8.0] - 2021-06-24 52 ### Fixed 53 - graceful shutdown of http servers 54 - url escape of 'machine' parameter 55 56 ### Added 57 - environment variable for build trigger 58 - environment variable for pull request title 59 60 ## [1.7.0] - 2021-03-01 61 ### Fixed 62 - panic when registry uri parsing errors 63 - do not mask single-character secrets 64 - capture stage duration on failure 65 - capture dag errors 66 - capture oom kill and exit code 67 - cancel step on semaphore deadline exceeded 68 69 ### Added 70 - support for running a single pipeline on-demand 71 - support for interpolating global environment variables 72 - function for creating netrc environment variables 73 - support for debug mode 74 - adding depends_on, image and detached fields to step 75 76 ### Updated 77 - upgrade drone-go dependency version 78 79 ## [1.6.0] - 2020-03-24 80 ### Added 81 - support for username/password in docker config.json 82 - support for multiple external environment providers 83 - support for calendar version environment variables 84 - drain response body to ensure connection re-use 85 86 ## [1.5.1] - 2019-12-10 87 ### Fixed 88 - not trimming pipeline history causing memory leak 89 90 ## [1.5.0] - 2019-12-09 91 ### Added 92 - support for global environment variables 93 - support for external environment variables from an external service 94 - abstraction for pipeline execution 95 96 ## [1.4.0] - 2019-11-05 97 ### Added 98 - function to encode registry credentials in docker config.json format 99 100 ## [1.3.1] - 2019-11-01 101 ### Fixed 102 - check if last exit code greater than 0 in powershell 103 104 ## [1.3.0] - 2019-10-31 105 ### Fixed 106 - text overflow for long commit messages 107 - error in step should bubble up to stage 108 109 ### Added 110 - support for legacy CI_ environment variables 111 - support for registry plugins 112 - support for concurrency limits in yaml 113 - support for nodes in yaml 114 - helpers for working with docker auth config files 115 - helpers for tagging containers with labels 116 117 ## [1.2.2] - 2019-09-28 118 ### Fixed 119 - powershell scripts should check last exit code 120 121 ### Added 122 - support for cron events in the dashboard screen 123 - support for promote events in the dashboard screen 124 - support for rollback events in the dashboard screen 125 126 ## [1.2.1] - 2019-07-27 127 ### Fixed 128 - close and already closed channel in livelog causes panic 129 130 ## [1.2.0] - 2019-07-27 131 ### Added 132 - semver environment variables 133 134 ## [1.1.0] - 2019-07-14 135 ### Added 136 - logrus hook to store recent system logs 137 - handler to visualize recent system logs 138 - handler to visualize pipeline steps 139 - disable dashbaord if no password set 140 141 ## [1.0.0] - 2019-07-01 142 ### Added 143 - defined runner manifest schema 144 - defined runner remote protocol 145 - helpers for generating environment variables 146 - helpers for generating clone scripts 147 - helpers for generating shell scripts 148 - support for encrypted secrets 149 - support for static secrets 150 - support for remote secrets 151 - support for buffered log streaming 152 - handler to provide healtcheck support 153 - handler to provide runner dashboard 154 155 156 \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*