Skip to content

Commit 4d27bec

Browse files
elastic-vault-github-plugin-prod[bot]elasticmachinepierrehilbertebeahan
authored
[Release] Update test environments for 8.19.11 (#48325)
* [Release] update test environment * pin ESS FIPS snapshot until 8.19.11 snapshot available * adjusting FIPS target version --------- Co-authored-by: elasticmachine <infra-root+elasticmachine@elastic.co> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co> Co-authored-by: ebeahan <eric.beahan@elastic.co>
1 parent 048da3d commit 4d27bec

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.buildkite/scripts/custom_fips_ech_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ trap 'ech_down' EXIT
1212
# haven't been published yet and are, therefore, not yet available in ECH.
1313
# Once artifacts matching the version in `libbeat/version/version.go` are available in ECH, the
1414
# following line should be removed and the line after that should be uncommented.
15-
STACK_VERSION="8.19.1-SNAPSHOT"
15+
STACK_VERSION="8.19.10"
1616
# STACK_VERSION="$(./dev-tools/get_version)-SNAPSHOT"
1717

1818
ech_up $STACK_VERSION

metricbeat/docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ services:
1515

1616
# Used by base tests
1717
elasticsearch:
18-
image: docker.elastic.co/integrations-ci/beats-elasticsearch:${ELASTICSEARCH_VERSION:-8.19.9}-1
18+
image: docker.elastic.co/integrations-ci/beats-elasticsearch:${ELASTICSEARCH_VERSION:-8.19.10}-1
1919
build:
2020
context: ./module/elasticsearch/_meta
2121
args:
22-
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-8.19.9}
22+
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-8.19.10}
2323
environment:
2424
- "ES_JAVA_OPTS=-Xms256m -Xmx256m"
2525
- "transport.host=127.0.0.1"
@@ -36,11 +36,11 @@ services:
3636

3737
# Used by base tests
3838
kibana:
39-
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.19.9}-1
39+
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.19.10}-1
4040
build:
4141
context: ./module/kibana/_meta
4242
args:
43-
KIBANA_VERSION: ${KIBANA_VERSION:-8.19.9}
43+
KIBANA_VERSION: ${KIBANA_VERSION:-8.19.10}
4444
healthcheck:
4545
test: ["CMD-SHELL", "curl -u beats:testing -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
4646
retries: 600
@@ -51,11 +51,11 @@ services:
5151

5252
# Used by base tests
5353
metricbeat:
54-
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-8.19.9}-1
54+
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-8.19.10}-1
5555
build:
5656
context: ./module/beat/_meta
5757
args:
58-
BEAT_VERSION: ${BEAT_VERSION:-8.19.9}
58+
BEAT_VERSION: ${BEAT_VERSION:-8.19.10}
5959
command: '-e'
6060
ports:
6161
- 5066:5066

testing/environments/latest.yml

Lines changed: 3 additions & 3 deletions
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.19.9
6+
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.10
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.19.9
22+
image: docker.elastic.co/logstash/logstash:8.19.10
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.19.9
32+
image: docker.elastic.co/kibana/kibana:8.19.10
3333
healthcheck:
3434
test: ["CMD", "curl", "-f", "http://localhost:5601"]
3535
retries: 300

x-pack/metricbeat/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ services:
3232
kibana:
3333
# Copied configuration from OSS metricbeat because services with depends_on
3434
# cannot be extended with extends
35-
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.19.9}-1
35+
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.19.10}-1
3636
build:
3737
context: ../../metricbeat/module/kibana/_meta
3838
args:
39-
KIBANA_VERSION: ${KIBANA_VERSION:-8.19.9}
39+
KIBANA_VERSION: ${KIBANA_VERSION:-8.19.10}
4040
depends_on:
4141
- elasticsearch
4242
ports:

0 commit comments

Comments
 (0)