diff options
| author | Teddy Wing | 2017-11-17 01:50:45 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2017-11-17 01:50:45 +0100 | 
| commit | 6d3572616413f04f01f0ce6aec8f378619b74d13 (patch) | |
| tree | f84312a9340018246aeaece67963cc6fe606f4bb /CHANGELOG | |
| parent | c78c5936e8275976bdd4316fbc0f1becfcdfcbe2 (diff) | |
| download | kipper-0.0.2.tar.bz2 | |
Add CHANGELOGv0.0.2
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 20 | 
1 files changed, 20 insertions, 0 deletions
| diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..9f2234f --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,20 @@ +CHANGELOG +========= + +v0.0.2 (2017-11-17): +	Fixes: + +	* When a Jenkins build finished and Kipper finished polling, the final +	  GitHub status would be set as "pending" instead of "success" or +	  "failure". It now sends the correct status. +	* It was possible for Kipper to request Jenkins before a job +	  corresponding to the latest code in the pull request had been created. +	  An initial delay of 30 seconds is added before Kipper contacts Jenkins +	  to give it time to warm up. +	* Send the Jenkins job console URL instead of the job index URL with the +	  GitHub commit status request. Now, clicking on the status icon in +	  GitHub opens the console page so the build log is visible immediately. +	* Miscellaneous code refinements. + +v0.0.1 (2017-11-13): +	* Initial release. | 
