From 2faeb5f2ca4c1296c489de441d41b41e1c6093bb Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Thu, 12 Nov 2020 15:34:50 -0500 Subject: [PATCH] bump 7.10.0 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- README.md | 2 +- download.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc28cfc..5dd500e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,11 +4,11 @@ ################################################################################ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.2 +ARG BASE_TAG=8.3 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files -ARG ELASTIC_STACK=7.9.2 +ARG ELASTIC_STACK=7.10.0 ARG ELASTIC_PRODUCT=filebeat ARG OS_AND_ARCH=linux-x86_64 diff --git a/Jenkinsfile b/Jenkinsfile index 1913f29..f60d67a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: '7.9.2') +dccscrPipeline(version: '7.10.0') diff --git a/README.md b/README.md index 5a43c94..91c173e 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ and includes the full set of [free features](https://www.elastic.co/subscriptions). View the detailed release notes -[here](https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.9.2.html). +[here](https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.10.0.html). diff --git a/download.json b/download.json index b71a979..e604fc2 100644 --- a/download.json +++ b/download.json @@ -1,11 +1,11 @@ { "resources": [ { - "url": "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.9.2-linux-x86_64.tar.gz", - "filename": "filebeat-7.9.2-linux-x86_64.tar.gz", + "url": "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.10.0-linux-x86_64.tar.gz", + "filename": "filebeat-7.10.0-linux-x86_64.tar.gz", "validation": { "type": "sha512", - "value": "c15b2bf474cec145b3d7f21c4a8024ee9e486622b6a158c2f375be31c6ecf6452e3a24dc438eb928090f34a9054a5d92b905592fff5d2cc6a722fd1ef4ac0f21" + "value": "509f0d7f2a16d70850c127dd20bea7c735fc749f8d90f8e797196d11887ceccf32d8d71e1177ae9dbe7c8d081133b7d75e431997123512fc17ee1e04e96a6bc5" } }, { -- GitLab