@@ -4,6 +4,20 @@ CHANGELOG
4
4
upcoming
5
5
--------
6
6
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
+
7
21
v1.3.0 [ 03-JAN-2015]
8
22
----------------------
9
23
* [ #159 ] [ ] Add ability to configure git tool for a job. Credit: [ @hubert ] [ ]
@@ -276,6 +290,7 @@ v0.0.1 [15-OCT-2012]
276
290
[ #23 ] : https://github.com/arangamani/jenkins_api_client/issues/23
277
291
[ #27 ] : https://github.com/arangamani/jenkins_api_client/issues/27
278
292
[ #42 ] : https://github.com/arangamani/jenkins_api_client/issues/42
293
+ [ #59 ] : https://github.com/arangamani/jenkins_api_client/issues/59
279
294
[ #85 ] : https://github.com/arangamani/jenkins_api_client/issues/85
280
295
[ #106 ] : https://github.com/arangamani/jenkins_api_client/issues/106
281
296
[ #112 ] : https://github.com/arangamani/jenkins_api_client/issues/112
@@ -300,28 +315,46 @@ v0.0.1 [15-OCT-2012]
300
315
[ #157 ] : https://github.com/arangamani/jenkins_api_client/issues/157
301
316
[ #158 ] : https://github.com/arangamani/jenkins_api_client/issues/158
302
317
[ #159 ] : https://github.com/arangamani/jenkins_api_client/issues/159
318
+ [ #161 ] : https://github.com/arangamani/jenkins_api_client/issues/161
303
319
[ #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
304
330
[ @Loa ] : https://github.com/Loa
305
331
[ @Niarfe ] : https://github.com/Niarfe
332
+ [ @bkon ] : https://github.com/bkon
306
333
[ @bobbrez ] : https://github.com/bobbrez
307
334
[ @brettporter ] : https://github.com/brettporter
335
+ [ @bsnape ] : https://github.com/bsnape
308
336
[ @chilicheech ] : https://github.com/chilicheech
309
337
[ @client ] : https://github.com/client
310
338
[ @cylol ] : https://github.com/cylol
311
339
[ @cynipe ] : https://github.com/cynipe
340
+ [ @cyrez ] : https://github.com/cyrez
312
341
[ @dieterdemeyer ] : https://github.com/dieterdemeyer
313
342
[ @dkerwin ] : https://github.com/dkerwin
314
343
[ @dougforpres ] : https://github.com/dougforpres
315
344
[ @drnic ] : https://github.com/drnic
345
+ [ @gpetras ] : https://github.com/gpetras
316
346
[ @hubert ] : https://github.com/hubert
347
+ [ @jlucasps ] : https://github.com/jlucasps
317
348
[ @joelneubert ] : https://github.com/joelneubert
318
349
[ @kevinhcross ] : https://github.com/kevinhcross
350
+ [ @l8nite ] : https://github.com/l8nite
319
351
[ @lheinlen-os ] : https://github.com/lheinlen-os
320
352
[ @madisp ] : https://github.com/madisp
321
353
[ @mattrose ] : https://github.com/mattrose
322
354
[ @missedone ] : https://github.com/missedone
323
355
[ @n-rodriguez ] : https://github.com/n-rodriguez
324
356
[ @notruthless ] : https://github.com/notruthless
357
+ [ @paulgeringer ] : https://github.com/paulgeringer
325
358
[ @riywo ] : https://github.com/riywo
326
359
[ @rubytester ] : https://github.com/rubytester
327
360
[ @scotje ] : https://github.com/scotje
0 commit comments