From d9a4aec3ba40882fa0b3bf22c7839480b7fc4d66 Mon Sep 17 00:00:00 2001 From: Randy Coulman Date: Sat, 17 Oct 2020 09:44:05 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=200.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 51 +++++++++++++++++++++++-------------------- lib/jujube/version.rb | 2 +- 2 files changed, 28 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6457136..3513121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/jujube/version.rb b/lib/jujube/version.rb index 9e257ec..fcd4399 100644 --- a/lib/jujube/version.rb +++ b/lib/jujube/version.rb @@ -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