diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index 5ca35214..6f502b07 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -7,8 +7,8 @@ on: branches: - "**" env: - OPENSEARCH_DASHBOARDS_VERSION: '2.17.0' - ALERTING_PLUGIN_BRANCH: '2.17.0.0' + OPENSEARCH_DASHBOARDS_VERSION: '2.17' + ALERTING_PLUGIN_BRANCH: '2.17' jobs: tests: name: Run Cypress E2E tests diff --git a/.github/workflows/unit-tests-workflow.yml b/.github/workflows/unit-tests-workflow.yml index 3fb08c0a..1a140007 100644 --- a/.github/workflows/unit-tests-workflow.yml +++ b/.github/workflows/unit-tests-workflow.yml @@ -7,7 +7,7 @@ on: branches: - "**" env: - OPENSEARCH_DASHBOARDS_VERSION: '2.17.0' + OPENSEARCH_DASHBOARDS_VERSION: '2.17' jobs: Get-CI-Image-Tag: uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index e900ffaf..22ffbf52 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,9 +1,14 @@ { "id": "alertingDashboards", - "version": "2.17.0.0", - "opensearchDashboardsVersion": "2.17.0", - "configPath": ["opensearch_alerting"], - "optionalPlugins": ["dataSource", "dataSourceManagement"], + "version": "2.17.1.0", + "opensearchDashboardsVersion": "2.17.1", + "configPath": [ + "opensearch_alerting" + ], + "optionalPlugins": [ + "dataSource", + "dataSourceManagement" + ], "requiredPlugins": [ "uiActions", "dashboard", @@ -20,5 +25,7 @@ "server": true, "ui": true, "supportedOSDataSourceVersions": ">=2.13.0", - "requiredOSDataSourcePlugins": ["opensearch-alerting"] -} + "requiredOSDataSourcePlugins": [ + "opensearch-alerting" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index ad918262..b3b7a2f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "2.17.0.0", + "version": "2.17.1.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0", @@ -68,4 +68,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file