Commit graph

13 commits

Author SHA1 Message Date
Suyog Rao
e82d544bc0 Bump to 5.0.3 (#6818)
* Bump to 5.0.3
2017-03-16 16:42:23 -07:00
Suyog Rao
d8c8d00ab7 Bump version to 5.0.2 (#6265) 2016-11-16 10:17:07 -08:00
Suyog Rao
4b3b1ab29e bump to 5.0.1 (#6126)
Update to 5.0.1 and other changes to QA as 5.0.0 just GA'd
2016-10-26 16:26:02 -04:00
Suyog Rao
66ace74372 Bump to 5.0.0 GA version (#6056)
* Bump to 5.0.0 GA version

* And again update these
2016-10-13 13:54:26 -07:00
Suyog Rao
e78efde179 Bump version to 5.0.0-rc2 (#6017)
* Bump version to 5.0.0-rc2
2016-10-10 09:35:22 -07:00
Suyog Rao
7c554eb013 5.0.0-rc1 candidate (#5982)
* 5.0.0-rc1 candidate, remove coveralls which introduces a license issue.
2016-10-03 16:57:19 +02:00
Suyog Rao
1d796ab824 Bump plugin-api version to 2.1.16 2016-09-13 19:04:52 -07:00
Suyog Rao
88bec2f24f Bump 5.0 beta (#5879)
* [5.0] Bump to beta1
2016-09-08 08:36:23 -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