From af4ee3480334ef7e6d3b57f619484e4eb98cfb87 Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Thu, 12 Nov 2020 15:43:08 -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 e918369..be9c9c9 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=elastic-agent 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 10076db..49bbe9a 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,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 106873b..83a70e2 100644 --- a/download.json +++ b/download.json @@ -1,11 +1,11 @@ { "resources": [ { - "url": "https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-7.9.2-linux-x86_64.tar.gz", - "filename": "elastic-agent-7.9.2-linux-x86_64.tar.gz", + "url": "https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-7.10.0-linux-x86_64.tar.gz", + "filename": "elastic-agent-7.10.0-linux-x86_64.tar.gz", "validation": { "type": "sha512", - "value": "1fafca25d970b94e62d4b72742e27bf94282f73b73eb7586f00e0f8ab00adbca178aa3ae3c2126e33fa59b1cd2f44449726a7814f7ffbe00ffb53e5f8b9aa68f" + "value": "e539c13e83c80eb519b86004551b5c27af2946ae918f8d1cb894a50192dbcf0394c7022841cb5bcf86bd082423a001d810f73c544d312e70845412d6ccd71e48" } }, { -- GitLab