Commit graph

21 commits

Author SHA1 Message Date
Guy Boertje
01872095d9 bump JrJackson/Jackson versions, source all version refs from versions.yml
final (I hope) fixes for consolidated versioning.

After testing with rake artifact:zip, need to try both files.
Add desc to rake test:install-* tasks, tired of
  not seeing them in rake -vT

changes requested via review

Fixes #8373

Fixes #8389

Fixes #8394
2017-09-26 18:45:32 +00:00
Andrew Cholakian
52119a18fa Bump from 5.5.3 -> 5.5.4
Fixes #8215
2017-09-13 15:58:05 +00:00
Suyog Rao
367299d9aa Bump to 5.5.3 (#8034)
* Bump to 5.5.3

* Remove unused gems
2017-08-18 15:24:02 -07:00
Suyog Rao
e9cbc8a2d8 Bump to 5.5.2 and update lock file (#7932)
There were a lot of plugins which got their major versions bumped to handle
6.0 deprecations and obsolete changes. I've added constraints here to not include
them in 5.5.2
2017-08-08 10:31:27 -07:00
João Duarte
2521211cc4 bump version to 5.5.1 (#7616) 2017-07-08 09:53:50 +02:00
Pier-Hugues Pellerin
f3db1747cc 5.5.0 + lock
Fixes #6912
2017-04-12 19:39:22 +00:00
Tal Levy
1643cfefaf remove old legacy logstash-core-event (#6783)
and migrate spec tests to core
Conflicts:
	logstash-core-event/lib/logstash-core-event/version.rb
	versions.yml
2017-03-02 10:56:43 -08:00
Tal Levy
1a02498e93 migrate core-queue-jruby into logstash-core (#6782)
Conflicts:
	logstash-core-queue-jruby/lib/logstash-core-queue-jruby/version.rb
	versions.yml
2017-03-02 10:13:31 -08:00
Tal Levy
7c75b59814 migrate logstash-core-event-java to logstash-core (#6760)
Conflicts:
	logstash-core-event-java/lib/logstash-core-event-java/version.rb
	versions.yml
2017-03-01 15:37:41 -08:00
Suyog Rao
cb9e8cf7c9 Revert to 5.4.0 version instead of 5.5.0 (#6672) 2017-02-08 20:33:32 -08:00
Suyog Rao
530c5fc43d Bump to v5.5 (#6670)
* Bump to v5.5
2017-02-08 19:38:07 -08:00
Suyog Rao
9fc093e484 Bump version to 5.3.0 for 5.x branch (#6483) 2017-01-04 08:54:42 -08:00
Pier-Hugues Pellerin
e1b7583545 Allow rake version:set to update the logstash-core-queue-jruby gem 2016-12-08 14:32:46 -05:00
Joao Duarte
3b82211e0c update version to 5.2.0
Fixes #6294
2016-11-24 06:01:29 -05:00
Colin Surprenant
ab05082a89 merge feature/java_persistence into 5.x 2016-10-31 17:03:40 -04:00
Suyog Rao
254297eec7 [5.x] Bump version to 5.1.0 (#5881)
* [5.x] Bump version to 5.1.0
2016-09-08 08:35:53 -07:00
Suyog Rao
16aefd8ecb Mirror 5.0 to master's version (#5803) 2016-08-22 19:22:07 +00:00
Andrew Cholakian
1734b0b1ea Cleanup OutputDelegatorStrategy refactor (5.x port)
This fixes two issues:

1. This fully removes the xopts parameter which for Shared and Single concurrency would prevent outputs from receiving their parameters
2. This cleans up the injection of the OutputDelegatorStrategyRegistry.

This also bumps the plugin api version to 2.1.12

Fixes #5794

Fixes #5801
2016-08-22 13:41:46 -04:00
Suyog Rao
244e88ae25 Bump version to 5.0.0-alpha5 (#5698) 2016-07-27 11:32:01 -07:00
Joao Duarte
a6db0c9d54 update version to 5.0.0-alpha4 2016-06-21 12:29:23 +01:00
Joao Duarte
fa0eeb579f add single command release task and other release support tooling
Purpose:

* manage releases through a minimum number of rake tasks
* simplify building of snapshot builds
* create staged artifacts, candidates for releases, that required no changes to become releases
* this means the snapshot release process will not involve publishing gems, therefore:
* the gem artifacts should only be published to rubygems as a final artifact, at the time of GA

Changes:

* release artifacts no longer depend on gems of core components
* all core components are used locally AS-IS to minimize code changes between snapshot, RC and GA
* `versions.yml` describes the versions of all logstash parts and package
  * `rake version:set[version]` manage the yaml file and push the changes to the gemspecs/version.rb files
  * `rake version:set_plugin_api[version]` manage the yaml file and push the changes to the gemspecs/version.rb files
  * `rake artifact:all` generates SNAPSHOT artifacts: tar.gz, zip, rpm, deb
  * `RELEASE=1 rake artifact:all` creates release candidate artifacts + 4 gems: logstash-core, logstash-core-event, logstash-core-event-java and logstash-core-plugin-api

implements #5416 and #5414

Fixes #5460
2016-06-21 12:29:18 +01:00