diff --git a/Dockerfile b/Dockerfile index 95fbafca84496fe0d5f709d29bdb3e3a0f909220..cb14255cdc8f5220e986407ce1ff22559d3067c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG BASE_TAG=8.3 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files -ARG ELASTIC_STACK=7.12.0 +ARG ELASTIC_STACK=7.13.1 ARG ELASTIC_PRODUCT=filebeat ARG OS_AND_ARCH=linux-x86_64 diff --git a/README.md b/README.md index a9f68a51721164827fc4765727a5ab8ffba7ac23..a432e5d81e0904028284e55758c967b7da7dd642 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ visiting [Elastic Community](https://www.elastic.co/community). This software is governed by the [Elastic -License](https://github.com/elastic/elasticsearch/blob/7.12/licenses/ELASTIC-LICENSE.txt), +License](https://github.com/elastic/elasticsearch/blob/7.13/licenses/ELASTIC-LICENSE.txt), 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.12.1.html). +[here](https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.13.1.html). diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index fec46f68cea262ff68909e89ecaa1381c17e36a5..059852fa2371a5ca20496239252683c560647d2e 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "elastic/beats/filebeat" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "7.12.0" +- "7.13.1" - "latest" # Build args passed to Dockerfile ARGs @@ -16,7 +16,7 @@ args: BASE_IMAGE: "redhat/ubi/ubi8" BASE_TAG: "8.3" BASE_REGISTRY: registry1.dsop.io - ELASTIC_STACK: "7.12.0" + ELASTIC_STACK: "7.13.1" ELASTIC_PRODUCT: "filebeat" # Docker image labels @@ -30,7 +30,7 @@ labels: org.opencontainers.image.url: "https://www.elastic.co/products/beats/filebeat" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Elastic" - org.opencontainers.image.version: "7.12.0" + org.opencontainers.image.version: "7.13.1" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "log,observabilty,o11y,oblt,beats,elastic,elasticsearch,golang" ## This value can be "opensource" or "commercial" @@ -40,17 +40,18 @@ labels: # List of resources to make available to the offline build context resources: -- filename: filebeat-7.12.0-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.12.0-linux-x86_64.tar.gz +- filename: filebeat-7.13.1-linux-x86_64.tar.gz + url: https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.13.1-linux-x86_64.tar.gz validation: type: sha512 - value: 555268d46498f998142151cf57f3df8531ca5bbd6e0f87ff2675a96e066ee320affc86cd2a9acc5cbea35b3767a4270a1389f0c847fb2be85146fbca5027808a + value: 7ed7f7dd6c8b2a8f694dace337fe728535b9df16726e3cf2e0b0eeef17925c0c13516e1724d3940e1ad5273ebe3d92a727edf7efdc78e7d4cd72bbc2ce710e74 - filename: tinit url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: type: sha256 value: 93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c + # List of project maintainers maintainers: - email: "nassim.kammah@elastic.co"