kibana/fleet_packages.json
Kibana Machine 8385fe9ace
Bump bundled elastic_agent to 1.3.5 (#139650) (#139667)
(cherry picked from commit ac7e168474)

Co-authored-by: Kyle Pollich <kyle.pollich@elastic.co>
2022-08-29 13:57:00 -07:00

35 lines
962 B
JSON

/*
Packages listed in this file are "bundled" with Kibana's built distributable, and are available
on disk rather than only in the configured package registry service. This allows Kibana to install
"stack-aligned" packages or those that are installed by default in an airgapped or offline environment.
Packages will be fetched from https://epr-snapshot.elastic.co by default. This can be overridden
via the `--epr-registry=production` command line argument when building Kibana. Fetching from the
snapshot registry allows Kibana to bundle packages that have yet to be published to production in
order to prepare build candidates for the next release.
*/
[
{
"name": "apm",
"version": "8.4.0"
},
{
"name": "elastic_agent",
"version": "1.3.5"
},
{
"name": "endpoint",
"version": "8.4.1"
},
{
"name": "fleet_server",
"version": "1.2.0"
},
{
"name": "synthetics",
"version": "0.10.2"
}
]