Skip to content

Commit d9a4aec

Browse files
committed
🔖 Prepare 0.14.0
1 parent a373571 commit d9a4aec

File tree

2 files changed

+28
-25
lines changed

2 files changed

+28
-25
lines changed

‎CHANGELOG.md

+27-24
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,99 @@
11
# Change Log
22

3-
All notable changes to this gem will be documented here. This project
3+
All notable changes to this gem will be documented here. This project
44
adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][unreleased]
77

8+
## [0.14.0][0.14.0]
9+
810
### Added
911

10-
* Support the `concurrent` job attribute
11-
(see https://docs.openstack.org/infra/jenkins-job-builder/definition.html?highlight=concurrent).
12+
- Support the `concurrent` job attribute
13+
(see https://docs.openstack.org/infra/jenkins-job-builder/definition.html?highlight=concurrent) ([#13](https://github.com/randycoulman/jujube/pull/11)) (@mroelandts)
1214

1315
## [0.13.0][0.13.0]
1416

1517
### Added
1618

17-
* Support the `copyartifact` builder (see https://docs.openstack.org/infra/jenkins-job-builder/builders.html#builders.copyartifact) ([#11](https://github.com/randycoulman/jujube/pull/11)) (@ktreis)
19+
- Support the `copyartifact` builder (see https://docs.openstack.org/infra/jenkins-job-builder/builders.html#builders.copyartifact) ([#11](https://github.com/randycoulman/jujube/pull/11)) (@ktreis)
1820

1921
## [0.12.0][0.12.0]
2022

2123
### Added
2224

23-
* Support the `string` parameter (see http://docs.openstack.org/infra/jenkins-job-builder/parameters.html#parameters.string) ([#3](https://github.com/randycoulman/jujube/pull/3)) (@jgeysens)
24-
* Support Rake 11.x versions ([#4](https://github.com/randycoulman/jujube/pull/4))
25-
* Support the `validating_string` parameter (see http://docs.openstack.org/infra/jenkins-job-builder/parameters.html#parameters.validating-string) ([#7](https://github.com/randycoulman/jujube/pull/7))
26-
* Support the `trigger_parameterized_builds` publisher (see http://docs.openstack.org/infra/jenkins-job-builder/publishers.html#publishers.trigger-parameterized-builds) ([#9](https://github.com/randycoulman/jujube/pull/9))
25+
- Support the `string` parameter (see http://docs.openstack.org/infra/jenkins-job-builder/parameters.html#parameters.string) ([#3](https://github.com/randycoulman/jujube/pull/3)) (@jgeysens)
26+
- Support Rake 11.x versions ([#4](https://github.com/randycoulman/jujube/pull/4))
27+
- Support the `validating_string` parameter (see http://docs.openstack.org/infra/jenkins-job-builder/parameters.html#parameters.validating-string) ([#7](https://github.com/randycoulman/jujube/pull/7))
28+
- Support the `trigger_parameterized_builds` publisher (see http://docs.openstack.org/infra/jenkins-job-builder/publishers.html#publishers.trigger-parameterized-builds) ([#9](https://github.com/randycoulman/jujube/pull/9))
2729

2830
## [0.11.0][0.11.0]
2931

3032
### Breaking Changes
3133

32-
* The `pollscm` component has been updated to conform to the new API in jenkins-job-builder 1.3.0 and later. See http://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.pollscm for details of the change. If you need to use the `pollscm` component and older versions of jenkins-job-builder, then stick with version 0.10.0 or earlier of Jujube.
34+
- The `pollscm` component has been updated to conform to the new API in jenkins-job-builder 1.3.0 and later. See http://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.pollscm for details of the change. If you need to use the `pollscm` component and older versions of jenkins-job-builder, then stick with version 0.10.0 or earlier of Jujube.
3335

34-
* With this release, we are no longer officially supporting Ruby versions less than 2.1. Previous versions of Ruby are [considered end-of-life (EOL)](https://www.ruby-lang.org/en/downloads/) by the Ruby core team.
36+
- With this release, we are no longer officially supporting Ruby versions less than 2.1. Previous versions of Ruby are [considered end-of-life (EOL)](https://www.ruby-lang.org/en/downloads/) by the Ruby core team.
3537

3638
### Added
3739

38-
* Link to the documentation for the `pollurl` trigger that has new been merged into jenkins-job-builder.
40+
- Link to the documentation for the `pollurl` trigger that has new been merged into jenkins-job-builder.
3941

4042
### Changed
4143

42-
* The jenkins-job-builder documentation has moved to a new location, so all documentation links (including within this CHANGELOG) have been updated.
44+
- The jenkins-job-builder documentation has moved to a new location, so all documentation links (including within this CHANGELOG) have been updated.
4345

4446
## [0.10.0][0.10.0]
4547

4648
### Added
4749

48-
* Support the `priority_sorter` property (see http://docs.openstack.org/infra/jenkins-job-builder/properties.html#properties.priority-sorter).
49-
* Links to documentation for the `fitnesse` publisher and `store` SCM that have now been merged into jenkins-job-builder.
50-
* This CHANGELOG.
50+
- Support the `priority_sorter` property (see http://docs.openstack.org/infra/jenkins-job-builder/properties.html#properties.priority-sorter).
51+
- Links to documentation for the `fitnesse` publisher and `store` SCM that have now been merged into jenkins-job-builder.
52+
- This CHANGELOG.
5153

5254
## [0.9.0][0.9.0] - 2015-04-09
5355

5456
### Added
5557

56-
* Support the `disabled` job attribute
57-
(see http://docs.openstack.org/infra/jenkins-job-builder/general.html).
58+
- Support the `disabled` job attribute
59+
(see http://docs.openstack.org/infra/jenkins-job-builder/general.html).
5860

5961
## [0.8.0][0.8.0] - 2014-10-29
6062

61-
* Support the `throttle` job property (see http://docs.openstack.org/infra/jenkins-job-builder/properties.html#properties.throttle).
63+
- Support the `throttle` job property (see http://docs.openstack.org/infra/jenkins-job-builder/properties.html#properties.throttle).
6264

6365
## [0.7.0][0.7.0] - 2014-10-28
6466

6567
### Added
6668

67-
* Support the `reverse` trigger (see http://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.reverse).
69+
- Support the `reverse` trigger (see http://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.reverse).
6870

6971
## [0.6.0][0.6.0] - 2014-08-25
7072

7173
### Added
7274

73-
* The `jujube` command now understands the `--version` argument and reports the gem version.
75+
- The `jujube` command now understands the `--version` argument and reports the gem version.
7476

7577
## [0.5.2][0.5.2] - 2014-04-15
7678

7779
### Added
7880

79-
* Support the `fitnesse` publisher (see http://docs.openstack.org/infra/jenkins-job-builder/publishers.html#publishers.fitnesse).
81+
- Support the `fitnesse` publisher (see http://docs.openstack.org/infra/jenkins-job-builder/publishers.html#publishers.fitnesse).
8082

8183
## [0.5.1][0.5.1] - 2014-04-07
8284

8385
### Added
8486

85-
* Support the `store` SCM (see http://docs.openstack.org/infra/jenkins-job-builder/scm.html#scm.store).
87+
- Support the `store` SCM (see http://docs.openstack.org/infra/jenkins-job-builder/scm.html#scm.store).
8688

8789
## [0.5.0][0.5.0] - 2014-03-28
8890

8991
### Added
9092

91-
* Initial public release.
93+
- Initial public release.
9294

93-
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.13.0...HEAD
95+
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.14.0...HEAD
96+
[0.14.0]: https://github.com/randycoulman/jujube/compare/v0.13.0...v0.14.0
9497
[0.13.0]: https://github.com/randycoulman/jujube/compare/v0.12.0...v0.13.0
9598
[0.12.0]: https://github.com/randycoulman/jujube/compare/v0.11.0...v0.12.0
9699
[0.11.0]: https://github.com/randycoulman/jujube/compare/v0.10.0...v0.11.0

‎lib/jujube/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Top-level namespace for the gem.
22
module Jujube
33
# The current gem version.
4-
VERSION = "0.13.0"
4+
VERSION = "0.14.0"
55
end

0 commit comments

Comments
 (0)