Skip to content

Commit 98aef55

Browse files
myronmarstonclaude
andcommitted
Upgrade OpenSearch from 3.4.0 to 3.6.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 33be9f3 commit 98aef55

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
datastore: "elasticsearch:9.0.0"
4343
- build_part: "run_datastore_specs"
4444
ruby: "4.0"
45-
datastore: "opensearch:3.4.0"
45+
datastore: "opensearch:3.6.0"
4646
- build_part: "run_datastore_specs"
4747
ruby: "4.0"
4848
datastore: "opensearch:2.19.0"
@@ -114,7 +114,7 @@ jobs:
114114
contents: read
115115
packages: write
116116
env:
117-
OPENSEARCH_VERSION: "3.4.0"
117+
OPENSEARCH_VERSION: "3.6.0"
118118

119119
steps:
120120
- name: Harden Runner

elasticgraph-local/lib/elastic_graph/local/tested_datastore_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ elasticsearch:
55
- 9.4.2 # latest version as of 2026-06-01.
66
- 9.0.0 # lowest version ElasticGraph currently supports
77
opensearch:
8-
- 3.4.0 # latest minor release as of 2026-01-19.
8+
- 3.6.0 # latest minor release as of 2026-06-01.
99
- 2.19.0 # lowest version ElasticGraph currently supports

0 commit comments

Comments
 (0)