Skip to content

Commit 7250c6d

Browse files
authored
bump endpoint bundled ver to release (elastic#129449)
1 parent 3dc66c6 commit 7250c6d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

fleet_packages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
[
1616
{
1717
"name": "apm",
18-
"version": "8.1.0"
18+
"version": "8.2.0"
1919
},
2020
{
2121
"name": "elastic_agent",
2222
"version": "1.3.1"
2323
},
2424
{
2525
"name": "endpoint",
26-
"version": "1.5.0"
26+
"version": "8.2.0"
2727
},
2828
{
2929
"name": "fleet_server",

x-pack/plugins/fleet/server/integration_tests/__snapshots__/cloud_preconfiguration.test.ts.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugins/fleet/server/integration_tests/helpers/docker_registry_helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function useDockerRegistry() {
2424

2525
let dockerProcess: ChildProcess | undefined;
2626
async function startDockerRegistryServer() {
27-
const dockerImage = `docker.elastic.co/package-registry/distribution@sha256:536fcac0b66de593bd21851fd3553892a28e6e838e191ee25818acb4a23ecc7f`;
27+
const dockerImage = `docker.elastic.co/package-registry/distribution:e1a3906e0c9944ecade05308022ba35eb0ebd00a`;
2828

2929
const args = ['run', '--rm', '-p', `${packageRegistryPort}:8080`, dockerImage];
3030

x-pack/test/fleet_api_integration/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { defineDockerServersConfig } from '@kbn/test';
1515
// example: https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fpackage-storage/detail/snapshot/74/pipeline/257#step-302-log-1.
1616
// It should be updated any time there is a new Docker image published for the Snapshot Distribution of the Package Registry.
1717
export const dockerImage =
18-
'docker.elastic.co/package-registry/distribution@sha256:536fcac0b66de593bd21851fd3553892a28e6e838e191ee25818acb4a23ecc7f';
18+
'docker.elastic.co/package-registry/distribution:e1a3906e0c9944ecade05308022ba35eb0ebd00a';
1919

2020
export const BUNDLED_PACKAGE_DIR = '/tmp/fleet_bundled_packages';
2121

x-pack/test/functional/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { pageObjects } from './page_objects';
1515
// example: https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fpackage-storage/detail/snapshot/74/pipeline/257#step-302-log-1.
1616
// It should be updated any time there is a new Docker image published for the Snapshot Distribution of the Package Registry.
1717
export const dockerImage =
18-
'docker.elastic.co/package-registry/distribution@sha256:536fcac0b66de593bd21851fd3553892a28e6e838e191ee25818acb4a23ecc7f';
18+
'docker.elastic.co/package-registry/distribution:e1a3906e0c9944ecade05308022ba35eb0ebd00a';
1919

2020
// the default export of config files must be a config provider
2121
// that returns an object with the projects config values

x-pack/test/functional_synthetics/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { pageObjects } from './page_objects';
1717
// example: https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fpackage-storage/detail/snapshot/74/pipeline/257#step-302-log-1.
1818
// It should be updated any time there is a new Docker image published for the Snapshot Distribution of the Package Registry that updates Synthetics.
1919
export const dockerImage =
20-
'docker.elastic.co/package-registry/distribution@sha256:536fcac0b66de593bd21851fd3553892a28e6e838e191ee25818acb4a23ecc7f';
20+
'docker.elastic.co/package-registry/distribution:e1a3906e0c9944ecade05308022ba35eb0ebd00a';
2121

2222
// the default export of config files must be a config provider
2323
// that returns an object with the projects config values

0 commit comments

Comments
 (0)