Skip to content

Commit

Permalink
🔖 Prepare 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
randycoulman committed Oct 17, 2020
1 parent a373571 commit d9a4aec
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
51 changes: 27 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,96 +1,99 @@
# Change Log

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

## [Unreleased][unreleased]

## [0.14.0][0.14.0]

### Added

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

## [0.13.0][0.13.0]

### Added

* 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)
- 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)

## [0.12.0][0.12.0]

### Added

* 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)
* Support Rake 11.x versions ([#4](https://github.com/randycoulman/jujube/pull/4))
* 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))
* 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))
- 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)
- Support Rake 11.x versions ([#4](https://github.com/randycoulman/jujube/pull/4))
- 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))
- 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))

## [0.11.0][0.11.0]

### Breaking Changes

* 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.
- 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.

* 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.
- 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.

### Added

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

### Changed

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

## [0.10.0][0.10.0]

### Added

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

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

### Added

* Support the `disabled` job attribute
(see http://docs.openstack.org/infra/jenkins-job-builder/general.html).
- Support the `disabled` job attribute
(see http://docs.openstack.org/infra/jenkins-job-builder/general.html).

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

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

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

### Added

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

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

### Added

* The `jujube` command now understands the `--version` argument and reports the gem version.
- The `jujube` command now understands the `--version` argument and reports the gem version.

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

### Added

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

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

### Added

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

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

### Added

* Initial public release.
- Initial public release.

[unreleased]: https://github.com/randycoulman/jujube/compare/v0.13.0...HEAD
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/randycoulman/jujube/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/randycoulman/jujube/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/randycoulman/jujube/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/randycoulman/jujube/compare/v0.10.0...v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion lib/jujube/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Top-level namespace for the gem.
module Jujube
# The current gem version.
VERSION = "0.13.0"
VERSION = "0.14.0"
end

0 comments on commit d9a4aec

Please sign in to comment.