@@ -4,6 +4,20 @@ CHANGELOG
44upcoming
55--------
66
7+ v1.4.0 [ 08-JUN-2015]
8+ ----------------------
9+ * [ #161 ] [ ] Fix job#build method when true/false values are passed as timeout parameter. Credit: [ @jlucasps ] [ ]
10+ * [ #172 ] [ ] Promotion plugin config support. Credit: [ @AndrewHanes ] [ ]
11+ * [ #168 ] [ ] Added ability to pass "tree" parameter to the Job#get_builds call. Credit: [ @bkon ] [ ]
12+ * [ #169 ] [ ] Add optional parameters to cli job build. Credit: [ @cyrez ] [ ]
13+ * [ #167 ] [ ] Add ability to override the default logger. Credit: [ @gpetras ] [ ]
14+ * [ #174 ] [ ] Use the specified client ssl when downloading artifacts. Credit: [ @paulgeringer ] [ ]
15+ * [ #165 ] [ ] Fix for is_offline? bug reporting all nodes as being offline. Credit: [ @bsnape ] [ ]
16+ * [ #176 ] [ ] Add ability to delete a promotion configuration. Credit: [ @l8nite ] [ ]
17+ * [ #59 ] [ ] Add capability to take the node offline and online. Credit: [ @stjohnjohnson ] [ ]
18+ * [ #177 ] [ ] Add ability to create promotion processes. Credit: [ @AndrewHanes ] [ ]
19+ * [ #179 ] [ ] Clean up Node calls to make only one call for the computer item. Credit: [ @stjohnjohnson ] [ ]
20+
721v1.3.0 [ 03-JAN-2015]
822----------------------
923* [ #159 ] [ ] Add ability to configure git tool for a job. Credit: [ @hubert ] [ ]
@@ -276,6 +290,7 @@ v0.0.1 [15-OCT-2012]
276290[ #23 ] : https://github.com/arangamani/jenkins_api_client/issues/23
277291[ #27 ] : https://github.com/arangamani/jenkins_api_client/issues/27
278292[ #42 ] : https://github.com/arangamani/jenkins_api_client/issues/42
293+ [ #59 ] : https://github.com/arangamani/jenkins_api_client/issues/59
279294[ #85 ] : https://github.com/arangamani/jenkins_api_client/issues/85
280295[ #106 ] : https://github.com/arangamani/jenkins_api_client/issues/106
281296[ #112 ] : https://github.com/arangamani/jenkins_api_client/issues/112
@@ -300,28 +315,46 @@ v0.0.1 [15-OCT-2012]
300315[ #157 ] : https://github.com/arangamani/jenkins_api_client/issues/157
301316[ #158 ] : https://github.com/arangamani/jenkins_api_client/issues/158
302317[ #159 ] : https://github.com/arangamani/jenkins_api_client/issues/159
318+ [ #161 ] : https://github.com/arangamani/jenkins_api_client/issues/161
303319[ #163 ] : https://github.com/arangamani/jenkins_api_client/issues/163
320+ [ #165 ] : https://github.com/arangamani/jenkins_api_client/issues/165
321+ [ #167 ] : https://github.com/arangamani/jenkins_api_client/issues/167
322+ [ #168 ] : https://github.com/arangamani/jenkins_api_client/issues/168
323+ [ #169 ] : https://github.com/arangamani/jenkins_api_client/issues/169
324+ [ #172 ] : https://github.com/arangamani/jenkins_api_client/issues/172
325+ [ #174 ] : https://github.com/arangamani/jenkins_api_client/issues/174
326+ [ #176 ] : https://github.com/arangamani/jenkins_api_client/issues/176
327+ [ #177 ] : https://github.com/arangamani/jenkins_api_client/issues/177
328+ [ #179 ] : https://github.com/arangamani/jenkins_api_client/issues/179
329+ [ @AndrewHanes ] : https://github.com/AndrewHanes
304330[ @Loa ] : https://github.com/Loa
305331[ @Niarfe ] : https://github.com/Niarfe
332+ [ @bkon ] : https://github.com/bkon
306333[ @bobbrez ] : https://github.com/bobbrez
307334[ @brettporter ] : https://github.com/brettporter
335+ [ @bsnape ] : https://github.com/bsnape
308336[ @chilicheech ] : https://github.com/chilicheech
309337[ @client ] : https://github.com/client
310338[ @cylol ] : https://github.com/cylol
311339[ @cynipe ] : https://github.com/cynipe
340+ [ @cyrez ] : https://github.com/cyrez
312341[ @dieterdemeyer ] : https://github.com/dieterdemeyer
313342[ @dkerwin ] : https://github.com/dkerwin
314343[ @dougforpres ] : https://github.com/dougforpres
315344[ @drnic ] : https://github.com/drnic
345+ [ @gpetras ] : https://github.com/gpetras
316346[ @hubert ] : https://github.com/hubert
347+ [ @jlucasps ] : https://github.com/jlucasps
317348[ @joelneubert ] : https://github.com/joelneubert
318349[ @kevinhcross ] : https://github.com/kevinhcross
350+ [ @l8nite ] : https://github.com/l8nite
319351[ @lheinlen-os ] : https://github.com/lheinlen-os
320352[ @madisp ] : https://github.com/madisp
321353[ @mattrose ] : https://github.com/mattrose
322354[ @missedone ] : https://github.com/missedone
323355[ @n-rodriguez ] : https://github.com/n-rodriguez
324356[ @notruthless ] : https://github.com/notruthless
357+ [ @paulgeringer ] : https://github.com/paulgeringer
325358[ @riywo ] : https://github.com/riywo
326359[ @rubytester ] : https://github.com/rubytester
327360[ @scotje ] : https://github.com/scotje
0 commit comments