Skip to content

Commit

Permalink
Prepping for 2.6.0 release (#110) (#112)
Browse files Browse the repository at this point in the history
* bumping plugin version, jackson-core
* changing url in script
* Adding 2.6.0 release notes
* updating PR links to point to main branch PRs

Signed-off-by: Sean Li <lnse@amazon.com>
(cherry picked from commit 70913e2)

Co-authored-by: Sean Li <lnse@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and sejli authored Mar 3, 2023
1 parent c59d8cd commit 37a5142
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 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.5.0" ]
bwc_version : [ "2.6.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.5.0" ]
bwc_version: [ "2.6.0" ]
opensearch_version: [ "3.0.0-SNAPSHOT" ]

name: SRP Rolling-Upgrade BWC Tests
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ validateNebulaPom.enabled = false

buildscript {
ext {
opensearch_version = "2.5.0"
opensearch_version = "2.6.0"
}

repositories {
Expand Down Expand Up @@ -81,7 +81,7 @@ dependencies {
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation 'org.apache.httpcomponents:httpcore:4.4.15'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.2'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.14.1'
implementation 'commons-logging:commons-logging:1.2'
implementation 'com.amazonaws:aws-java-sdk-sts:1.12.300'
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0"
readonly OPENSEARCH_VERSION="2.6.0"

#
# Set default values for OpenSearch (+Dashboards) image tags and plugin URL.
Expand All @@ -20,7 +20,7 @@ if [ -z "${OPENSEARCH_DASHBOARDS_IMAGE_TAG:-}" ]; then
OPENSEARCH_DASHBOARDS_IMAGE_TAG="opensearchproject/opensearch-dashboards:${OPENSEARCH_VERSION}"
fi
if [ -z "${SEARCH_PROCESSOR_PLUGIN_URL:-}" ]; then
SEARCH_PROCESSOR_PLUGIN_URL="https://github.com/opensearch-project/search-processor/releases/download/${OPENSEARCH_VERSION}/search-processor.zip"
SEARCH_PROCESSOR_PLUGIN_URL="https://github.com/opensearch-project/search-processor/releases/download/${OPENSEARCH_VERSION}/opensearch-search-processor-${OPENSEARCH_VERSION}.0.zip"
fi

function print_help() {
Expand Down
13 changes: 13 additions & 0 deletions release-notes/search-processor.release-notes-2.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Version 2.6.0 Release Notes

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

### Infrastructure
* Update artifact name [#106](https://github.com/opensearch-project/search-processor/pull/106)

### Maintenance
* Bumping plugin version to `2.6.0` and `jackson-core` version to `2.14.2` [#110](https://github.com/opensearch-project/search-processor/pull/110)

### Documentation
* Adding `2.6.0` release notes [#110](https://github.com/opensearch-project/search-processor/pull/110)

0 comments on commit 37a5142

Please sign in to comment.