Release version 1.0.0

This commit is contained in:
Blerim Sheqa 2017-03-22 11:46:47 +01:00
parent dfe96d8ac0
commit 6c7ddae08a
6 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,11 @@
# Icingabeat CHANGELOG # Icingabeat CHANGELOG
## v1.0.0
### Features
* Add dashboards
* Cleanup logging
## v0.2.0 ## v0.2.0
### Features ### Features

View File

@ -151,8 +151,8 @@ Icingabeat. Download the dashboards from the
The tool to import dashboards is already included in the Icingabeat package. The tool to import dashboards is already included in the Icingabeat package.
``` ```
unzip icingabeat-dashboards-0.2.0.zip unzip icingabeat-dashboards-1.0.0.zip
/usr/share/icingabeat/scripts/import_dashboards -dir /tmp/icingabeat-dashboards-0.2.0 -es http://127.0.0.1:9200 /usr/share/icingabeat/scripts/import_dashboards -dir /tmp/icingabeat-dashboards-1.0.0 -es http://127.0.0.1:9200
``` ```
## Fields ## Fields

View File

@ -7,7 +7,7 @@
} }
}, },
"_meta": { "_meta": {
"version": "0.2.0" "version": "1.0.0"
}, },
"dynamic_templates": [ "dynamic_templates": [
{ {

View File

@ -5,7 +5,7 @@
"norms": false "norms": false
}, },
"_meta": { "_meta": {
"version": "0.2.0" "version": "1.0.0"
}, },
"dynamic_templates": [ "dynamic_templates": [
{ {

View File

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

View File

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