From 3410504637647d5f7fbc0af7e21dbee4c72246b1 Mon Sep 17 00:00:00 2001 From: Balazs Szekeres Date: Thu, 1 Aug 2019 14:42:06 +0200 Subject: [PATCH] 3rd party component update Fluentd updated to 1.6.3 Elasticsearch updated to 7.2.1 Change-Id: Ie2347bf5e03dcb37e698ed8ae73079cb2e865448 Signed-off-by: Balazs Szekeres --- SPECS/elasticsearch.spec | 2 +- SPECS/fluentd.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/elasticsearch.spec b/SPECS/elasticsearch.spec index 930bc02..425c60f 100644 --- a/SPECS/elasticsearch.spec +++ b/SPECS/elasticsearch.spec @@ -14,7 +14,7 @@ %define COMPONENT elasticsearch %define RPM_NAME caas-%{COMPONENT} -%define RPM_MAJOR_VERSION 7.2.0 +%define RPM_MAJOR_VERSION 7.2.1 %define RPM_MINOR_VERSION 0 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} diff --git a/SPECS/fluentd.spec b/SPECS/fluentd.spec index 1b195df..8df4110 100644 --- a/SPECS/fluentd.spec +++ b/SPECS/fluentd.spec @@ -14,7 +14,7 @@ %define COMPONENT fluentd %define RPM_NAME caas-%{COMPONENT} -%define RPM_MAJOR_VERSION 1.6.0 +%define RPM_MAJOR_VERSION 1.6.3 %define RPM_MINOR_VERSION 0 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} -- 2.16.6