Skip to content

Commit

Permalink
Merge pull request #130 from sejli/main
Browse files Browse the repository at this point in the history
Prepping for 2.7.0 release

(cherry picked from commit 095d367)
  • Loading branch information
sejli committed Apr 25, 2023
1 parent 8591717 commit b629542
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backwards_compatibility_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17 ]
bwc_version : [ "2.6.0" ]
bwc_version : [ "2.7.0" ]
opensearch_version : [ "3.0.0-SNAPSHOT" ]

name: SRP Restart-Upgrade BWC Tests
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17 ]
bwc_version: [ "2.6.0" ]
bwc_version: [ "2.7.0" ]
opensearch_version: [ "3.0.0-SNAPSHOT" ]

name: SRP Rolling-Upgrade BWC Tests
Expand Down
2 changes: 1 addition & 1 deletion helpers/search_processing_kendra_quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o nounset

# Some useful constants
readonly DOCKER_IMAGE_TAG="opensearch-with-ranking-plugin"
readonly OPENSEARCH_VERSION="2.6.0"
readonly OPENSEARCH_VERSION="2.7.0"

#
# Set default values for OpenSearch (+Dashboards) image tags and plugin URL.
Expand Down
11 changes: 11 additions & 0 deletions release-notes/search-processor.release-notes-2.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Version 2.7.0 Release Notes

### Enhancements
* Improve test coverage [#99](https://github.com/opensearch-project/search-processor/pull/99)

### Infrastructure
* Updating build.gradle to use snapshot by default [#124](https://github.com/opensearch-project/search-processor/pull/124)
* Accommodate changes to XContent classes [#125](https://github.com/opensearch-project/search-processor/pull/125)

### Documentation
* Prepping for 2.7.0 release [#130](https://github.com/opensearch-project/search-processor/pull/130)

0 comments on commit b629542

Please sign in to comment.