From 07fb2069159b76e8f92db8596a7ce5ed05b34b44 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Tue, 18 Apr 2017 16:10:13 +0200 Subject: [PATCH] Release version 1.1.0 --- CHANGELOG.md | 5 +++++ Makefile | 1 + icingabeat.template-es2x.json | 2 +- icingabeat.template.json | 2 +- vendor/github.com/elastic/beats/dev-tools/packer/version.yml | 2 +- version.yml | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f69b16e8..39c60a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Icingabeat CHANGELOG +## v1.1.0 + +### Features +* Update libbeat to version 5.3.0 + ## v1.0.0 ### Features diff --git a/Makefile b/Makefile index b2e78484..bb85806b 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ BEAT_DIR=github.com/icinga/icingabeat BEAT_DESCRIPTION=Icingabeat ships Icinga 2 events and states to Elasticsearch or Logstash. BEAT_VENDOR=Icinga BEAT_DOC_URL=https://github.com/Icinga/icingabeat +BEAT_PATH=github.com/icinga/icingabeat SYSTEM_TESTS=false TEST_ENVIRONMENT=false ES_BEATS?=./vendor/github.com/elastic/beats diff --git a/icingabeat.template-es2x.json b/icingabeat.template-es2x.json index ad4c3ff5..ba370977 100644 --- a/icingabeat.template-es2x.json +++ b/icingabeat.template-es2x.json @@ -7,7 +7,7 @@ } }, "_meta": { - "version": "5.3.0" + "version": "1.1.0" }, "date_detection": false, "dynamic_templates": [ diff --git a/icingabeat.template.json b/icingabeat.template.json index fd3c561e..9b924738 100644 --- a/icingabeat.template.json +++ b/icingabeat.template.json @@ -5,7 +5,7 @@ "norms": false }, "_meta": { - "version": "5.3.0" + "version": "1.1.0" }, "date_detection": false, "dynamic_templates": [ diff --git a/vendor/github.com/elastic/beats/dev-tools/packer/version.yml b/vendor/github.com/elastic/beats/dev-tools/packer/version.yml index 5d1bac8c..d6a1e88d 100644 --- a/vendor/github.com/elastic/beats/dev-tools/packer/version.yml +++ b/vendor/github.com/elastic/beats/dev-tools/packer/version.yml @@ -1 +1 @@ -version: "5.3.0" +version: "1.1.0" diff --git a/version.yml b/version.yml index 71e3fd18..d6a1e88d 100644 --- a/version.yml +++ b/version.yml @@ -1 +1 @@ -version: "1.0.0" +version: "1.1.0"