From 322854be6cde56ce8ccdc9d269066d779e0dcb40 Mon Sep 17 00:00:00 2001 From: Balazs Szekeres Date: Tue, 16 Jul 2019 14:55:47 +0200 Subject: [PATCH] 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 --- SPECS/elasticsearch.spec | 4 ++-- SPECS/fluentd.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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} -- 2.16.6