Skip to content

Commit

Permalink
Bump to 3.0 (#556)
Browse files Browse the repository at this point in the history
* Bump to 3.0

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* update packages

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* Update http client and core

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* Fix integ test issue for sending messages

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* use admin client for wiping os indices

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* remove admin client

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* update flow and gradle

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* update flow and gradle

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* Update BWC to use 2.5.0 as the source version

Signed-off-by: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com>

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Signed-off-by: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com>
Co-authored-by: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com>
  • Loading branch information
2 people authored and ansjcy committed Jan 9, 2023
1 parent 4c6b9cc commit 275d7a3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on: [pull_request, push]

env:
PLUGIN_NAME: notifications-dashboards
OPENSEARCH_DASHBOARDS_VERSION: '2.4.0'
OPENSEARCH_VERSION: '2.4.0-SNAPSHOT'
OPENSEARCH_DASHBOARDS_VERSION: 'main'
OPENSEARCH_VERSION: '3.0.0-SNAPSHOT'

jobs:
tests:
Expand Down Expand Up @@ -45,8 +45,9 @@ jobs:

steps:
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: temurin # Temurin is a distribution of adoptium
java-version: 11

- name: Checkout Plugin
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/notifications-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:

steps:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: temurin # Temurin is a distribution of adoptium
java-version: ${{ matrix.java }}

# notifications
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/security-notifications-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:

steps:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: temurin # Temurin is a distribution of adoptium
java-version: ${{ matrix.java }}

# notifications
Expand Down
4 changes: 2 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "notificationsDashboards",
"version": "2.4.0.0",
"opensearchDashboardsVersion": "2.4.0",
"version": "3.0.0.0",
"opensearchDashboardsVersion": "3.0.0",
"requiredPlugins": ["navigation", "data"],
"optionalPlugins": ["share"],
"server": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notifications-dashboards",
"version": "2.4.0.0",
"version": "3.0.0.0",
"description": "OpenSearch Dashboards Notifications Plugin",
"license": "Apache-2.0",
"main": "index.ts",
Expand Down

0 comments on commit 275d7a3

Please sign in to comment.