Skip to content

Commit 74dbfb8

Browse files
committed
Prepare for v1.4.0 release.
1 parent 46605b8 commit 74dbfb8

File tree

3 files changed

+37
-4
lines changed

3 files changed

+37
-4
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ CHANGELOG
44
upcoming
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+
721
v1.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

jenkins_api_client.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5-
# stub: jenkins_api_client 1.3.0 ruby lib
5+
# stub: jenkins_api_client 1.4.0 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "jenkins_api_client"
9-
s.version = "1.3.0"
9+
s.version = "1.4.0"
1010

1111
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1212
s.require_paths = ["lib"]
1313
s.authors = ["Kannan Manickam"]
14-
s.date = "2015-01-03"
14+
s.date = "2015-06-09"
1515
s.description = "\nThis is a simple and easy-to-use Jenkins Api client with features focused on\nautomating Job configuration programaticaly and so forth"
1616
s.email = ["[email protected]"]
1717
s.executables = ["jenkinscli"]

lib/jenkins_api_client/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Client
2525
# Major version of the gem
2626
MAJOR = 1
2727
# Minor version of the gem
28-
MINOR = 3
28+
MINOR = 4
2929
# Tiny version of the gem used for patches
3030
TINY = 0
3131
# Used for pre-releases

0 commit comments

Comments
 (0)