From 090a4c7b7eec71420223251346565afe704d07c0 Mon Sep 17 00:00:00 2001 From: dedemorton Date: Wed, 25 Jul 2018 12:42:03 -0700 Subject: [PATCH 1/2] Remove extra space to fix broken doc versioned plugin reference build --- CHANGELOG.md | 3 +++ VERSION | 2 +- docs/index.asciidoc | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 191f3b24..960dafe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 5.1.6 + - Docs: Fix broken link by removing extra space. + ## 5.1.5 - Docs: Fixed section ID that was causing doc build errors in the versioned plugin docs. diff --git a/VERSION b/VERSION index 220d8e0a..8710cfdf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.5 +5.1.6 diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 21f219ea..96c1f07d 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -90,7 +90,7 @@ This plugin supports the following configuration options plus the <> |<>|No +| <> |<>|No | <> |<>|No | <> |<>|No | <> |<>|No From 29ff0bca62a16f1e2ddf1a9bc9b83f60e86574b5 Mon Sep 17 00:00:00 2001 From: dedemorton Date: Wed, 25 Jul 2018 13:17:47 -0700 Subject: [PATCH 2/2] Add links to changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 960dafe5..c1b89c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ ## 5.1.6 - - Docs: Fix broken link by removing extra space. + - Docs: Fixed broken link by removing extra space. [#347](https://github.com/logstash-plugins/logstash-input-beats/pull/347) ## 5.1.5 - Docs: Fixed section ID that was causing doc build errors in the versioned -plugin docs. +plugin docs. [#346](https://github.com/logstash-plugins/logstash-input-beats/pull/346) ## 5.1.4 - Added `add_hostname` flag to enable/disable the population of the `host` field from the beats.hostname field [#340](https://github.com/logstash-plugins/logstash-input-beats/pull/340)