Release version 1.1.0

This commit is contained in:
Blerim Sheqa 2017-04-18 16:10:13 +02:00
parent 807b1aad23
commit 07fb206915
6 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,10 @@
# Icingabeat CHANGELOG # Icingabeat CHANGELOG
## v1.1.0
### Features
* Update libbeat to version 5.3.0
## v1.0.0 ## v1.0.0
### Features ### Features

View File

@ -3,6 +3,7 @@ BEAT_DIR=github.com/icinga/icingabeat
BEAT_DESCRIPTION=Icingabeat ships Icinga 2 events and states to Elasticsearch or Logstash. BEAT_DESCRIPTION=Icingabeat ships Icinga 2 events and states to Elasticsearch or Logstash.
BEAT_VENDOR=Icinga BEAT_VENDOR=Icinga
BEAT_DOC_URL=https://github.com/Icinga/icingabeat BEAT_DOC_URL=https://github.com/Icinga/icingabeat
BEAT_PATH=github.com/icinga/icingabeat
SYSTEM_TESTS=false SYSTEM_TESTS=false
TEST_ENVIRONMENT=false TEST_ENVIRONMENT=false
ES_BEATS?=./vendor/github.com/elastic/beats ES_BEATS?=./vendor/github.com/elastic/beats

View File

@ -7,7 +7,7 @@
} }
}, },
"_meta": { "_meta": {
"version": "5.3.0" "version": "1.1.0"
}, },
"date_detection": false, "date_detection": false,
"dynamic_templates": [ "dynamic_templates": [

View File

@ -5,7 +5,7 @@
"norms": false "norms": false
}, },
"_meta": { "_meta": {
"version": "5.3.0" "version": "1.1.0"
}, },
"date_detection": false, "date_detection": false,
"dynamic_templates": [ "dynamic_templates": [

View File

@ -1 +1 @@
version: "5.3.0" version: "1.1.0"

View File

@ -1 +1 @@
version: "1.0.0" version: "1.1.0"