Skip to content

Commit

Permalink
update to opensearch 2.13 by default (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner authored May 29, 2024
1 parent 4d13423 commit 3a82739
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache-dependency-path: package.json
- uses: ankane/setup-opensearch@v1
with:
opensearch-version: 2.11
opensearch-version: 2.13
- name: Upgrade npm
run: npm install -g npm@8.19.4
- name: Install dependencies
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.8.0] - 2024-05-29

### Changed

- Update to default to OpenSearch 2.13

## [3.7.0] - 2024-05-14

### Fixed
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.11.0
image: opensearchproject/opensearch:2.13.0
ports:
- "127.0.0.1:9200:9200"
- "127.0.0.1:9300:9300"
Expand Down
2 changes: 1 addition & 1 deletion serverless.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ resources:
InstanceCount: 1
DedicatedMasterEnabled: false
ZoneAwarenessEnabled: false
EngineVersion: OpenSearch_2.11
EngineVersion: OpenSearch_2.13
DomainEndpointOptions:
EnforceHTTPS: true
NodeToNodeEncryptionOptions:
Expand Down

0 comments on commit 3a82739

Please sign in to comment.