|
1 | 1 | # Change Log
|
2 | 2 |
|
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 |
4 | 4 | adheres to [Semantic Versioning](http://semver.org/).
|
5 | 5 |
|
6 | 6 | ## [Unreleased][unreleased]
|
7 | 7 |
|
| 8 | +## [0.14.0][0.14.0] |
| 9 | + |
8 | 10 | ### Added
|
9 | 11 |
|
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) |
12 | 14 |
|
13 | 15 | ## [0.13.0][0.13.0]
|
14 | 16 |
|
15 | 17 | ### Added
|
16 | 18 |
|
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) |
18 | 20 |
|
19 | 21 | ## [0.12.0][0.12.0]
|
20 | 22 |
|
21 | 23 | ### Added
|
22 | 24 |
|
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)) |
27 | 29 |
|
28 | 30 | ## [0.11.0][0.11.0]
|
29 | 31 |
|
30 | 32 | ### Breaking Changes
|
31 | 33 |
|
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. |
33 | 35 |
|
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. |
35 | 37 |
|
36 | 38 | ### Added
|
37 | 39 |
|
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. |
39 | 41 |
|
40 | 42 | ### Changed
|
41 | 43 |
|
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. |
43 | 45 |
|
44 | 46 | ## [0.10.0][0.10.0]
|
45 | 47 |
|
46 | 48 | ### Added
|
47 | 49 |
|
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. |
51 | 53 |
|
52 | 54 | ## [0.9.0][0.9.0] - 2015-04-09
|
53 | 55 |
|
54 | 56 | ### Added
|
55 | 57 |
|
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). |
58 | 60 |
|
59 | 61 | ## [0.8.0][0.8.0] - 2014-10-29
|
60 | 62 |
|
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). |
62 | 64 |
|
63 | 65 | ## [0.7.0][0.7.0] - 2014-10-28
|
64 | 66 |
|
65 | 67 | ### Added
|
66 | 68 |
|
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). |
68 | 70 |
|
69 | 71 | ## [0.6.0][0.6.0] - 2014-08-25
|
70 | 72 |
|
71 | 73 | ### Added
|
72 | 74 |
|
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. |
74 | 76 |
|
75 | 77 | ## [0.5.2][0.5.2] - 2014-04-15
|
76 | 78 |
|
77 | 79 | ### Added
|
78 | 80 |
|
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). |
80 | 82 |
|
81 | 83 | ## [0.5.1][0.5.1] - 2014-04-07
|
82 | 84 |
|
83 | 85 | ### Added
|
84 | 86 |
|
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). |
86 | 88 |
|
87 | 89 | ## [0.5.0][0.5.0] - 2014-03-28
|
88 | 90 |
|
89 | 91 | ### Added
|
90 | 92 |
|
91 |
| -* Initial public release. |
| 93 | +- Initial public release. |
92 | 94 |
|
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 |
94 | 97 | [0.13.0]: https://github.com/randycoulman/jujube/compare/v0.12.0...v0.13.0
|
95 | 98 | [0.12.0]: https://github.com/randycoulman/jujube/compare/v0.11.0...v0.12.0
|
96 | 99 | [0.11.0]: https://github.com/randycoulman/jujube/compare/v0.10.0...v0.11.0
|
|
0 commit comments