Bump version of 6.x to 6.1.0 (#7794)

This commit is contained in:
Suyog Rao 2017-07-24 11:54:44 -07:00 committed by GitHub
parent ce040d6f24
commit e274043054
7 changed files with 16 additions and 47 deletions

View file

@ -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-beta1-SNAPSHOT.tar.gz) | | [tar](https://snapshots.elastic.co/downloads/logstash/logstash-6.1.0-SNAPSHOT.tar.gz) |
| [zip](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-beta1-SNAPSHOT.zip) | | [zip](https://snapshots.elastic.co/downloads/logstash/logstash-6.1.0-SNAPSHOT.zip) |
| [deb](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-beta1-SNAPSHOT.deb) | | [deb](https://snapshots.elastic.co/downloads/logstash/logstash-6.1.0-SNAPSHOT.deb) |
| [rpm](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-beta1-SNAPSHOT.rpm) | | [rpm](https://snapshots.elastic.co/downloads/logstash/logstash-6.1.0-SNAPSHOT.rpm) |
## Need Help? ## Need Help?

View file

@ -1,9 +1,9 @@
:branch: master :branch: master
:major-version: 6.x :major-version: 6.x
:logstash_version: 6.0.0-beta1 :logstash_version: 6.1.0
:elasticsearch_version: 6.0.0-beta1 :elasticsearch_version: 6.1.0
:kibana_version: 6.0.0-beta1 :kibana_version: 6.1.0
:docker-image: docker.elastic.co/logstash/logstash:{logstash_version} :docker-image: docker.elastic.co/logstash/logstash:{logstash_version}
////////// //////////

View file

@ -3,40 +3,9 @@
This section summarizes the changes in the following releases: This section summarizes the changes in the following releases:
* <<logstash-6-0-0-beta1,Logstash 6.0.0-beta1>> * <<logstash-6-1-0,Logstash 6.1.0>>
* <<logstash-6-0-0-alpha2,Logstash 6.0.0-alpha2>>
* <<logstash-6-0-0-alpha1,Logstash 6.0.0-alpha1>>
[[logstash-6-0-0-beta1]] [[logstash-6-1-0]]
=== Logstash 6.0.0-beta1 Release Notes === Logstash 6.1.0 Release Notes
Placeholder for beta1 release notes Placeholder for 6.1.0 release notes
* Added new `logstash.yml` setting: `config.support_escapes`. When
enabled, Logstash will interpret escape sequences in strings in the pipeline
configuration.
[[logstash-6-0-0-alpha2]]
=== Logstash 6.0.0-alpha2 Release Notes
* Breaking: Currently, when Logstash is installed and set up via package managers, it loads all files found
in `/etc/logstash/conf.d` as configuration. This can be problematic if there are non-configuration files in this
folder. Starting from alpha2, Logstash will only glob files ending with `.conf` extension in `/etc/logstash/conf.d` ({lsissue}6979)[Issue 6979)]).
* Added support for running multiple pipelines in the same Logstash instance. Running multiple pipelines
allow users to isolate data flow, provide separate runtime pipeline parameters and helps simplify complex
configurations.
* A new `pipelines.yml` configuration file has been added to define pipelines.
[[logstash-6-0-0-alpha1]]
=== Logstash 6.0.0-alpha1 Release Notes
* Introducing a new internal representation for the existing Logstash configuration that forms the
foundation of many new features. This is not a breaking change, and existing configs will work as is.
[float]
==== Filter Plugins
*`GeoIP`*: You can now use MaxMind's commercial database to get enriched Geo information. ASN data can be
obtained via the GeoIP2-ISP database.

View file

@ -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.beta1" gem.add_runtime_dependency "logstash-core", "6.1.0"
# Make sure we dont build this gem from a non jruby # Make sure we dont build this gem from a non jruby
# environment. # environment.

View file

@ -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-beta1" LOGSTASH_CORE_VERSION = "6.1.0"

View file

@ -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-beta1" LOGSTASH_VERSION = "6.1.0"

View file

@ -1,6 +1,6 @@
--- ---
logstash: 6.0.0-beta1 logstash: 6.1.0
logstash-core: 6.0.0-beta1 logstash-core: 6.1.0
logstash-core-plugin-api: 2.1.16 logstash-core-plugin-api: 2.1.16
jruby: jruby:
version: 9.1.12.0 version: 9.1.12.0