elastomer-client 6.2.2 → 6.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96e8ae346cfe62276c448747cca8b9959c835aa4d52b1681c1f5b52474f45778
4
- data.tar.gz: e4c470563171f93f51c74b5f5fa0c3d696c3b0386183d949ad104ac46f95ef3b
3
+ metadata.gz: 4f424a09ec9e71ac45004cac7097fa874aa1b4c2275f2fc8e827f6d078115237
4
+ data.tar.gz: '0461827d35a1ddf9bd136fddfd5fd0f0a0ab1a9a6f1d6c78b937402670c30e66'
5
5
  SHA512:
6
- metadata.gz: 779b6def22ad36824d81dfdd1a2ee659aacba776fb3ea4c4530f88ac6e39dd1379c7414406e56b5edd11fdb0d8a4b528c26437204cae19eeaa62437b6fcdff63
7
- data.tar.gz: 07fd71595562ff808e4a28ba22025397566c85b6ac36f272f8f71d769f08e956e9174564a8494d4d45091db79662fcd658a0b4390a538a10ca00e669c47f11b6
6
+ metadata.gz: 5d621a224ee207f16683946ee37fef808c8132e119503d24b0465566b1040191ed01e3e342e7fcc6f58eadfcffa89ae20a523e969344cdcf4aad000ce84d1dfc
7
+ data.tar.gz: 0745ccbc186f42e2d68feb52eafed5712249358b3922dfeece1785d784a1e16ccc6fb3ecc3a0a0afc7d168cac8e8a267bb01745152705a39aceb57fafb73f121
@@ -12,11 +12,11 @@ jobs:
12
12
  strategy:
13
13
  matrix:
14
14
  ruby-version: ['3.2']
15
- ES_VERSION: ['8.13.2']
15
+ ES_VERSION: ['8.18.0']
16
16
  include:
17
- - ES_VERSION: '8.13.2'
17
+ - ES_VERSION: '8.18.0'
18
18
  ES_DOWNLOAD_URL: >-
19
- https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.2-linux-x86_64.tar.gz
19
+ https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.18.0-linux-x86_64.tar.gz
20
20
  steps:
21
21
  - uses: ruby/setup-ruby@v1
22
22
  with:
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 6.2.3 (2025-06-06)
2
+ - Added support for ES 8.17.2
3
+ - Added support for ES 8.18.0
4
+
1
5
  ## 6.2.2 (2025-02-19)
2
6
  - Add support for manually and automatically following indices for cross-cluster replication
3
7
 
data/README.md CHANGED
@@ -110,7 +110,10 @@ end
110
110
  This client is tested against:
111
111
 
112
112
  - Ruby version 3.2
113
- - Elasticsearch versions 5.6 and 8.13
113
+ - Elasticsearch versions:
114
+ - 5.6
115
+ - 8.13
116
+ - 8.18
114
117
 
115
118
  ## Development
116
119
 
data/docker/compose.yaml CHANGED
@@ -1,12 +1,12 @@
1
1
  version: "3"
2
2
 
3
3
  services:
4
- elasticsearch8.13:
5
- image: docker.elastic.co/elasticsearch/elasticsearch:8.13.2
6
- container_name: es8.13
4
+ elasticsearch8.18:
5
+ image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0
6
+ container_name: es8.18
7
7
  profiles: ["es8", "ccr", "all"]
8
8
  environment:
9
- - cluster.name=elastomer8.13
9
+ - cluster.name=elastomer8.18
10
10
  - bootstrap.memory_lock=true
11
11
  - discovery.type=single-node
12
12
  - xpack.security.enabled=false
@@ -30,7 +30,7 @@ services:
30
30
  - 127.0.0.1:${ES_8_PORT:-9208}:9200
31
31
 
32
32
  elasticsearchFollower:
33
- image: docker.elastic.co/elasticsearch/elasticsearch:8.13.2
33
+ image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0
34
34
  container_name: es-follow
35
35
  profiles: ["ccr"]
36
36
  environment: