forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fleet_packages.json
36 lines (32 loc) · 1.27 KB
/
fleet_packages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
Packages in this file are considered "bundled" and are installed as part of Fleet's setup process. Each entry points to a valid version name
avaiable in the Elastic Package Registry service, and must include a sha-512 checksum of the `.zip` archive for the given package.
You may opt in to using the "snapshot" environment of the EPR service by passing the `--use-epr-snapshot-registry` flag to `yarn build`. This will
cause the package archive download to pull from the "spapshot" environment instead of the "production" environment. Be aware that not all packages
exist in the snapshot environment, so you may have errors when fetching package versions. It's recommended to alter this file to contain _only_ the
packages you're testing when using the snapshot environment.
These files don't include any kind of checksum, but they should eventually include a package signature as introduced in https://github.com/elastic/elastic-package/issues/583
in order to verify package integrity.
*/
[
{
"name": "apm",
"version": "8.3.0"
},
{
"name": "elastic_agent",
"version": "1.3.3"
},
{
"name": "endpoint",
"version": "8.3.0"
},
{
"name": "fleet_server",
"version": "1.2.0"
},
{
"name": "synthetics",
"version": "0.9.4"
}
]