File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ Unreleased] - TBD
9
+
10
+ ### Changed
11
+
12
+ - Default to OpenSearch 2.11
13
+
8
14
## [ 3.0.0] - 2023-11-09
9
15
10
16
### Changed
Original file line number Diff line number Diff line change 1
1
version : " 3.8"
2
2
services :
3
3
opensearch :
4
- image : opensearchproject/opensearch:2.9 .0
4
+ image : opensearchproject/opensearch:2.11 .0
5
5
ports :
6
6
- " 127.0.0.1:9200:9200"
7
7
- " 127.0.0.1:9300:9300"
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ resources:
182
182
InstanceCount : 1
183
183
DedicatedMasterEnabled : false
184
184
ZoneAwarenessEnabled : false
185
- EngineVersion : OpenSearch_2.9
185
+ EngineVersion : OpenSearch_2.11
186
186
DomainEndpointOptions :
187
187
EnforceHTTPS : true
188
188
NodeToNodeEncryptionOptions :
You can’t perform that action at this time.
0 commit comments