From: Balazs Szekeres Date: Tue, 16 Jul 2019 12:55:47 +0000 (+0200) Subject: Elasticsearch and Fluentd update X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-logging.git;a=commitdiff_plain;h=322854be6cde56ce8ccdc9d269066d779e0dcb40 Elasticsearch and Fluentd update Elasticsearch updated to version 7.2.0 Fluentd updated to version 1.6.0 Change-Id: I750cf57af15fce76eef051477e28a46d2af2b734 Signed-off-by: Balazs Szekeres --- diff --git a/SPECS/elasticsearch.spec b/SPECS/elasticsearch.spec index fdfd803..930bc02 100644 --- a/SPECS/elasticsearch.spec +++ b/SPECS/elasticsearch.spec @@ -14,8 +14,8 @@ %define COMPONENT elasticsearch %define RPM_NAME caas-%{COMPONENT} -%define RPM_MAJOR_VERSION 7.1.1 -%define RPM_MINOR_VERSION 4 +%define RPM_MAJOR_VERSION 7.2.0 +%define RPM_MINOR_VERSION 0 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} Name: %{RPM_NAME} diff --git a/SPECS/fluentd.spec b/SPECS/fluentd.spec index 3e1d394..1b195df 100644 --- a/SPECS/fluentd.spec +++ b/SPECS/fluentd.spec @@ -14,8 +14,8 @@ %define COMPONENT fluentd %define RPM_NAME caas-%{COMPONENT} -%define RPM_MAJOR_VERSION 1.5.2 -%define RPM_MINOR_VERSION 2 +%define RPM_MAJOR_VERSION 1.6.0 +%define RPM_MINOR_VERSION 0 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} Name: %{RPM_NAME}