Skip to content

Commit

Permalink
Merge pull request #154 from u1-liquid/os-2.18.0
Browse files Browse the repository at this point in the history
Support OpenSearch 2.18.0
  • Loading branch information
mh-northlander authored Dec 5, 2024
2 parents 4a65ce9 + f05b566 commit 07753ff
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- 'es:7.17.8'
- 'es:7.14.2'
- 'es:7.10.2'
- 'os:2.18.0'
- 'os:2.17.1'
- 'os:2.16.0'
- 'os:2.15.0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- 'es:7.17.8'
- 'es:7.14.2'
- 'es:7.10.2'
- 'os:2.18.0'
- 'os:2.17.1'
- 'os:2.16.0'
- 'os:2.15.0'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Added

- Support OpenSearch 2.18.0

## [3.3.0](https://github.com/WorksApplications/elasticsearch-sudachi/releases/tag/v3.3.0) - 2024-11-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Check [changelog](./CHANGELOG.md) for more.
$ ./gradlew -PengineVersion=es:8.15.2 build
```

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

## Supported ElasticSearch versions

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

## Supported OpenSearch versions

1. 2.6.* until 2.17.* supported, integration tests in CI
1. 2.6.* until 2.18.* supported, integration tests in CI

# Installation

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# elasticsearch versions: 8.15.2, 8.14.3, 8.13.4, 8.12.2, 8.11.4, 8.10.4, 8.9.2,
# 8.8.1, 8.6.2, 8.5.3, 8.4.3, 8.2.3, 7.17.24, 7.14.2, 7.10.2
# opensearch version: 2.17.1, 2.16.0, 2.15.0, 2.14.0, 2.13.0, 2.12.0, 2.11.1,
# 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,
# 2.10.0, 2.9.0, 2.8.0, 2.7.0, 2.6.0
engineVersion=es:8.15.2
org.gradle.jvmargs=-XX:MaxMetaspaceSize=350m \
Expand Down

0 comments on commit 07753ff

Please sign in to comment.