diff --git a/Dockerfile b/Dockerfile index 2da08e900b9ff3c46139b84804a408946dd5db69..0aa8944d6e03cfd066266871a7ed09b315021878 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG BASE_TAG=8.4 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files -ARG ELASTIC_STACK=7.13.4 +ARG ELASTIC_STACK=7.14.0 ARG ELASTIC_PRODUCT=elastic-agent ARG OS_AND_ARCH=linux-x86_64 diff --git a/README.md b/README.md index a6e3d2e248659d9d721ed167d32f27dc68c04f74..d57d8236b088c8cea5d3f5fe1e6bf6d6ef5c168a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **elastic-agent** is a single, unified way to add monitoring for logs, metrics, and other types of data to each host. A single agent makes it easier and faster to deploy monitoring across your infrastructure. The agent’s single, unified configuration makes it easier to add integrations for new data sources. For more information about elastic-agent, please visit -https://www.elastic.co/guide/en/ingest-management/7.13/index.html. +https://www.elastic.co/guide/en/ingest-management/7.14/index.html. --- **NOTE** @@ -14,7 +14,7 @@ This functionality is in beta and is subject to change. The design and code is l ### Installation instructions -Please follow the documentation on [Quick start](https://www.elastic.co/guide/en/ingest-management/7.13/ingest-management-getting-started.html). +Please follow the documentation on [Quick start](https://www.elastic.co/guide/en/ingest-management/7.14/ingest-management-getting-started.html). ### Where to file issues and PRs @@ -37,9 +37,9 @@ visiting [Elastic Community](https://www.elastic.co/community). This software is governed by the [Elastic -License](https://github.com/elastic/elasticsearch/blob/7.13/licenses/ELASTIC-LICENSE.txt), +License](https://github.com/elastic/elasticsearch/blob/7.14/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.13.1.html). +[here](https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.14.1.html). diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 59020df8dc0c965e95ae34a7289b526d57faeb2c..751a8d10483b0900c69a4156f86346cedb7c0dc0 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "elastic/beats/elastic-agent" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "7.13.4" +- "7.14.0" - "latest" # Build args passed to Dockerfile ARGs @@ -16,7 +16,7 @@ args: BASE_IMAGE: "redhat/ubi/ubi8" BASE_TAG: "8.4" BASE_REGISTRY: registry1.dsop.io - ELASTIC_STACK: "7.13.4" + ELASTIC_STACK: "7.14.0" ELASTIC_PRODUCT: "elastic-agent" # Docker image labels @@ -30,7 +30,7 @@ labels: org.opencontainers.image.url: "https://www.elastic.co/products/beats/elastic-agent" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Elastic" - org.opencontainers.image.version: "7.13.4" + org.opencontainers.image.version: "7.14.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "log,metrics,monitoring,observabilty,o11y,oblt,beats,elastic,elasticsearch,golang" ## This value can be "opensource" or "commercial" @@ -40,11 +40,11 @@ labels: # List of resources to make available to the offline build context resources: -- filename: elastic-agent-7.13.4-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-7.13.4-linux-x86_64.tar.gz +- filename: elastic-agent-7.14.0-linux-x86_64.tar.gz + url: https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-7.14.0-linux-x86_64.tar.gz validation: type: sha512 - value: bf932c5e18a3486097108bda707c38baa107065f5e4c5dafdf9198b47789b6955b58ac767613454b132f31454ced092c868cec211e7adf3a79b1db99bffbf800 + value: 9a39ede873f70b1caf98a426ab11eaccaa1e9127c82ce12db969f37aa0a93557eb3d5d23478ee5bd6cf3acf49753f6519b42b1ad8d4981699da862c01db67890 - filename: tinit url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: