Skip to content

Commit

Permalink
upgrade more dep versions, update default OpenSearch version to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed Oct 19, 2023
1 parent c7d9ce5 commit ecc5609
Show file tree
Hide file tree
Showing 6 changed files with 1,958 additions and 1,244 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix OpenAPI spec version from 1.0.0-rc.4 to 1.0.0
- Update fields, sort, and query extensions to v1.0.0
- Update transaction extension to v1.0.0-rc.3
- Default to OpenSearch 2.9

## [2.3.0] - 2023-09-12

Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
- [Overview](#overview)
- [Architecture](#architecture)
- [Migration](#migration)
- [2.4.x](#24x)
- [Unreleased](#unreleased)
- [OpenSearch Version 2.9](#opensearch-version-29)
- [2.3.0](#230)
- [OpenSearch Version 2.7](#opensearch-version-27)
- [0.x or 1.x -\> 2.x](#0x-or-1x---2x)
- [Fine-grained Access Control](#fine-grained-access-control)
Expand Down Expand Up @@ -131,7 +133,14 @@ apiLambda --> opensearch

## Migration

### 2.4.x
### Unreleased

#### OpenSearch Version 2.9

- Update the `EngineVersion` setting in the serverless config file to `OpenSearch_2.9`
and re-deploy

### 2.3.0

#### OpenSearch Version 2.7

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
opensearch:
image: opensearchproject/opensearch:2.7.0
image: opensearchproject/opensearch:2.9.0
ports:
- "127.0.0.1:9200:9200"
- "127.0.0.1:9300:9300"
Expand Down
Loading

0 comments on commit ecc5609

Please sign in to comment.