From 062ab9f35ad41b45fc144cb71f3e680d2bd0b488 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 05:05:39 +0530 Subject: [PATCH 1/2] fix ci (#271) (#272) (cherry picked from commit 9fab86011fb0fc7cc905db779d53cfbdb35a4c54) Signed-off-by: Joanne Wang Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .../dashboards-notifications-test-and-build-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dashboards-notifications-test-and-build-workflow.yml b/.github/workflows/dashboards-notifications-test-and-build-workflow.yml index 681d273..73da70c 100644 --- a/.github/workflows/dashboards-notifications-test-and-build-workflow.yml +++ b/.github/workflows/dashboards-notifications-test-and-build-workflow.yml @@ -217,5 +217,5 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 with: - name: dashboards-notifications + name: dashboards-notifications-${{ matrix.os }} path: OpenSearch-Dashboards/plugins/dashboards-notifications/build From c875530d89e911d49842b32f98e93ba75bf5208a Mon Sep 17 00:00:00 2001 From: Joanne Wang Date: Wed, 18 Sep 2024 19:21:02 -0700 Subject: [PATCH 2/2] Increment version to 2.18.0.0 (#276) Signed-off-by: Joanne Wang --- opensearch_dashboards.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index d5fb09e..a70f12f 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "notificationsDashboards", - "version": "2.17.0.0", - "opensearchDashboardsVersion": "2.17.0", + "version": "2.18.0.0", + "opensearchDashboardsVersion": "2.18.0", "requiredPlugins": [ "navigation", "data", @@ -19,4 +19,4 @@ "requiredOSDataSourcePlugins": [ "opensearch-notifications" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index e33c8ea..c79d788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notifications-dashboards", - "version": "2.17.0.0", + "version": "2.18.0.0", "description": "OpenSearch Dashboards Notifications Plugin", "license": "Apache-2.0", "main": "index.ts", @@ -33,4 +33,4 @@ "tough-cookie": "^4.1.3", "@cypress/request": "^3.0.0" } -} \ No newline at end of file +}