Skip to content

Commit f05b566

Browse files
authored
Support OpenSearch 2.18.0
1 parent 4a65ce9 commit f05b566

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- 'es:7.17.8'
3333
- 'es:7.14.2'
3434
- 'es:7.10.2'
35+
- 'os:2.18.0'
3536
- 'os:2.17.1'
3637
- 'os:2.16.0'
3738
- 'os:2.15.0'

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- 'es:7.17.8'
3333
- 'es:7.14.2'
3434
- 'es:7.10.2'
35+
- 'os:2.18.0'
3536
- 'os:2.17.1'
3637
- 'os:2.16.0'
3738
- 'os:2.15.0'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Support OpenSearch 2.18.0
8+
59
## [3.3.0](https://github.com/WorksApplications/elasticsearch-sudachi/releases/tag/v3.3.0) - 2024-11-13
610

711
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Check [changelog](./CHANGELOG.md) for more.
2121
$ ./gradlew -PengineVersion=es:8.15.2 build
2222
```
2323

24-
Use `-PengineVersion=os:2.17.1` for OpenSearch.
24+
Use `-PengineVersion=os:2.18.0` for OpenSearch.
2525

2626
## Supported ElasticSearch versions
2727

@@ -34,7 +34,7 @@ Use `-PengineVersion=os:2.17.1` for OpenSearch.
3434

3535
## Supported OpenSearch versions
3636

37-
1. 2.6.* until 2.17.* supported, integration tests in CI
37+
1. 2.6.* until 2.18.* supported, integration tests in CI
3838

3939
# Installation
4040

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# elasticsearch versions: 8.15.2, 8.14.3, 8.13.4, 8.12.2, 8.11.4, 8.10.4, 8.9.2,
22
# 8.8.1, 8.6.2, 8.5.3, 8.4.3, 8.2.3, 7.17.24, 7.14.2, 7.10.2
3-
# opensearch version: 2.17.1, 2.16.0, 2.15.0, 2.14.0, 2.13.0, 2.12.0, 2.11.1,
3+
# opensearch version: 2.18.0, 2.17.1, 2.16.0, 2.15.0, 2.14.0, 2.13.0, 2.12.0, 2.11.1,
44
# 2.10.0, 2.9.0, 2.8.0, 2.7.0, 2.6.0
55
engineVersion=es:8.15.2
66
org.gradle.jvmargs=-XX:MaxMetaspaceSize=350m \

0 commit comments

Comments
 (0)