mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[8.6] Sync bundled packages with Package Storage (#146492)
Automated by https://internal-ci.elastic.co/job/package_storage/job/sync-bundled-packages-job/job/main/691/ Co-authored-by: apmmachine <infra-root+apmmachine@elastic.co> Co-authored-by: Andrew Wilkins <axw@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Mario Rodriguez Molins <mario.rodriguez@elastic.co>
This commit is contained in:
parent
35cf7309fd
commit
cfeb5a7f37
2 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@
|
|||
[
|
||||
{
|
||||
"name": "apm",
|
||||
"version": "8.6.0-preview-1663775281",
|
||||
"version": "8.6.0-preview-1668602604",
|
||||
"forceAlignStackVersion": true
|
||||
},
|
||||
{
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
{
|
||||
"name": "endpoint",
|
||||
"version": "8.5.0"
|
||||
"version": "8.6.0"
|
||||
},
|
||||
{
|
||||
"name": "fleet_server",
|
||||
|
@ -37,6 +37,6 @@
|
|||
},
|
||||
{
|
||||
"name": "synthetics",
|
||||
"version": "0.10.3"
|
||||
"version": "0.11.3"
|
||||
}
|
||||
]
|
||||
]
|
|
@ -364,7 +364,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
expect(packagePolicy.package.version).eql('0.10.3');
|
||||
|
||||
await supertestAPI
|
||||
.post('/api/fleet/epm/packages/synthetics/0.11.2')
|
||||
.post('/api/fleet/epm/packages/synthetics/0.11.3')
|
||||
.set('kbn-xsrf', 'true')
|
||||
.send({ force: true });
|
||||
|
||||
|
@ -376,7 +376,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
(pkgPolicy: PackagePolicy) =>
|
||||
pkgPolicy.id === monitorId + '-' + testFleetPolicyID + `-default`
|
||||
);
|
||||
expect(packagePolicyAfterUpgrade.package.version).eql('0.11.2');
|
||||
expect(packagePolicyAfterUpgrade.package.version).eql('0.11.3');
|
||||
} finally {
|
||||
await supertestAPI
|
||||
.delete(API_URLS.SYNTHETICS_MONITORS + '/' + monitorId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue