From 41f17821244c5c3aa3e1c94a08f0f6129fd1487e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:40:38 +0000 Subject: [PATCH 1/3] 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 ee44fafc066..318b0df6116 100644 --- a/testing/environments/snapshot.yml +++ b/testing/environments/snapshot.yml @@ -2,7 +2,7 @@ services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:9.0.4-e5b3c2a3-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch:9.0.4-0658d89d-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.0.4-e5b3c2a3-SNAPSHOT + image: docker.elastic.co/logstash/logstash:9.0.4-0658d89d-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.0.4-e5b3c2a3-SNAPSHOT + image: docker.elastic.co/kibana/kibana:9.0.4-0658d89d-SNAPSHOT environment: - "ELASTICSEARCH_USERNAME=kibana_system_user" - "ELASTICSEARCH_PASSWORD=testing" From 9f0f7426a6ed36489e9e872cda5775bf3087b3dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:12:53 +0000 Subject: [PATCH 2/3] 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 318b0df6116..d7524eebbd5 100644 --- a/testing/environments/snapshot.yml +++ b/testing/environments/snapshot.yml @@ -2,7 +2,7 @@ services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:9.0.4-0658d89d-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch:9.0.4-9db88cec-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.0.4-0658d89d-SNAPSHOT + image: docker.elastic.co/logstash/logstash:9.0.4-9db88cec-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.0.4-0658d89d-SNAPSHOT + image: docker.elastic.co/kibana/kibana:9.0.4-9db88cec-SNAPSHOT environment: - "ELASTICSEARCH_USERNAME=kibana_system_user" - "ELASTICSEARCH_PASSWORD=testing" From 7dd0adee8a5a535639db652f264a970a91cb16cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 15:13:40 +0000 Subject: [PATCH 3/3] 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 d7524eebbd5..f69d0d5b717 100644 --- a/testing/environments/snapshot.yml +++ b/testing/environments/snapshot.yml @@ -2,7 +2,7 @@ services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:9.0.4-9db88cec-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch:9.0.4-c1e58f47-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.0.4-9db88cec-SNAPSHOT + image: docker.elastic.co/logstash/logstash:9.0.4-c1e58f47-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.0.4-9db88cec-SNAPSHOT + image: docker.elastic.co/kibana/kibana:9.0.4-c1e58f47-SNAPSHOT environment: - "ELASTICSEARCH_USERNAME=kibana_system_user" - "ELASTICSEARCH_PASSWORD=testing"