mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
bump version to 6.0.0-alpha2
This commit is contained in:
parent
623fe51474
commit
d17a77e76d
6 changed files with 11 additions and 11 deletions
|
@ -22,10 +22,10 @@ For the daring, snapshot builds from `master` branch are available. These builds
|
||||||
|
|
||||||
| artifact |
|
| artifact |
|
||||||
| --- |
|
| --- |
|
||||||
| [tar](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-alpha1-SNAPSHOT.tar.gz) |
|
| [tar](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-alpha2-SNAPSHOT.tar.gz) |
|
||||||
| [zip](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-alpha1-SNAPSHOT.zip) |
|
| [zip](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-alpha2-SNAPSHOT.zip) |
|
||||||
| [deb](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-alpha1-SNAPSHOT.deb) |
|
| [deb](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-alpha2-SNAPSHOT.deb) |
|
||||||
| [rpm](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-alpha1-SNAPSHOT.rpm) |
|
| [rpm](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-alpha2-SNAPSHOT.rpm) |
|
||||||
|
|
||||||
## Need Help?
|
## Need Help?
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
:branch: master
|
:branch: master
|
||||||
:major-version: 6.x
|
:major-version: 6.x
|
||||||
:logstash_version: 6.0.0-alpha1
|
:logstash_version: 6.0.0-alpha2
|
||||||
:elasticsearch_version: 6.0.0-alpha1
|
:elasticsearch_version: 6.0.0-alpha2
|
||||||
:docker-image: docker.elastic.co/logstash/logstash:{logstash_version}
|
:docker-image: docker.elastic.co/logstash/logstash:{logstash_version}
|
||||||
|
|
||||||
//////////
|
//////////
|
||||||
|
|
|
@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
||||||
gem.require_paths = ["lib"]
|
gem.require_paths = ["lib"]
|
||||||
gem.version = LOGSTASH_CORE_PLUGIN_API
|
gem.version = LOGSTASH_CORE_PLUGIN_API
|
||||||
|
|
||||||
gem.add_runtime_dependency "logstash-core", "6.0.0.alpha1"
|
gem.add_runtime_dependency "logstash-core", "6.0.0.alpha2"
|
||||||
|
|
||||||
# Make sure we dont build this gem from a non jruby
|
# Make sure we dont build this gem from a non jruby
|
||||||
# environment.
|
# environment.
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
# Note to authors: this should not include dashes because 'gem' barfs if
|
# Note to authors: this should not include dashes because 'gem' barfs if
|
||||||
# you include a dash in the version string.
|
# you include a dash in the version string.
|
||||||
|
|
||||||
LOGSTASH_CORE_VERSION = "6.0.0-alpha1"
|
LOGSTASH_CORE_VERSION = "6.0.0-alpha2"
|
||||||
|
|
|
@ -11,4 +11,4 @@
|
||||||
# eventually this file should be in the root logstash lib fir and dependencies in logstash-core should be
|
# eventually this file should be in the root logstash lib fir and dependencies in logstash-core should be
|
||||||
# fixed.
|
# fixed.
|
||||||
|
|
||||||
LOGSTASH_VERSION = "6.0.0-alpha1"
|
LOGSTASH_VERSION = "6.0.0-alpha2"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
logstash: 6.0.0-alpha1
|
logstash: 6.0.0-alpha2
|
||||||
logstash-core: 6.0.0-alpha1
|
logstash-core: 6.0.0-alpha2
|
||||||
logstash-core-plugin-api: 2.1.16
|
logstash-core-plugin-api: 2.1.16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue