From 181c6192344b48a238692c516b643e3143c9a8da Mon Sep 17 00:00:00 2001 From: elastic <elastic@submit-ubi-images-to-ironbacffaf4aa41a4018c72a8aacc379a8e4b-pod> Date: Tue, 9 Apr 2024 07:48:57 +0000 Subject: [PATCH] Update Elastic-Agent to 7.17.20 --- Dockerfile | 2 +- README.md | 2 +- hardening_manifest.yaml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 96e3bb9..1e06314 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG BASE_TAG=9.3 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files -ARG ELASTIC_STACK=7.17.19 +ARG ELASTIC_STACK=7.17.20 ARG ELASTIC_PRODUCT=elastic-agent ARG OS_AND_ARCH=linux-x86_64 diff --git a/README.md b/README.md index cc06957..7d47c85 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,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.17.19.html). +[here](https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.17.20.html). diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index f959ce7..1310c74 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -3,7 +3,7 @@ args: BASE_IMAGE: redhat/ubi/ubi9 BASE_TAG: '9.3' ELASTIC_PRODUCT: elastic-agent - ELASTIC_STACK: 7.17.19 + ELASTIC_STACK: 7.17.20 labels: mil.dso.ironbank.image.keywords: log,metrics,monitoring,observabilty,o11y,oblt,beats,elastic,elasticsearch,golang mil.dso.ironbank.image.type: commercial @@ -14,7 +14,7 @@ labels: org.opencontainers.image.title: elastic-agent org.opencontainers.image.url: https://www.elastic.co/products/beats/elastic-agent org.opencontainers.image.vendor: Elastic - org.opencontainers.image.version: 7.17.19 + org.opencontainers.image.version: 7.17.20 maintainers: - email: nassim.kammah@elastic.co name: Nassim Kammah @@ -27,11 +27,11 @@ maintainers: username: victor.martinez name: elastic/beats/elastic-agent resources: -- filename: elastic-agent-7.17.19-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-7.17.19-linux-x86_64.tar.gz +- filename: elastic-agent-7.17.20-linux-x86_64.tar.gz + url: https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-7.17.20-linux-x86_64.tar.gz validation: type: sha512 - value: 8f45b17573d78fb74075a80e8fbadebed4d7dc387e5052e67ee3c68f897a14c5e449884a49dfc05f7ed151d030fd49b524deff8c5ba48242f6d4e367f013825c + value: e753dd2e3d2589e1c981746bb9591ba84c49975e39624bb2fce1559d729ba9ab10914a16259be37433294e11aa3065cf36cbb8ef7a7a8fb8733e6f4d6229d786 - filename: tinit url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: @@ -43,4 +43,4 @@ resources: type: sha256 value: af986793a515d500ab2d35f8d2aecd656e764504b789b66d7e1a0b727a124c44 tags: -- 7.17.19 +- 7.17.20 -- GitLab