mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Bump version of 6.x to 6.1.0 (#7794)
This commit is contained in:
parent
ce040d6f24
commit
e274043054
7 changed files with 16 additions and 47 deletions
|
@ -22,10 +22,10 @@ For the daring, snapshot builds from `master` branch are available. These builds
|
|||
|
||||
| artifact |
|
||||
| --- |
|
||||
| [tar](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-beta1-SNAPSHOT.tar.gz) |
|
||||
| [zip](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-beta1-SNAPSHOT.zip) |
|
||||
| [deb](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-beta1-SNAPSHOT.deb) |
|
||||
| [rpm](https://snapshots.elastic.co/downloads/logstash/logstash-6.0.0-beta1-SNAPSHOT.rpm) |
|
||||
| [tar](https://snapshots.elastic.co/downloads/logstash/logstash-6.1.0-SNAPSHOT.tar.gz) |
|
||||
| [zip](https://snapshots.elastic.co/downloads/logstash/logstash-6.1.0-SNAPSHOT.zip) |
|
||||
| [deb](https://snapshots.elastic.co/downloads/logstash/logstash-6.1.0-SNAPSHOT.deb) |
|
||||
| [rpm](https://snapshots.elastic.co/downloads/logstash/logstash-6.1.0-SNAPSHOT.rpm) |
|
||||
|
||||
## Need Help?
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
:branch: master
|
||||
:major-version: 6.x
|
||||
:logstash_version: 6.0.0-beta1
|
||||
:elasticsearch_version: 6.0.0-beta1
|
||||
:kibana_version: 6.0.0-beta1
|
||||
:logstash_version: 6.1.0
|
||||
:elasticsearch_version: 6.1.0
|
||||
:kibana_version: 6.1.0
|
||||
:docker-image: docker.elastic.co/logstash/logstash:{logstash_version}
|
||||
|
||||
//////////
|
||||
|
|
39
docs/static/releasenotes.asciidoc
vendored
39
docs/static/releasenotes.asciidoc
vendored
|
@ -3,40 +3,9 @@
|
|||
|
||||
This section summarizes the changes in the following releases:
|
||||
|
||||
* <<logstash-6-0-0-beta1,Logstash 6.0.0-beta1>>
|
||||
* <<logstash-6-0-0-alpha2,Logstash 6.0.0-alpha2>>
|
||||
* <<logstash-6-0-0-alpha1,Logstash 6.0.0-alpha1>>
|
||||
* <<logstash-6-1-0,Logstash 6.1.0>>
|
||||
|
||||
[[logstash-6-0-0-beta1]]
|
||||
=== Logstash 6.0.0-beta1 Release Notes
|
||||
[[logstash-6-1-0]]
|
||||
=== Logstash 6.1.0 Release Notes
|
||||
|
||||
Placeholder for beta1 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.
|
||||
Placeholder for 6.1.0 release notes
|
||||
|
|
|
@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|||
gem.require_paths = ["lib"]
|
||||
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
|
||||
# environment.
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
# Note to authors: this should not include dashes because 'gem' barfs if
|
||||
# you include a dash in the version string.
|
||||
|
||||
LOGSTASH_CORE_VERSION = "6.0.0-beta1"
|
||||
LOGSTASH_CORE_VERSION = "6.1.0"
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
# eventually this file should be in the root logstash lib fir and dependencies in logstash-core should be
|
||||
# fixed.
|
||||
|
||||
LOGSTASH_VERSION = "6.0.0-beta1"
|
||||
LOGSTASH_VERSION = "6.1.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
logstash: 6.0.0-beta1
|
||||
logstash-core: 6.0.0-beta1
|
||||
logstash: 6.1.0
|
||||
logstash-core: 6.1.0
|
||||
logstash-core-plugin-api: 2.1.16
|
||||
jruby:
|
||||
version: 9.1.12.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue