Skip to content

Commit bfdd9fb

Browse files
[Release] update test environment (#37322)
Co-authored-by: Pierre HILBERT <[email protected]>
1 parent 9bd7de8 commit bfdd9fb

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

metricbeat/docker-compose.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ services:
1717

1818
# Used by base tests
1919
elasticsearch:
20-
image: docker.elastic.co/integrations-ci/beats-elasticsearch:${ELASTICSEARCH_VERSION:-8.11.1}-1
20+
image: docker.elastic.co/integrations-ci/beats-elasticsearch:${ELASTICSEARCH_VERSION:-8.11.2}-1
2121
build:
2222
context: ./module/elasticsearch/_meta
2323
args:
24-
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-8.11.1}
24+
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-8.11.2}
2525
environment:
2626
- "ES_JAVA_OPTS=-Xms256m -Xmx256m"
2727
- "transport.host=127.0.0.1"
@@ -38,11 +38,11 @@ services:
3838

3939
# Used by base tests
4040
kibana:
41-
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.11.1}-1
41+
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.11.2}-1
4242
build:
4343
context: ./module/kibana/_meta
4444
args:
45-
KIBANA_VERSION: ${KIBANA_VERSION:-8.11.1}
45+
KIBANA_VERSION: ${KIBANA_VERSION:-8.11.2}
4646
healthcheck:
4747
test: ["CMD-SHELL", "curl -u beats:testing -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
4848
retries: 600
@@ -53,11 +53,11 @@ services:
5353

5454
# Used by base tests
5555
metricbeat:
56-
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-8.11.1}-1
56+
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-8.11.2}-1
5757
build:
5858
context: ./module/beat/_meta
5959
args:
60-
BEAT_VERSION: ${BEAT_VERSION:-8.11.1}
60+
BEAT_VERSION: ${BEAT_VERSION:-8.11.2}
6161
command: '-e'
6262
ports:
6363
- 5066:5066

testing/environments/latest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: '2.3'
44
services:
55
elasticsearch:
6-
image: docker.elastic.co/elasticsearch/elasticsearch:8.11.1
6+
image: docker.elastic.co/elasticsearch/elasticsearch:8.11.2
77
healthcheck:
88
test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
99
retries: 300
@@ -19,7 +19,7 @@ services:
1919
- "script.context.template.cache_max_size=2000"
2020

2121
logstash:
22-
image: docker.elastic.co/logstash/logstash:8.11.1
22+
image: docker.elastic.co/logstash/logstash:8.11.2
2323
healthcheck:
2424
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
2525
retries: 300
@@ -29,7 +29,7 @@ services:
2929
- ./docker/logstash/pki:/etc/pki:ro
3030

3131
kibana:
32-
image: docker.elastic.co/kibana/kibana:8.11.1
32+
image: docker.elastic.co/kibana/kibana:8.11.2
3333
healthcheck:
3434
test: ["CMD", "curl", "-f", "http://localhost:5601"]
3535
retries: 300

x-pack/metricbeat/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ services:
2424
kibana:
2525
# Copied configuration from OSS metricbeat because services with depends_on
2626
# cannot be extended with extends
27-
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.11.1}-1
27+
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.11.2}-1
2828
build:
2929
context: ../../metricbeat/module/kibana/_meta
3030
args:
31-
KIBANA_VERSION: ${KIBANA_VERSION:-8.11.1}
31+
KIBANA_VERSION: ${KIBANA_VERSION:-8.11.2}
3232
depends_on:
3333
- elasticsearch
3434
ports:

0 commit comments

Comments
 (0)