From 6a23d82ccf52c7d4f8b504bc29205425d676a722 Mon Sep 17 00:00:00 2001 From: Neil Donewar Date: Tue, 9 Apr 2024 13:06:18 +0000 Subject: [PATCH 1/2] Update docker to 8.13.2 --- docker/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/compose.yaml b/docker/compose.yaml index aff0afe1..ce772045 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -2,7 +2,7 @@ version: "3" services: elasticsearch8.13: - image: docker.elastic.co/elasticsearch/elasticsearch:8.13.0 + image: docker.elastic.co/elasticsearch/elasticsearch:8.13.2 container_name: es8.13 profiles: ["es8", "all"] environment: From d247c4a88020728e4b9d72179d103bb3fcd87b54 Mon Sep 17 00:00:00 2001 From: Neil Donewar Date: Tue, 9 Apr 2024 13:21:58 +0000 Subject: [PATCH 2/2] Update CI to 8.13.2 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce0153b1..9611cb77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,14 +12,14 @@ jobs: strategy: matrix: ruby-version: ['3.2'] - ES_VERSION: ['5.6.15', '8.13.0'] + ES_VERSION: ['5.6.15', '8.13.2'] include: - ES_VERSION: '5.6.15' ES_DOWNLOAD_URL: >- https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.15.tar.gz - - ES_VERSION: '8.13.0' + - ES_VERSION: '8.13.2' ES_DOWNLOAD_URL: >- - https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.0-linux-x86_64.tar.gz + https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.2-linux-x86_64.tar.gz steps: - uses: ruby/setup-ruby@v1 with: