Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 19b3c81

Browse files
apmmachineapmmachinev1vmergify[bot]
authored
[updatecli] update elastic stack version for testing 8.14.0-20c1806a (#3803)
* chore: Update deployment.yml files Made with ❤️️ by updatecli * chore: Update docker-compose.yml files Made with ❤️️ by updatecli * chore: Update .stack-version Made with ❤️️ by updatecli * chore: Update defaults.go Made with ❤️️ by updatecli --------- Co-authored-by: apmmachine <apmmachine@users.noreply.github.com> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent c53a818 commit 19b3c81

12 files changed

Lines changed: 13 additions & 13 deletions

File tree

.stack-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.14.0-cca51f6c-SNAPSHOT
1+
8.14.0-20c1806a-SNAPSHOT

internal/common/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const FleetProfileName = "fleet"
3636
const FleetServerAgentServiceName = "fleet-server"
3737

3838
// BeatVersionBase is the base version of the Beat to use
39-
var BeatVersionBase = "8.14.0-cca51f6c-SNAPSHOT"
39+
var BeatVersionBase = "8.14.0-20c1806a-SNAPSHOT"
4040

4141
// BeatVersion is the version of the Beat to use
4242
// It can be overriden by BEAT_VERSION env var

internal/config/compose/profiles/fleet/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- xpack.security.authc.token.timeout=60m
1919
- ELASTIC_USERNAME=admin
2020
- ELASTIC_PASSWORD=changeme
21-
image: "docker.elastic.co/elasticsearch/elasticsearch:${stackVersion:-8.14.0-cca51f6c-SNAPSHOT}"
21+
image: "docker.elastic.co/elasticsearch/elasticsearch:${stackVersion:-8.14.0-20c1806a-SNAPSHOT}"
2222
platform: ${stackPlatform:-linux/amd64}
2323
ports:
2424
- "9200:9200"
@@ -34,7 +34,7 @@ services:
3434
test: ["CMD-SHELL", "curl -u admin:changeme -s http://localhost:5601/api/status | grep -q 'All services are available'"]
3535
retries: 60
3636
interval: 10s
37-
image: "docker.elastic.co/${kibanaDockerNamespace:-kibana}/kibana:${kibanaVersion:-8.14.0-cca51f6c-SNAPSHOT}"
37+
image: "docker.elastic.co/${kibanaDockerNamespace:-kibana}/kibana:${kibanaVersion:-8.14.0-20c1806a-SNAPSHOT}"
3838
platform: ${stackPlatform:-linux/amd64}
3939
ports:
4040
- "5601:5601"

internal/config/compose/services/elastic-agent/cloud/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2.4'
22
services:
33
elastic-agent:
4-
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-8.14.0-cca51f6c-SNAPSHOT}"
4+
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-8.14.0-20c1806a-SNAPSHOT}"
55
depends_on:
66
elasticsearch:
77
condition: service_healthy

internal/config/compose/services/elastic-agent/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2.4'
22
services:
33
elastic-agent:
4-
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-8.14.0-cca51f6c-SNAPSHOT}"
4+
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-8.14.0-20c1806a-SNAPSHOT}"
55
depends_on:
66
elasticsearch:
77
condition: service_healthy

internal/config/compose/services/elastic-agent/fleet-server/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2.4'
22
services:
33
fleet-server:
4-
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-8.14.0-cca51f6c-SNAPSHOT}"
4+
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-8.14.0-20c1806a-SNAPSHOT}"
55
depends_on:
66
elasticsearch:
77
condition: service_healthy

internal/config/compose/services/elasticsearch/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- xpack.monitoring.collection.enabled=true
1010
- ELASTIC_USERNAME=elastic
1111
- ELASTIC_PASSWORD=changeme
12-
image: "docker.elastic.co/observability-ci/elasticsearch:${elasticsearchTag:-8.14.0-cca51f6c-SNAPSHOT}"
12+
image: "docker.elastic.co/observability-ci/elasticsearch:${elasticsearchTag:-8.14.0-20c1806a-SNAPSHOT}"
1313
healthcheck:
1414
interval: 10s
1515
retries: 100

internal/config/compose/services/kibana/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ services:
99
test: ["CMD-SHELL", "curl -u admin:changeme -s http://localhost:5601/api/status | grep -q 'All services are available'"]
1010
retries: 60
1111
interval: 10s
12-
image: "docker.elastic.co/kibana/kibana:${kibanaTag:-8.14.0-cca51f6c-SNAPSHOT}"
12+
image: "docker.elastic.co/kibana/kibana:${kibanaTag:-8.14.0-20c1806a-SNAPSHOT}"
1313
ports:
1414
- "5601:5601"

internal/config/compose/services/metricbeat/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
]
1515
environment:
1616
- BEAT_STRICT_PERMS=${beatStricPerms:-false}
17-
image: "docker.elastic.co/${metricbeatDockerNamespace:-beats}/metricbeat:${metricbeatTag:-8.14.0-cca51f6c-SNAPSHOT}"
17+
image: "docker.elastic.co/${metricbeatDockerNamespace:-beats}/metricbeat:${metricbeatTag:-8.14.0-20c1806a-SNAPSHOT}"
1818
labels:
1919
co.elastic.logs/module: "${serviceName}"
2020
platform: ${stackPlatform:-linux/amd64}

internal/config/kubernetes/base/elasticsearch/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: elasticsearch
19-
image: docker.elastic.co/elasticsearch/elasticsearch:8.14.0-cca51f6c-SNAPSHOT
19+
image: docker.elastic.co/elasticsearch/elasticsearch:8.14.0-20c1806a-SNAPSHOT
2020
envFrom:
2121
- configMapRef:
2222
name: elasticsearch-config

0 commit comments

Comments
 (0)