[8.x] Sync bundled packages with Package Storage (#217544)

Automated by
https://buildkite.com/elastic/package-storage-infra-kibana-discover-release-branches/builds/2596

---------

Co-authored-by: elasticmachine <elasticmachine@elastic.co>
Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
This commit is contained in:
elastic-vault-github-plugin-prod[bot] 2025-04-16 11:55:56 +02:00 committed by GitHub
parent e9990028ba
commit 4ef6754d8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -56,6 +56,6 @@
},
{
"name": "security_detection_engine",
"version": "8.17.7"
"version": "8.18.1"
}
]

View file

@ -20,7 +20,8 @@ import { createEndpointHost } from '../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
describe(
// Failing: See https://github.com/elastic/kibana/issues/207773
describe.skip(
'Automated Response Actions',
{
tags: ['@ess', '@serverless'],

View file

@ -109,7 +109,6 @@ export default ({ getService }: FtrProviderContext): void => {
retry
);
expect(installPreviousPackageResponse._meta.install_source).toBe('registry');
expect(installPreviousPackageResponse.items.length).toBeGreaterThan(0);
// Verify that status is updated after the installation of package "N-1"