File tree Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 28
28
cache-dependency-path : package.json
29
29
- uses : ankane/setup-opensearch@v1
30
30
with :
31
- opensearch-version : 2.5
31
+ opensearch-version : 2.7
32
32
- name : Upgrade npm
33
33
run : npm install -g npm@latest
34
34
- name : Install dependencies
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.7
13
+
8
14
## [ 2.2.3] - 2023-07-14
9
15
10
16
### Changed
Original file line number Diff line number Diff line change 6
6
- [ Overview] ( #overview )
7
7
- [ Architecture] ( #architecture )
8
8
- [ Migration] ( #migration )
9
+ - [ 2.4.x] ( #24x )
10
+ - [ OpenSearch Version 2.7] ( #opensearch-version-27 )
9
11
- [ 0.x or 1.x -\> 2.x] ( #0x-or-1x---2x )
10
12
- [ Fine-grained Access Control] ( #fine-grained-access-control )
11
13
- [ Enabling Post-ingest SNS publishing] ( #enabling-post-ingest-sns-publishing )
@@ -129,6 +131,13 @@ apiLambda --> opensearch
129
131
130
132
## Migration
131
133
134
+ ### 2.4.x
135
+
136
+ #### OpenSearch Version 2.7
137
+
138
+ - Update the ` EngineVersion ` setting in the serverless config file to ` OpenSearch_2.7 `
139
+ and re-deploy
140
+
132
141
### 0.x or 1.x -> 2.x
133
142
134
143
#### Fine-grained Access Control
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.5 .0
4
+ image : opensearchproject/opensearch:2.7 .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.5
185
+ EngineVersion : OpenSearch_2.7
186
186
DomainEndpointOptions :
187
187
EnforceHTTPS : true
188
188
NodeToNodeEncryptionOptions :
You can’t perform that action at this time.
0 commit comments