From e1c6f1549617a43efe8508655b8d0caa7c7baf37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 15:28:15 +0000 Subject: [PATCH 1/2] chore: Update snapshot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- testing/environments/snapshot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/environments/snapshot.yml b/testing/environments/snapshot.yml index 4aa13c574d84..80d3ca645936 100644 --- a/testing/environments/snapshot.yml +++ b/testing/environments/snapshot.yml @@ -2,7 +2,7 @@ services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:9.2.7-b9dc69b4-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch:9.2.7-fa273b27-SNAPSHOT # When extend is used it merges healthcheck.tests, see: # https://github.com/docker/compose/issues/8962 # healthcheck: @@ -37,7 +37,7 @@ services: - "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles" logstash: - image: docker.elastic.co/logstash/logstash:9.2.7-b9dc69b4-SNAPSHOT + image: docker.elastic.co/logstash/logstash:9.2.7-fa273b27-SNAPSHOT healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"] retries: 600 @@ -50,7 +50,7 @@ services: - 5055:5055 kibana: - image: docker.elastic.co/kibana/kibana:9.2.7-b9dc69b4-SNAPSHOT + image: docker.elastic.co/kibana/kibana:9.2.7-fa273b27-SNAPSHOT environment: - "ELASTICSEARCH_USERNAME=kibana_system_user" - "ELASTICSEARCH_PASSWORD=testing" From f5e6f3c51d950eb18af6f93ffcee54cc8f3e39dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:35:46 +0000 Subject: [PATCH 2/2] chore: Update snapshot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- testing/environments/snapshot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/environments/snapshot.yml b/testing/environments/snapshot.yml index 80d3ca645936..3f2163b2f2ee 100644 --- a/testing/environments/snapshot.yml +++ b/testing/environments/snapshot.yml @@ -2,7 +2,7 @@ services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:9.2.7-fa273b27-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch:9.2.7-8d95c8ea-SNAPSHOT # When extend is used it merges healthcheck.tests, see: # https://github.com/docker/compose/issues/8962 # healthcheck: @@ -37,7 +37,7 @@ services: - "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles" logstash: - image: docker.elastic.co/logstash/logstash:9.2.7-fa273b27-SNAPSHOT + image: docker.elastic.co/logstash/logstash:9.2.7-8d95c8ea-SNAPSHOT healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"] retries: 600 @@ -50,7 +50,7 @@ services: - 5055:5055 kibana: - image: docker.elastic.co/kibana/kibana:9.2.7-fa273b27-SNAPSHOT + image: docker.elastic.co/kibana/kibana:9.2.7-8d95c8ea-SNAPSHOT environment: - "ELASTICSEARCH_USERNAME=kibana_system_user" - "ELASTICSEARCH_PASSWORD=testing"